Fetch cached review data for an ASIN
Free & Unlimited: This endpoint doesn’t count toward your quota. Only refresh jobs are metered.
| Header | Value | Required |
|---|---|---|
| Authorization | Bearer YOUR_API_KEY | Yes |
| Parameter | Type | Required | Description |
|---|---|---|---|
| asin | string | Yes | Amazon ASIN to fetch reviews |
| Field | Type | Description |
|---|---|---|
| asin | string | Amazon ASIN |
| title | string | Product title |
| imageUrl | string | Product image URL |
| marketplace | string | Amazon marketplace |
| reviewCount | number | Total number of cached reviews |
| reviews | array | Array of review objects |
| lastScraped | string | ISO 8601 timestamp of last refresh |
| cached | boolean | Whether data is from cache |
| Field | Type | Description |
|---|---|---|
| id | number | Internal review ID |
| amazonReviewId | string | Amazon’s review ID |
| title | string | Review headline |
| content | string | Full review text |
| date | string | Review date (ISO 8601) |
| isTopReview | boolean | Whether this is a “Top Review” |
| country | string | Reviewer’s country code |
| scrapedAt | string | When review was scraped |
| Status | Error | Cause |
|---|---|---|
| 400 | Missing asin | asin query parameter not provided |
| 401 | Invalid API key | Key doesn’t exist or was revoked |
| 404 | No cached data | ASIN hasn’t been refreshed yet |
| 500 | Internal server error | Temporary backend/service issue |
API key passed in Authorization header as Bearer token.
^[A-Z0-9]{10}$Cached reviews found
"B08N5WRWNW"
156
true true
"Example Product Title"
"https://m.media-amazon.com/images/I/example.jpg"
"amazon.de"
"2026-02-02T10:31:00.000Z"