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.Documentation Index
Fetch the complete documentation index at: https://docs.hasdata.com/llms.txt
Use this file to discover all available pages before exploring further.
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 thex-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.
Make Your First Request
API Parameters
| Parameter | Default Value | Required | Description |
|---|---|---|---|
asin | B0DHJ7SBDR | Yes | The Amazon Standard Identification Number (ASIN) of the product. |
domain | - | No | Amazon domain to use. Default is www.amazon.com. |
language | - | No | Optional Amazon language code. Supported values depend on the selected domain. |
deliveryZip | - | No | Postal code of the delivery location. |
shippingLocation | - | No | The two-letter country code to define the country of the delivery address. |
otherSellers | true | No | If set to true, extracts the other sellers block from the product page. |