Skip to main content
GET
Amazon Search

Overview

The /amazon/search endpoint searches Amazon’s product catalog and returns structured product data including pricing, ratings, reviews, and availability. The API handles Amazon’s anti-bot measures and provides clean, parsed data.

Parameters

Query Parameters

string
required
The product search query
string
default:"www.amazon.com"
Amazon domain to search. Options include:
  • www.amazon.com (US)
  • www.amazon.co.uk (UK)
  • www.amazon.de (Germany)
  • www.amazon.fr (France)
  • www.amazon.co.jp (Japan)
  • www.amazon.in (India)
number
default:"1"
Page number for pagination (starts at 1)
string
Department or category filter (e.g., Electronics, Books, Clothing)
string
Sort order for results:
  • relevanceblender - Relevance (default)
  • price-asc-rank - Price: Low to High
  • price-desc-rank - Price: High to Low
  • review-rank - Average Customer Review
  • date-desc-rank - Newest Arrivals
number
Minimum price filter
number
Maximum price filter
boolean
default:"false"
Filter for Prime-eligible products only
string
default:"us"
Country code for proxy location (e.g., us, uk, de)
boolean
default:"false"
Return raw HTML instead of parsed results
boolean
default:"false"
Async mode - returns job ID immediately for later retrieval

Example Requests

Filtered Search with Price Range

Search on Different Amazon Domain

Response

Success Response (200)

Returns parsed product search results:

Response Headers

Error Responses

Use Cases

  • Price monitoring: Track product prices and discounts over time
  • Competitor analysis: Monitor competitor product listings and pricing
  • Market research: Analyze product trends and bestsellers
  • Inventory tracking: Monitor product availability and stock levels
  • Review analysis: Collect product ratings and review counts
  • Product discovery: Find new products in specific categories