Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

query
string

Free-text product query (asin or query required)

Minimum string length: 1
asin
string

Amazon ASIN to look up (asin or query required)

Minimum string length: 1
country
string

Country code for localized results

Pattern: ^[a-z]{2}$
language
string

Language for results

Minimum string length: 1
domain
string

Amazon domain suffix, e.g. com, co.uk, de

Pattern: ^[a-z]+(?:\.[a-z]+)?$
device
enum<string>

Device profile to emulate

Available options:
desktop,
mobile,
tablet
timeout_ms
string

Max time to wait, in ms

Pattern: ^\d+$

Response

Structured Amazon product data.

provider
enum<string>
required
Available options:
amazon
page_type
enum<string>
required
Available options:
product
asin
string | null
required
title
string | null
required
brand
string | null
required
price
number | null
required
currency
string | null
required
availability
string | null
required
rating
number | null
required
review_count
number | null
required
images
string[]
required
bullet_points
string[]
required
delivery
object[]
required
buybox
object | null
required
category
object[]
required
product_details
object
required
url
string<uri>
required