Amazon Scraper API
An Amazon Scraper API is a tool that allows you to extract data from the Amazon website using a programmatic interface. This can include information such as product details, pricing, and reviews. The API typically uses web scraping techniques to gather the information and can be accessed using a variety of programming languages, such as Python or Java. It can be used for a variety of purposes,…
Amazon Scraper API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Product Details /products/{productid} |
An API endpoint that returns product details is a specific URL or endpoint that can be accessed using an API key, where it will respond with information about a specific product.… |
| GET |
Get Product Reviews /products/{productid}/reviews |
This API endpoint returns product reviews of a specific URL or endpoint that can be accessed using an API key, where it will respond with customer reviews for a specific product.… |
| GET |
Get Product Offers /products/{productid}/offers |
An API endpoint that returns product offers is a specific URL or endpoint that can be accessed using an API key, where it will respond with information about the available offers… |
| GET |
Search Products /search/{searchQuery} |
An API endpoint that allows searching products by a specific query, returns a list of matching products along with their details, useful for building search functionality in an… |
Amazon Scraper API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / hour |
|
| PRO | $1 / month | 100 / hour |
|
| ULTRA Recommended | $5 / month | 10000 / hour |
|
| MEGA | $20 / month | 500000 / hour |
|