Skip to main content
GET
Get cached reviews for an ASIN

GET /api/v1/reviews

Fetch cached review data for an Amazon product.
Free & Unlimited: This endpoint doesn’t count toward your quota. Only refresh jobs are metered.

Request

Headers: Query Parameters:

Response (200 OK)

Review Object

Response (404 Not Found)

When no cached data exists for an ASIN:

Errors

Examples

cURL:
Python:
JavaScript:

Notes

  • Caching: Data persists until the next refresh job for that ASIN
  • Full Review Text: Get up to 200 reviews per ASIN (10 pages recent + 10 pages helpful).
  • Free: This endpoint is free and unlimited - only refresh jobs count toward quota

Authorizations

Authorization
string
header
required

API key passed in Authorization header as Bearer token.

Query Parameters

asin
string
required
Pattern: ^[A-Z0-9]{10}$

Response

Cached reviews found

asin
string
required
Example:

"B08N5WRWNW"

reviewCount
integer
required
Example:

156

reviews
object[]
required
cached
enum<boolean>
required
Available options:
true
Example:

true

title
string | null
Example:

"Example Product Title"

imageUrl
string | null
Example:

"https://m.media-amazon.com/images/I/example.jpg"

marketplace
string
Example:

"amazon.de"

lastScraped
string<date-time> | null
Example:

"2026-02-02T10:31:00.000Z"