Amazon APIs
Using the Amazon Search Scraper API
The Amazon Search Scraper enables you to extract search results from Amazon based on specific queries. It provides a structured list of products and their details, empowering you to analyze trends and monitor market activity effectively.
- Product Name, Price, and Discount Details
- Ratings and Review Counts
- Product URLs and Images
- Related Searches and Sponsored Products
Example Use Cases:
- 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 . |
output | string | json | The format of the response. Supported values: json , csv . |
How to Setup
Request the search endpoint with the desired query:
Code Examples
{query}
must be encoded.Response Example
Troubleshooting and FAQs
Was this page helpful?