DocumentationDashboard

Amazon

All Offers

Every seller offering an ASIN, with price, shipping, condition, fulfilment and which one holds the Buy Box.

GET/v1/amazon/offers1 credit

Parameters

NameTypeRequiredDescription
asinstringrequiredAmazon Standard Identification Number — the 10-character product id.
include_htmlbooleanoptionalReturn the raw page HTML alongside the structured JSON.
geocodestringoptionalAmazon marketplace country code, e.g. "us", "gb", "de", "jp".
zipcodestringoptionalPostal code, for ZIP-level marketplaces. Use this or countryName, not both.
countryNamestringoptionalCountry-level location, for marketplaces that don't take a ZIP.
languagestringoptionalISO 639-1 language code.
devicestringoptionalDevice profile to render as. One of: desktop, mobile.
superbooleanoptionalPut the call on residential/mobile proxies for a higher success rate. Costs 10x — 10 credits instead of 1.

Request

curl --request GET 'https://data-api.roketfy.com/v1/amazon/offers?asin=%3Casin%3E' \
  --header 'Authorization: Bearer YOUR_TOKEN'

MCP

Available to AI agents as the tool amazon_offers, with the same parameters and the same credit cost.