Search code examples
flickr

flickr API commercial application


I am working on a project in which i have created an app on flickr. my account is free account. using that app. many users connects to my application and i store their access_token in my database. using that token. my application send requests to flickr and download users public and private data in a server storage. from where the connected users can view only their own backed up data.

I want to know. is there any limitation for free account to download users data. my app downloaded 6000 photos of a user accurately. please tell me what type of account i needed for my app.


Solution

  • Since the title of your question is "flickr API commerical application", the limit is 0 for a free API key. You should apply for a commercial API key. You will then be able to negotiate exactly what limits you require - in fact, your costs will be dependent on those limits.

    Using the free API for a commercial application is against Flickr's terms of service and may lead to your access being suspended.

    The Flickr Terms of Service are listed here: http://www.flickr.com/services/api/tos/

    This is what it says about commercial use:

    If the primary purpose of your application is to derive revenue, it is considered a commercial application. Flickr reserves the right to make these evaluations at the time that you apply for the license. Flickr may also monitor your site or application over time to ensure continued compliance with the appropriate type of API key.

    If you're in doubt about whether your application is commercial, here are a few common examples of commercial use that may provide you some guidance:

    • Users are charged a fee for your product or service which includes some sort of integration using the Flickr APIs.
    • You sell services to Flickr users and use the APIs to bring users' Flickr content into your service.
    • Your site is a "destination" site that uses Flickr photos to drive traffic and generate ad revenue.