Back to the main FAQ page

Keyword Discovery - FAQ


How do I obtain 10,000 results from the API?

To obtain 10,000 results, you need an Enterprise Subscription and you must use the API. The website interface is limited to 1,000 results, regardless of subscription level.

The API will return a maximum of 1,000 results per query, providing that the limit variable is set to 1,000 (defaults to 10).
To obtain 10,000 results, you will need to perform your query 10 times, changing the "offset" (starting) variable each time.

For example:

To obtain the first 1,000 results for the query "airport parking":

http://api.keyworddiscovery.com/query.php?query=airport+parking&offset=0&limit=1000

To obtain the next 1,000 results, use the "offset" variable to specify the starting result of 1,000:

http://api.keyworddiscovery.com/query.php?query=airport+parking&offset=1000&limit=1000

To obtain the next 1,000 results, again increment the offset parameter by 1,000:

http://api.keyworddiscovery.com/query.php?query=airport+parking&offset=2000&limit=1000

Etc.

For more information on the Keyword Discovery API, see the API Information page.


More information:



Back to top


Back to the main FAQ page