Amazon Product Scraper
In need of an API that will get information from Amazon marketplace to your application. Look no further because this API is exactly what you need. All you need is to specify the product and it will get details and reviews of this product. This API is made from express.js.
Amazon Product Scraper endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Amazon Product Details /products/{productId} |
This endpoint picks up information of the specified product and returns every information about it. |
| GET |
Get Amazon Product Reviews /products/{productId}/reviews |
This endpoint picks up reviews of the specified product and returns every information about it. |
| GET |
Get Amazon Product Offers /products/{productId}/offers |
This endpoint picks up offers for the specified product and returns every information about it. |
| GET |
Search Amazon Product /search/{searchQuery} |
This endpoint picks up user input and return result from Amazon marketplace. |
Amazon Product Scraper pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | Free | — |
|
| ULTRA | Free | — |
|
| MEGA | Free | — |
|