Adult Filter

Adult Filter
Parameter name: adult_filter
Default: no
Values: 1,0 (on,off)
Description: Filters adult keywords from the list of results. E.g. a normal query for "job" will return "hand job" within the result set. Activating the adult filter will remove "hand job" along with other adult keywords. Please report any Adult keywords not filtered to our support team.
Example: The following query returns results without adult keywords filtered for the word job:
http://api.keyworddiscovery.com/query.php?query=job&l=10&adult_filter=0

<?xml version="1.0" encoding="utf-8"?>
<results compact="true" maximum="10" offset="0" query="job">
 <r m="107386" q="job" t="64016"/>
 <r m="103597" q="blow job" t="61757"/>
 <r m="100732" q="job search" t="60049"/>
 <r m="40325" q="job listings" t="24039"/>
 <r m="37091" q="hand job" t="22111"/>
 <r m="18900" q="find a job" t="11267"/>
 <r m="16330" q="job centre" t="9735"/>
 <r m="15458" q="job centre plus" t="9215"/>
 <r m="14156" q="job openings" t="8439"/>
 <r m="11449" q="carmen electra blow job" t="6825"/>
<exclude/> </results>

Results

Results are returned as XML. A simple example:

http://api.keyworddiscovery.com/query.php?query=job&l=10&adult_filter=1

This request queries the premium database for the search term "job" with the adult filter activated. 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="10" offset="0" query="job">
 <r m="107386" q="job" t="64016"/>
 <r m="100732" q="job search" t="60049"/>
 <r m="40325" q="job listings" t="24039"/>
 <r m="18900" q="find a job" t="11267"/>
 <r m="16330" q="job centre" t="9735"/>
 <r m="15458" q="job centre plus" t="9215"/>
 <r m="14156" q="job openings" t="8439"/>
<exclude/> </results>

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.




Plurals | Show Total