Amazon Bestsellers Scraper
Scrape Amazon bestseller lists by category with product details, rankings, and pricing. 1 credit/rowParameters
| Parameter | Type | Required | Description |
|---|---|---|---|
categoryUrls | array | Yes | Array of Amazon bestseller category URLs. Must contain /zgbs/ or /bestsellers/ |
maxItemsPerStartUrl | integer | Yes | Maximum products per category URL. Default: 100. Amazon limits to 100 |
Example
Amazon Product Scraper
Scrape detailed Amazon product data including pricing, ratings, descriptions, and variants. 1 credit/rowParameters
| Parameter | Type | Required | Description |
|---|---|---|---|
categoryOrProductUrls | array | Yes | Array of URL objects pointing to Amazon product or category pages. E.g., [{"url": "https://www.amazon.com/dp/B09V3KXJPB"}] |
maxItemsPerStartUrl | integer | Yes | Maximum products per URL. Default: 50 |
Example
Amazon Reviews Scraper
Extract Amazon product reviews with ratings, titles, verified purchase status, and reviewer info. 1 credit/rowParameters
| Parameter | Type | Required | Description |
|---|---|---|---|
productUrls | array | Yes | Array of URL objects pointing to Amazon products. Normalize to domain + /dp/ASIN format. E.g., [{"url": "https://www.amazon.com/dp/B09V3KXJPB"}] |
maxReviews | integer | Yes | Maximum number of reviews per product. Default: 100 |
Example
Amazon Pincode Scraper
Check product availability and delivery estimates for specific pincodes on Amazon India. 1 credit/rowParameters
| Parameter | Type | Required | Description |
|---|---|---|---|
products | array | Yes | Array of Amazon India product URLs or ASINs |
pincodes | array | Yes | Array of 6-digit Indian pincodes. E.g., ["110001", "400001"] |