Skip to main content
The Amazon Product API allows users to get product details from Amazon based on the specified ASIN and domain. This API enables retrieving detailed information about a specific product on Amazon.

Get Your API Key

Sign in at hasdata.com, go to your account settings, and copy your API key. All requests must include your key in the x-api-key header.

Request Cost and API Credits

Each request to the Amazon Product API consumes API Credits from your account balance.
  • Cost per request: 5 API Credits
  • Credits are deducted only for successful requests.
  • Your total available credits depend on your active plan.
You can use your credits across all HasData APIs. The same credit balance is shared platform-wide.
Unused credits do not roll over. Any remaining credits expire at the end of the current billing period.
To monitor your credit usage and remaining balance, sign in to your account dashboard at app.hasdata.com.

Make Your First Request

curl --request GET -G \
  --url 'https://api.hasdata.com/scrape/amazon/product' \
  --data-urlencode 'asin=B0DHJ7SBDR' \
  --data-urlencode 'otherSellers=true' \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <your-api-key>'

API Parameters

ParameterDefault ValueRequiredDescription
asinB0DHJ7SBDRYesThe Amazon Standard Identification Number (ASIN) of the product.
domain-NoAmazon domain to use. Default is www.amazon.com.
language-NoOptional Amazon language code. Supported values depend on the selected domain.
deliveryZip-NoPostal code of the delivery location.
shippingLocation-NoThe two-letter country code to define the country of the delivery address.
otherSellerstrueNoIf set to true, extracts the other sellers block from the product page.