ScavioScavio
ToolsPricing
Sign InsGet Startedg
Quick StartAPI & SDKsEcosystem

Amazon

Amazon Search

Search Amazon product listings across 22 marketplaces — ASIN, title, price, currency, rating, review count, sponsored flag, badge, sales volume, and delivery estimate — as normalized JSON, plus the page's refinement filters and related searches. Costs 1 credit per request.

POST/api/v1/amazon/search

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

Product search query (1-500 characters).

Example: laptop

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

pagenumberdefault:1

Results page, 1-based. One page per request; each page is a separate call and costs 1 credit.

Example: 2

start_pagenumber

Deprecated alias for page.

Example: 2

Request

from scavio import ScavioClient

client = ScavioClient(api_key="sk_live_your_key")
results = client.amazon.search("laptop")
print(results)

Response

"query": "laptop",
"page": 1,
"total_results": 100000,
"total_results_text": "1-16 of over 100,000 results for laptop",
"count": 16,
},
"response_time": 4940,
"credits_used": 1,
"credits_remaining": 49
}
PreviousGoogle Trending APINextAmazon Product
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