AZ
Amazon Scraper
antsdata/amazon-scraper
AntsData 4.6 (167 reviews) 112K runs
Scrape product details, BSR rank, price history and reviews across marketplaces.
#E-commerce#Price
INPUT
Configure your task
| Parameter | Type | Required |
|---|---|---|
productUrls Product / category URL | string[] | Optional |
searchQueries Product queries | string[] | Optional |
maxItems Max items | number | Optional |
currency Currency | string | Optional |
EXAMPLE
Input & output
input.json
{
"searchQueries": [
"running shoes"
],
"maxItems": 150,
"currency": "USD"
}output.json
{
"title": "Running Shoes Pro",
"price": 89.9,
"listPrice": 129,
"currency": "USD",
"inStock": true,
"rating": 4.6,
"reviews": 5123,
"seller": "BrandStore",
"url": "https://…"
}API
Run with one request
POST · cURL
curl -X POST https://api.antsdata.com/v1/actors/antsdata/amazon-scraper/runs \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"searchQueries":["running shoes"],"maxItems":150,"currency":"USD"}'Full integration guide in the API docs.
Need different fields or sites?
Any public data — we can custom-scrape it and package it as a stable API.
