Skip to main content
Track competitor catalogs, audit resellers, and detect counterfeit listings. Returns ASIN, title, URL, price + before price, rating, reviews, Prime/Choice/Best Seller flags, brand, and position — with optional extended product detail (description, image/video galleries, variants, features, overview). 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-seller-products/jobs' \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <your-api-key>' \
  --data '{"limit":100,"sellerId":"A5XZLIYI1M8Y0","domain":"www.amazon.com","detailedInformation":false}'

Job Parameters

limit
number
required
Results limit
sellerId
string
required
Amazon seller ID whose storefront listing should be scraped.
domain
string
required
Amazon domain to use. Default is www.amazon.com.
detailedInformation
boolean
Products Detailed Information

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.