Skip to main content
Monitor pricing, track SEO-relevant search placement, and discover new competitor SKUs. Returns ASIN, title, URL, price + before price, rating, reviews, Prime/Choice/Best Seller flags, brand, position, and thumbnails — 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-search/jobs' \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <your-api-key>' \
  --data '{"limit":100,"keywords":["laptop","tablet"],"domain":"www.amazon.com","detailedInformation":false}'

Job Parameters

limit
number
required
Results per keyword
keywords
string[]
required
A list of keywords or URLs you want to scrape. Each URL or keyword must be on a different line.
domain
string
required
Amazon domain to use. Default is www.amazon.com.
detailedInformation
boolean
Products Detailed Information

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.