All sites
Data API
Amazon Data API
Products, search, reviews and seller data across every Amazon marketplace.
12endpointsTLS Fingerprint · Rate Limit · Captcha handled for you
Example
amazon.com
ExampleJSON responseclick the page to trace a field
{
"search_information": {
"location": {
"country": "US"
},
"total_results": 3,
"query_displayed": null,
"asin": "B09B8V1LZ3"
},
"organic_results": [
{
"position": 1,
"id": "B09B8V1LZ3",
"asin": "B09B8V1LZ3",
"product_id": "B09B8V1LZ3",
"seller_name": "Amazon.com",
"seller_rating": "4.7 out of 5 stars",
"condition": "New",
"fulfillment": "Amazon",
"prime": true,
"sponsored": false,
"out_of_stock": false,
"currency": "USD",
"shipping": "FREE delivery Tomorrow",
"ships_from": "Amazon.com",
"primary_offer": {
"offer_price": 199,
"min_price": 199,
"was_price": 249
},
"product_page_url": "https://www.amazon.com/dp/B09B8V1LZ3"
},
{
"position": 2,
"id": "B09B8V1LZ3",
"asin": "B09B8V1LZ3",
"product_id": "B09B8V1LZ3",
"seller_name": "TechDeals Warehouse",
"seller_rating": "95% positive over the last 12 months",
"seller_positive_percentage": 95,
"condition": "Used - Like New",
"condition_comment": "Open box, all accessories included.",
"prime": false,
"sponsored": false,
"out_of_stock": false,
"currency": "USD",
"shipping": "$3.99 delivery",
"ships_from": "TechDeals Warehouse",
"primary_offer": {
"offer_price": 174.5,
"min_price": 174.5,
"was_price": null
},
"product_page_url": "https://www.amazon.com/dp/B09B8V1LZ3"
},
{
"position": 3,
"id": "B09B8V1LZ3",
"asin": "B09B8V1LZ3",
"product_id": "B09B8V1LZ3",
"seller_name": "AudioGear Direct",
"seller_rating": "99% positive over the last 12 months",
"seller_positive_percentage": 99,
"condition": "New",
"fulfillment": "Amazon",
"prime": true,
"sponsored": false,
"out_of_stock": false,
"currency": "USD",
"shipping": "FREE delivery Fri, Jun 6",
"ships_from": "Amazon.com",
"primary_offer": {
"offer_price": 197.99,
"min_price": 197.99,
"was_price": null
},
"product_page_url": "https://www.amazon.com/dp/B09B8V1LZ3"
}
],
"pagination": {
"current": 1,
"next": null
},
"nextCursor": null
}
GET
/v1/data/amazon/products/{asin}/offers1 credit / runGet Offers
All marketplace offers (buybox + third-party) for a product.
Handled for you:TLS FingerprintRate LimitCaptcha
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| asin | string | yes | ASIN. |
| Advanced filters | |||
| page | integer | no | Offers page (the AOD panel paginates ~10 offers per page). (default: 1) |
| condition | string | no | Restrict offers to a condition. |
| domain | string | no | Amazon marketplace TLD or code. Examples: com, co.uk, de (default: com) |
| market | string | no | Marketplace code, alternative to domain. Examples: us, uk, de, jp. |
| country | string | no | Two-letter country code to pick the marketplace. Example: GB selects the UK store. |