DataFeedFile.com Price Comparison Shopping Web Services via JSON
JSON stands for Javascript object notation, which is a data delivery method using Javascript data array like syntax designed to deliver data in a brief and compact format over the internet.
DataFeedFile.com supports JSON web services similar to
XML web service queries.
JSON queries are sent to DFF server via regular HTTP GET request like this:
http://www.datafeedfile.com/json/json_prdt_pricecomp.php?affid=.....&dfftoken=.....&product_sku=.....
DataFeedFile.com provides the following JSON web services:
- Price Search Engine (PSE)
- Product Price Comparison (PPC)
- Merchant Information (merinfo)
- Merchant List (merlist)
- HTML Title Suggestions:
- title from keyword search
- title from most recent keyword searches
- title from merchant number + merchant SKU
- title from DFF Product SKU
- Deals Search Engine (DSE)
- Merchant Products: Top # of Products
- Merchant Products: Random
- Top Searched Keywords
- Recent Searched Keywords
How to do Paging or Pagination using XML web services
Since XML web services are meant for short / brief data deliveries with limitation on number of records, you have to use paging/pagination to request more information for paging and multiple web pages on your site. Click on this wiki documentation for
XML/JSON paging instructions.