Amazon data scrapper
it scraps the data of products, product reviews, search results, best sellers
82 subscribers
4 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Amazon data scrapper endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get amazon product details /product/{productId} |
get the details of an amazon product by providing the product id which we can get from the amazon website. |
| GET |
Get Amazon Product Reviews /product/{productId}/reviews |
it gives data regarding customers ratings and reviews for the particular product we want taking input of productId. |
| GET |
Get Amazon Bestsellers /bestsellers/{bestsellersQuery} |
it gives results of amazon best sellers based on the given best sellers query. |
| GET |
Get Amazon search results /search/{searchQuery} |
it gives us search results of a given search query on Amazon. |
Amazon data scrapper pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|