Amazon Data Scraper
Amazon data scraper API is built by Origyn Systems with the help of ScraperAPI and this is the easiest way to get access to products, prices, sales rank, and detailed reviews from amazon in JSON format.
Amazon Data Scraper endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Amazon Product Details /products/{productId} |
Get products details from amazon. To perform this you need to have an API key. Get it [here](https://www.scraperapi.com/?fp_ref=origyn-systems) |
| GET |
Get Amazon Product Reviews /products/{productId}/reviews |
Get products reviews from amazon. To perform this you need to have an API key. Get it [here](https://www.scraperapi.com/?fp_ref=origyn-systems) |
| GET |
Get Amazon Product Offers /products/{productId}/offers |
Get product offers from amazon. To perform this you need to have an API key. Get it [here](https://www.scraperapi.com/?fp_ref=origyn-systems) |
| GET |
Get Amazon Search Results /search/{searchQuery} |
Get amazon search results. To perform this you need to have an API key. Get it [here](https://www.scraperapi.com/?fp_ref=origyn-systems) |