Skip to content
scrapeatlas.Dashboard

Get Amazon sellers and offers for a product

Try in Playground

Read the buy-box offer shown on the public product page: merchant id and name, price, the product rating and availability.

GET/v1/amazon/sellersx-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
37
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.

Offers in page order (the buy-box offer).

up to 100 items

Canonical seller object.

items.seller.idstringnullable

Merchant id; null when Amazon.com sells the item.

items.seller.namestringnullable

Merchant name.

items.seller.domainstringnullable

Always included.

items.seller.urlstringnullable

Seller profile URL.

Offer price: base and total are the buy-box price; tax and shipping are null.

items.seller.price.basenumbernullable

Always included.

items.seller.price.taxnumbernullable

Always included.

items.seller.price.shippingnumbernullable

Always included.

items.seller.price.totalnumbernullable

Always included.

items.seller.price.currencystringnullable

Always included.

The product's rating as shown with the offer.

items.seller.rating.averagenumbernullable

Always included.

items.seller.rating.countintegernullable

Always included.

items.seller.conditionstringnullable

New unless the buy box says Used, Renewed or Refurbished.

items.seller.availabilitystringnullable

Availability text.

items.seller.annotationstringnullable

Always included.

totalintegernullable

Total matching count when the page states one; otherwise null.

droppedinteger

Cards that could not be parsed into a record.

≥ 0

Cursor state for this page.

pagination.next_cursorstringnullable

Page number to send back as cursor, or null on the last page.

pagination.has_moreboolean

Whether another page exists.

pagination.page_sizeinteger

Number of items in this page.

≥ 0

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.