Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there Amazon.com API for products?

Tags:

I would like to know if there's an existing API for products on Amazon.com? A way for developers to get the products and show it on their apps/websites?

Is it still active or deprecated?

like image 979
Luigi Vibal Avatar asked Aug 07 '13 06:08

Luigi Vibal


People also ask

Does Amazon have an API for their products?

Yes. Amazon has an API for Amazon Web Services. Amazon provides their API for each framework and language like PHP, Java, . NET, RUBY and many more.

Does Amazon have a free API?

The Amazon API Gateway free tier includes one million API calls received for REST APIs, one million API calls received for HTTP APIs, and one million messages and 750,000 connection minutes for WebSocket APIs per month for up to 12 months.

How do I get an API for Amazon?

Login to your Amazon Developer Console account. You will be prompted to create an account if you do not already have one. In the main navigation, click Apps & Services. Click API Access in the sub-menu.

What is Amazon's API?

Amazon API Gateway is an AWS service for creating, publishing, maintaining, monitoring, and securing REST, HTTP, and WebSocket APIs at any scale. API developers can create APIs that access AWS or other web services, as well as data stored in the AWS Cloud .


1 Answers

Yes, there are two APIs for products on Amazon: the Product Advertising API and the Marketplace Web Service (MWS) Products API.

The PA API is for websites to use when advertising Amazon products: https://affiliate-program.amazon.com/gp/advertising/api/detail/main.html

The MWS Products API is intended for the use of third party vendors on Amazon.com: https://developer.amazonservices.com

like image 196
Josh Brown Avatar answered Jan 29 '23 11:01

Josh Brown