Browsable Browsable Docs

Amazon Product Search API

Search Amazon for products and get structured results including title, URL, price, images, rating, reviews count, and tags.

GET /v1/amazon/search

Parameters

Parameter Type Required Description
q string Yes Search query (max 500 characters)
domain string No Amazon domain (default: amazon.com)
maxResults number No Maximum results to return (1-500, default: 100)

Supported Amazon Domains

amazon.com
amazon.co.uk
amazon.de
amazon.fr
amazon.it
amazon.es
amazon.ca
amazon.com.au
amazon.co.jp

Response

Returns an array of Amazon products matching the search query:

Response Fields
name - Product title
link - Direct product page URL
price - Current price as string (includes currency symbol)
images - Array of image URLs (first item is usually the main image)
rating - Average customer rating (0-5)
numberOfReviews - Total number of reviews
tags - Array of tags/badges/options (e.g. Best Seller)

Code Examples

Try it Out

API Playground

Stored locally only

Product search query

Amazon domain

Maximum results (1-500)

Error Codes

400 Bad Request
Query parameter is missing, exceeds 500 characters, or maxResults is out of range (1-500)
401 Unauthorized
Missing or invalid API key
403 Forbidden
Active subscription required
500 Internal Server Error
Amazon search failed or timed out
Rate Limits: This endpoint uses 1 credit per up to 100 results (rounded up). See Authentication for details.

Need more Amazon data?

Looking for product details, reviews, or pricing history? Contact us about custom scraping tasks.

Create Custom Task