Getcha - Amazon Data Scraper
Getcha fetches you data present on the product page of a product on Amazon.com only. Not just data on the product page Getcha can also fetch every single review and offers of the product. Also you can type the keyword and get all response which is show on Amazon.in. (more features will be available soon, API currently in production) Note that the ASIN number of product you give must be only from…
Getcha - Amazon Data Scraper endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Search Results For A Keyword /search/{searchQuery} |
This endpoint fetches all the results from Amazon.com for a keyword. It also shows the sponsored products. |
| GET |
Get Product Details /products/{productId} |
Writing "/products/(ASIN number of product)" in the URL fetches the same data if searched on Amazon but in JSON format. The API fetches every nook and cranny of data and displays… |
| GET |
Get Detailed Reviews For The Product /products/{productId}/reviews |
This endpoint is made because while fetching the product details the reviews are not fetched because most of the listings have more than 5000 reviews, and fetching them all will… |
| GET |
Get Product Offers /products/{productId}/offers |
This endpoint is not that important. It gives all the current offers of a product. Note that most of the products don't have offers |
Getcha - Amazon Data Scraper pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $50 / month | — |
|
| MEGA | $100 / month | — |
|