Amazon Data Scraper
Amazon Data Scraper is the easiest way to get access to product, price, sales rank and reviews data from Amazon.in JSON format. You need to get your own api key to test the endpoints. You can get your api key from ScraperAPI website.
Amazon Data Scraper endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Amazon Product Details /products/{productId} |
This endpoint gets you all the details of a particular product based on the product id |
| GET |
Get Amazon Product Reviews /products/{productId}/reviews |
This endpoint will get you all the reviews of a particular product |
| GET |
Get Amazon Product Search Results /search/{searchQuery} |
Gives the search results for a particular product search |
Amazon Data Scraper pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $2 / month | 1 / second |
|
| ULTRA | $5 / month | 1 / second |
|