Public Playground

Preview the endpoint before sending a live request

Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.

Playground

Retrieve Amazon Product Details API Playground

Test Crawlora's Amazon Product API. Preview request parameters, credit cost, response schema, sample JSON, cURL, TypeScript, Python, and Go examples.

GETapiKey2 credits/requestamazon.productResponseDocAmazon

Endpoint

Choose one catalog endpoint for this request.

3 shown
GETapiKey2 credits/requestamazon.productResponseDocAmazon
GET /amazon/product/{asin}

Retrieve Amazon product details

Returns normalized product details for an Amazon ASIN on `amazon.com`, including pricing, availability, overview data, inline review samples, and descriptive content.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key
View docs

API key

API key required for live requests. Your key is only used to send requests from this Playground.

not configured

Active Playground key: not configured

Manage API keys in Console

Path parameters

Add an API key to send a live request.

If an active API key is configured, Copy cURL includes it. Share links never include API keys.

View docs
Sample responseGET

Shown before your first request. Add an API key and send a request to see the live response, status, latency, and headers.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "asin": "B0DGJ736JM",
    "title": "Apple Watch SE (2nd Gen) [GPS 40mm]",
    "link": "https://www.amazon.com/dp/B0DGJ736JM/",
    "rating": 4.4,
    "review_count": 1055,
    "price": 189
  }
}

Endpoint details

Returns normalized product details for an Amazon ASIN on `amazon.com`, including pricing, availability, overview data, inline review samples, and descriptive content.

Method
GET
Path
/amazon/product/{asin}
Authentication
apiKey
Credit cost
2 credits/request
Platform
Amazon
Parameters
4 documented fields

Request parameters

asin:pathlanguage:querycurrency:queryx-api-key:header

Response schema fields

codedatadata.aboutdata.asindata.availabilitydata.brand_linkdata.brand_namedata.customers_saydata.descriptiondata.imagesdata.is_free_deliverydata.is_free_return

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "asin": "B0DGJ736JM",
    "title": "Apple Watch SE (2nd Gen) [GPS 40mm]",
    "link": "https://www.amazon.com/dp/B0DGJ736JM/",
    "rating": 4.4,
    "review_count": 1055,
    "price": 189
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/amazon/product/<asin>" \
  -H "x-api-key: <api-key>"