amazon_search_scraper
Extract Amazon search results by keyword with configurable category, merchant, currency, domain, and geolocation. Supports pagination, parsing, and output formats.
Instructions
Scrape Amazon search results.
Supports content parsing, different user agent types, pagination, domain, geolocation, locale parameters and different output formats. Supports Amazon specific parameters such as category id, merchant id, currency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Keyword to search for. | |
| category_id | No | Search for items in a particular browse node (product category). | |
| merchant_id | No | Search for items sold by a particular seller. | |
| currency | No | Currency that will be used to display the prices. | |
| parse | No | Should result be parsed. If the result is not parsed, the output_format parameter is applied. | |
| render | No | Whether a headless browser should be used to render the page. For example: - 'html' when browser is required to render the page. | |
| user_agent_type | No | Device type and browser that will be used to determine User-Agent header value. | |
| start_page | No | Starting page number. | |
| pages | No | Number of pages to retrieve. | |
| domain | No | Domain localization for Google. Use country top level domains. For example: - 'co.uk' for United Kingdom - 'us' for United States - 'fr' for France | |
| geo_location | No | The geographical location that the result should be adapted for. Use ISO-3166 country codes. Examples: - 'California, United States' - 'Mexico' - 'US' for United States - 'DE' for Germany - 'FR' for France | |
| locale | No | Set 'Accept-Language' header value which changes your Google search page web interface language. Examples: - 'en-US' for English, United States - 'de-AT' for German, Austria - 'fr-FR' for French, France | |
| output_format | No | The format of the output. Works only when parse parameter is false. - links - Most efficient when the goal is navigation or finding specific URLs. Use this first when you need to locate a specific page within a website. - md - Best for extracting and reading visible content once you've found the right page. Use this to get structured content that's easy to read and process. - html - Should be used sparingly only when you need the raw HTML structure, JavaScript code, or styling information. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |