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 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>"