Amazon
Amazon Product
Get full details for an Amazon product by ASIN — title, brand, price and list price, rating, review count, buy-box seller, availability, images, videos, bestseller ranks, category path, specifications, variants, and shipping options — as normalized JSON. Costs 1 credit per request.
Authorizations
AuthorizationstringheaderrequiredBearer authentication header of the form Bearer <token>, where <token> is your Scavio API key (e.g. Bearer sk_live_your_key).
Body
application/jsonquerystringrequiredThe Amazon ASIN. Named query for backward compatibility with the published SDKs; asin is an accepted alias and one of the two must be present.
Example: B0GRVFY42Q
asinstringThe Amazon ASIN. Alias for query.
Example: B0GRVFY42Q
countrystringdefault:usMarketplace country code, ISO 3166-1 alpha-2. One of the 22 marketplaces Amazon operates: us, ae, au, be, br, ca, cn, de, eg, es, fr, gb, in, it, jp, mx, nl, pl, sa, se, sg, tr. An unrecognized value falls back to us.
Example: de
domainstringDeprecated alias for country. The Amazon domain suffix (com, co.uk, de, com.br), translated to the matching country code. Use country instead.
Example: co.uk
Request
from scavio import ScavioClient
client = ScavioClient(api_key="sk_live_your_key")
results = client.amazon.product("B0GRVFY42Q")
print(results)Response