TestAmazonAPI
The test Amazon Data Scrapper developed to get the product, their reviews and search for products. The code is from a youtube channel "JavaScript Mastery"
84 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.
TestAmazonAPI endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Amazon Product Details /products/{productID} |
You can use this link to access the details of the products by passing productId as a parameter |
| GET |
Get product review /products/{productID}/reviews |
Get the product reviews by providing the product id |
| GET |
Get search results /search/{searchQuery} |
Get search results from amazon website |
| GET |
Get product offers /products/{productID}/offers |
Get offers related to the product on amazon |
TestAmazonAPI pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|