Limit

Parameter name: limit
Aliases: l, m, limited_to, maximum
Default: 10
Maximum: 1000
Values: integers 1 -> 1000
Description: The maximum number of results to return.
Example: The following query returns the top 100 results for the phrase airport parking:
http://api.keyworddiscovery.com/query.php?query=airport+parking&limit=100


Results

Results are returned as XML. A simple example:

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

This request will return the top 100 results for the search term "airport parking". By default, compact result display is turned on. The XML returned from this query is shown below:

<?xml version="1.0" encoding="utf-8"?>
<results compact="true" maximum="100" offset="0" query="airport parking">
 <r m="6240" q="airport parking" t="3720" />
 <r m="1077" q="manchester airport parking" t="642" />
 <r m="755" q="orlando airport parking" t="450" />
 <r m="500" q="sea-tac airport parking" t="298" />
 <r m="495" q="atlanta airport parking" t="295" />
 <r m="458" q="seatac airport parking" t="273" />
 <r m="446" q="philadelphia airport parking" t="266" />
 <r m="433" q="laguardia airport parking" t="258" />
 <r m="423" q="bristol airport parking" t="252" />
 <r m="413" q="newark airport parking" t="246" />

Each result is returned as an 'r' tag with the following attributes

  • q - query string
  • t - total search
  • m - monthly estimate. (takes into account a percentage of data that Keyword discovery has in relation to the total number searches done world wide.)



NOTE: Data provided on a URL has to be correctly URL encoded.




Offset | Compact Results