- Product Name, Price, and Discount Details
- Ratings and Review Counts
- Product URLs and Images
- Related Searches and Sponsored Products
- Market Research: Identify trending products and evaluate their popularity.
- Demand Analysis: Understand product search trends in specific regions or categories.
Supported Query Parameters
| PARAMETER | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
query required | string | The search term you want to query on Amazon. Must be URL-encoded. Example: Echo+Dot. | |
| url | string <uri> | The URL of the search results page to retrieve. Example: https://www.amazon.com/s?k=Echo+Dot. | |
| tld | string | .com | The top-level domain of the Amazon website. Supported values: .com, .it, .de, etc. |
| country | string | us | The originating country for the product retrieval. Example: country=es. |
How to Setup
Request the search endpoint with the desired query:Example
cURL
{query} must be encoded.Troubleshooting and FAQs
How do I handle pagination?
How do I handle pagination?
The
pagination.current_page field in the response helps you track pages. Use the url parameter with the next page link provided by Amazon to scrape additional pages.Can I target a specific currency for pricing?
Can I target a specific currency for pricing?
The
country parameter determines the currency used in pricing. For example, country=de will return prices in Euros (EUR), while country=us will return prices in USD.How do I monitor sponsored products?
How do I monitor sponsored products?
Sponsored products are included in the
sponsored_product_list field of the response. Use this field to analyze ad placements.