Skip to main content
Feed sentiment analysis, surface product issues, and mine customer language for marketing copy. Returns review id, ASIN, product title, review text, date, rating, likes, username, avatar, attached images and video, plus the associated product details. This scraper job is asynchronous. You’ll receive a jobId, and can fetch results via polling or webhook delivery.

Request Cost

Each row of data returned consumes 10 credits from your balance.
Credits are deducted only for successful rows.

Example Request

curl --request POST \
  --url 'https://api.hasdata.com/scrapers/amazon-product-reviews/jobs' \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <your-api-key>' \
  --data '{"limit":100,"asins":["B096NP4QWH","https://www.amazon.com/Semwiss-Womens-Comfortable-Pointed-Leopard/dp/B0B11MFHKX"],"domain":"www.amazon.com"}'

Job Parameters

limit
number
required
Reviews per product
asins
string[]
required
Enter ASINs or URLs of products you want to get reviews from. Each ASIN/URL must be on a different line.
domain
string
required
Amazon domain to use. Default is www.amazon.com.

Getting Results

Webhooks

Receive real-time updates when your scraper job starts, completes, or collects data.

Results API

Use the Results API to fetch your data using the jobId, with support for polling and pagination.

Stopping a Job

Cancel an active scraper job early if it’s no longer needed or you want to save credits.