Accessing Searched Keyword List using JSON / XML
JSON Example XML Example
Like many great price comparison sites, sometime it is useful and quite functional to display a list of Most Popular Searched Keywords and Recently Searched Keywords.
DFF always store all search keyword / phrases when the length of the phrase is between 3 and 30 characters. DFF collects these search statistics annonymously without any personal information to protect privacy.
There are 2 types of Searched Keyword statistics:
(1) Most Popular Search Keyword
(2) Most Recent Search Keyword
Both types above are available via JSON / XML data deliveries.
Ready to use HTML outputs scripts via PHP, ASP, JSP, Ruby and Javascript are coming soon.
Most Popular Search Keyword
Most popular search keywords are refreshed with new data every 24 hours at midnight CST.
DFF allows you retrieve up to 100 most popular keywords. By default returned data are sorted by rank ascending and limited to show only 20 records.
Each search keyword record will include:
(1) rank - Ranking Number
(1) query_keyword - Search Keyword phrase
(1) occurence - Number of search keyword phrase occurence
GET or POST Sort by Parameter:
- sort : random (order by any order or random), asc (order by Rank ascending), desc (order by Rank descending). Default sort is asc.
- limit : limit the number of record(s) returned. Default is 20 records and maximum is 100 records.
Most Popular Search Keyword via JSON (return random ordered limit to 30 records):
http://www.datafeedfile.com/json/json_search_keyword.php?affid=...&dfftoken=...&sort=random&limit=30
Most Popular Search Keyword via XML (return random ordered limit to 30 records):
http://www.datafeedfile.com/xml/xml_search_keyword.php?affid=...&dfftoken=...&sort=random&limit=30
Most Recent Search Keyword
Most popular search keywords are refreshed with new data every 1 hour.
DFF allows you to retrieve up to 100 most recent searched keywords.
Each search keyword record will include:
(1) timestamp - Unix timestamp (number of seconds since Jan 1 1975
(1) query_keyword - Search Keyword phrase
(1) occurence - Number of search keyword phrase occurence
GET or POST Sort by Parameter:
- sort : random (order by any order or random), asc (order by Rank ascending), desc (order by Rank descending). Default sort is asc.
- limit : limit the number of record(s) returned. Default is 20 records and maximum is 100 records.
Most Recent Search Keyword via JSON:
http://www.datafeedfile.com/json/json_search_keyword_recent.php?affid=...&dfftoken=...&sort=random&limit=30
Most Recent Search Keyword via XML:
http://www.datafeedfile.com/xml/xml_search_keyword_recent.php?affid=...&dfftoken=...&sort=random&limit=30
There are no comments on this page. [Add comment]