Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Amazon Daily Deals API

Tags:

amazon

I'd like to use the Amazon API to get the deals available in the Today's Deals section of the site. But I can't find any functions or function parameters that would allow me to do that. It seems I can only retrieve the data available on the main site.

Is there any way to get the Daily Deals using the API?

like image 912
khuong tran Avatar asked May 19 '15 10:05

khuong tran


People also ask

Is Amazon's API free?

With Amazon API Gateway, you only pay when your APIs are in use. There are no minimum fees or upfront commitments. For HTTP APIs and REST APIs, you pay only for the API calls you receive and the amount of data transferred out. There are no data transfer out charges for Private APIs.

Does Amazon have a price API?

AWS offers two APIs that you can use to query prices: With the AWS Price List Bulk API, you can query the prices of AWS services in bulk. The API returns either a JSON or a CSV file.

Did Amazon get rid of daily deals?

While Amazon will no longer directly run a daily deals platform, it will still offer “deals” of some sort via the main Amazon.com website. That is, the company says that its Deal of the Day, Gold Box Deals and Kindle Daily Deals will not be affected by Amazon Local's shutdown.

How do I get a product API from Amazon?

If you have not already registered, sign up for the Associate program and Product Advertising API. After you have your Partner Tag (Store/Tracking ID) and Credentials (Access Key and Secret Key), choose an operation from the left panel. Type the request parameters and choose Run request.


1 Answers

They now have an RSS feed https://rssfeeds.s3.amazonaws.com/goldbox

I have a Slack bot that polls it hourly and sends me deals I'm interested in.

like image 136
belteshazzar Avatar answered Sep 23 '22 05:09

belteshazzar