Skip to main content
Spot trending products, find dropshipping candidates, and benchmark category leaders. Returns rank, ASIN, title, brand, current + before price, discount, rating, total reviews, feature bullets, “bought in past month”, badges, variants, delivery dates, seller, shipper, primary + all images, specification, and customer-aspect summaries. 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 1 credit from your balance.
Credits are deducted only for successful rows.

Example Request

curl --request POST \
  --url 'https://api.hasdata.com/scrapers/amazon-bestsellers/jobs' \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <your-api-key>' \
  --data '{"urls":["https://www.amazon.com/gp/bestsellers/electronics/1292115011","https://www.amazon.com/best-sellers-books-Amazon/zgbs/books"]}'

Job Parameters

urls
string[]
required
Enter URLs of categories you want to scrape. Each URL must be on a different line.

Supported Enrichments

Request any of the fields below via the enrichments array in your job payload.
IDTitleDescriptionCost per Request
emailEmail AddressAmazon seller email address5 credits
websiteWebsite URLAmazon seller website URL5 credits
phonePhone NumberAmazon seller phone number5 credits
linkedinUrlLinkedIn ProfileAmazon seller LinkedIn page URL5 credits
facebookUrlFacebook ProfileAmazon seller Facebook page URL5 credits
instagramUrlInstagram ProfileAmazon seller Instagram profile URL5 credits
xUrlX (Twitter) ProfileAmazon seller X profile URL5 credits

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.