ScavioScavio
ToolsPricingDocs
Sign InGet Started
Quick StartAPI & SDKsEcosystem

E-Commerce

Amazon Offers

Every seller offer on an Amazon ASIN — price, currency, list price and discount, seller name and id, condition, who ships it, Prime eligibility, stock quantity, and which offer holds the buy box — as normalized JSON. Costs 1 credit per request.

POST/api/v1/amazon/offers

Authorizations

Authorizationstringheaderrequired

Bearer authentication header of the form Bearer <token>, where <token> is your Scavio API key (e.g. Bearer sk_live_your_key).

Body

application/json
querystringrequired

The Amazon ASIN. Named query to match the Product endpoint; asin is an accepted alias and one of the two must be present.

Example: B0GRVFY42Q

asinstring

The Amazon ASIN. Alias for query.

Example: B0GRVFY42Q

countrystringdefault:us

Marketplace 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

domainstring

Deprecated 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.offers("B0GRVFY42Q")
print(results)

Response

"asin": "B0GRVFY42Q",
"title": "HP 15.6" FHD Laptop 2026 Edition, Intel Processor, 8GB RAM, 256GB SSD | Copilot AI, Long Battery Life, Lightweight 3.64 lbs, Microsoft 365, Windows 11 for Students & Office, with 5 in 1 hub",
"image": "https://m.media-amazon.com/images/I/412kavhXHzL.jpg",
"rating": 4.2,
"reviews_count": 517,
"note": "Currently, there are no other sellers matching your location and / or item specification. Try updating the filters or your location to find additional sellers.",
"count": 1,
"total_offers": 1,
"has_more_pages": false,
"page": 1,
},
"response_time": 3830,
"credits_used": 1,
"credits_remaining": 49
}
PreviousAmazon ProductNextWalmart Search
ScavioScavio

One scraper API for every social, search and ecommerce platform. Built for AI agents.

Product

  • Features
  • Pricing
  • Dashboard
  • Affiliates

Developers

  • Documentation
  • API Reference
  • Quickstart
  • MCP Integration
  • Python SDK

Alternatives

  • Tavily Alternative
  • SerpAPI Alternative
  • Firecrawl Alternative
  • Exa Alternative
  • Serper Alternative
  • Tavily vs Scavio
  • SerpAPI vs Scavio
  • All alternatives
  • Compare Scavio vs alternatives

Search APIs

  • Google Search API
  • Amazon Product API
  • YouTube API
  • Reddit API
  • Walmart Product API
  • TikTok API
  • Instagram API

Tools

  • All Tools

© 2026 Scavio. All rights reserved.

Featured on TAAFT
Terms of ServicePrivacy Policy