Skip to content
scrapeatlas.Dashboard

Get an Amazon product

Try in Playground

Read a public Amazon product by ASIN: title, brand, feature bullets, merchant, price, rating, image gallery and availability.

GET/v1/amazon/productx-api-key
x-api-keystringrequiredheader

Your ScrapeAtlas customer key. Create one on /account/ and set SCRAPEATLAS_API_KEY.

Query parameters
2
asinstringrequiredquery

10-character ASIN.

ExampleB000000001
countryenumdefault: "US"query

Marketplace as ISO 3166-1 alpha-2: US (default), GB, CA, DE, FR, IT, ES, JP, IN, MX, BR, AU or NL. Prices come in that marketplace's currency and numbers are parsed with its locale.

one of: US, GB, CA, DE, FR, IT, ES, JP, IN, MX, BR, AU, NL · default: "US"

Response fields
39
requestIdstring

Random operational correlation ID.

Upstream attempts, decoded HTML bytes and elapsed milliseconds.

accounting.upstreamRequestsinteger

Always included.

≥ 0

accounting.responseBytesinteger

Always included.

≥ 0

accounting.durationMsnumber

Always included.

≥ 0

successboolean

True when usable public data was retrieved.

statusenum

success, partial, failed or challenged. Inspect coverage even for HTTP 200.

one of: success, partial

sourceUrlstring

Public www.amazon.com URL that was read.

absolute HTTPS URL

fetchedAtstring

UTC retrieval timestamp.

Complete means this bounded page had no known omissions; warnings name each omission.

coverage.sourcestring

Always public_page.

coverage.completeboolean

False when any warning is present.

coverage.warningsstring[]

Machine-readable omission codes such as lazy_loaded_ranks_omitted or record_limit.

Canonical product object.

product.idstring

Amazon ASIN.

product.urlstring

Canonical https://www.amazon.com/dp/{asin} URL.

absolute HTTPS URL

product.titlestringnullable

Product title without the differentiator line.

product.descriptionstringnullable

Feature bullets joined by line breaks; null on list pages.

product.sellerstringnullable

Buy-box merchant name when the product page shows one; null on list pages.

product.brandstringnullable

Brand from the byline ("Visit the X Store" / "Brand: X"); null on list pages.

Current and original (list/typical) price with ISO currency; unknown parts are null.

product.price.currentnumbernullable

Price to pay as a number.

product.price.originalnumbernullable

Struck-through list or typical price when shown.

product.price.currencystringnullable

The marketplace currency (USD for the US marketplace), null without a price.

Aggregate star rating and rating count.

product.rating.averagenumbernullable

Stars out of 5.

product.rating.countintegernullable

Number of ratings.

product.image_urlsstring | string[]nullable

Array of full-size gallery URLs on the product page; a single largest image URL on list pages.

product.availabilitystringnullable

Availability text from the product page, otherwise null.

product.reviews_countintegernullable

Always null; Amazon exposes rating counts, not review counts, on public pages.

Product information rows: group (section heading when shown), name and value.

up to 200 items

product.specifications.groupstringnullable

Always included.

product.specifications.namestringnullable

Always included.

product.specifications.valuestringnullable

Always included.

Twister siblings: ASIN, displayed dimension values as title, canonical URL and the dimension names as category; a product without variations lists itself.

up to 200 items

product.variations.idstring

Always included.

product.variations.titlestringnullable

Always included.

product.variations.urlstring

Always included.

absolute HTTPS URL

product.variations.categorystringnullable

Always included.

HTTP 200 returns the success variant. Check status: partial means usable data with warnings, and failed or challenged requests carry a failure object described in Errors & responses.

Error codes
9
HTTPfailure.codeMeaning
400invalid_requestMissing, duplicate, unsupported or invalid parameters.
401unauthorizedMissing or invalid service key.
404not_foundStorefront, product, category or seller page not found.
429upstream_rate_limitedAmazon rate limited the request; no automatic retry.
502upstream_challengedRobot check, sign-in wall or HTTP 503 from Amazon.
502unsupported_page unsafe_redirect response_too_large payload_too_complex request_limit upstream_errorBounded retrieval failed or the page did not match the requested entity.
503busyAll worker slots occupied.
504timeoutDeadline exceeded.
200partialCoverage warnings such as lazy_loaded_ranks_omitted or record_limit.