Enables you to scrape Deals from Amazon page using the ScrapeIN service
Endpoint
The /deals
endpoint allows you to GET
the results of your request to retrieve lightning deals, daily deals, or "goldbox" for an Amazon page.
Deals on Amazon refer to special promotions and discounts offered on a wide range of products. These deals can include limited-time offers, clearance sales, and other promotional events. By scraping the Deals on Amazon, users can stay informed about the latest promotions, discounts, and special offers, enabling them to find great deals and make informed purchasing decisions and additional business insights.
Authentication
API-KEY
. Use your API-KEY
for authentication.
Output format
json
, csv
Required Deals Parameters
It is recommended using
category_id
andamazon_domain
parameters for specifying your Deals request. If you want to retrieve Deals from the deals homepage for a specificamazon_domain
, you can omit thecategory_id
parameter.It is not recommended to use the
url
parameter due to potential issues with session and pagination. It is advised to use thecategory_id
andamazon_domain
parameters for more reliable and recommended Deals requests.
Results: Click "200" at the bottom of the page in the Responses block to see the JSON structure of a successful response. For more details click here.
Support
If you have any questions about authentication or API usage, please contact our support team at [email protected].
Note on parameters
Note that the
include_html=true
,output=html
, andcustomer_location
parameters cannot be used when making Deals requests.