Keyword Discovery - FAQ



I have an Enterprise subscription. How do I obtain 10,000 results ?

To obtain 10,000 results, 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 1000 results per query, providing that the limit variable is set to 1000 (defaults to 10).

So to obtain 10,000 results, 10 queries are required.

For example:

To obtain the first 1000 results for the query "airport parking":

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

To obtain the next 1000 results, use the offset variable to specify the starting point of 1000:

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

To obtain the next 1000 results, again increment the offset parameter by 1000

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

Etc.


Click here to go back to the main FAQ page