Amazon-Scrapper-API
The Amazon Scraper API is a powerful tool that allows developers to extract valuable data from Amazon's website programmatically. This API is built using the Express framework and leverages the request-promise library to handle HTTP requests efficiently. Let's delve into the features and capabilities of this API: Welcome Endpoint: The API starts with a welcoming endpoint ("/") that greets users…
Amazon-Scrapper-API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Amazon Search Results /search/{searchQuery} |
**# Search for Products:** Another valuable feature of the API is the ability to search for products on Amazon based on user-defined keywords. Users can utilize the endpoint… |
| GET |
Get Amazon Product Reviews /products/{productId}/reviews |
**# Get Product Reviews:** With this feature, users can retrieve product reviews for a given productId. By sending a GET request to "/products/:productId/reviews" along with the… |
| GET |
Get Amazon Product Offers /products/{productId}/offers |
**# Get Product Offers:** The API provides the ability to fetch product offers for a specific productId. Users can send a GET request to "/products/:productId/offers" and include… |
| GET |
Get Amazon Product Details /products/{productId} |
**# Get Product Details:** One of the primary functionalities of this API is to retrieve product details based on a specific productId. By sending a GET request to the endpoint… |
Amazon-Scrapper-API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 100 / second |
|
| PRO | $5 / month | — |
|
| ULTRA Recommended | $20 / month | — |
|
| MEGA | $30 / month | — |
|