Deal Datafeed
Access quality deal content via our deal datafeed API.
API Endpoints
Current Version
Version 2 (v2). We recommend that all developers using the older v1 version upgrade their API calls.
Method
All API calls are made using the GET HTTP method.
Subscription Access
Premium, Pro
Response Structure
JSON
Response Rate Limit
Unlimited
API Authentication Parameter
Your API token is your Feeds4 authentication token
that is passed to our service via the API url. The curly brackets shown are not part of your token and used for display purposes only.
Base URL:
https://api.feeds4.com/v2/deals/
Auth URL:
An authenticated URL must include the auth token with each API request.
https://api.feeds4.com/v2/deals/?token={API TOKEN}
API Recordset Parameter
How many deal records returned by the deal datafeed depends on the recordset
parameter. There are two accepted deal recordset inputs: test (default) and all.
- test – returns 10 results and is used primarily for testing.
- all – returns all results matching your request.
Test Recordset URL:
https://api.feeds4.com/v2/deals/?token={API TOKEN}&recordset=test
All Recordset URL:
https://api.feeds4.com/v2/deals/?token={API TOKEN}&recordset=all
Sample JSON Response
A JSON request to our deals datafeed will generate the following JSON response: