search_amazon
Search Amazon products by keyword to retrieve title, price, rating, and image in JSON format.
Instructions
Search Amazon products and return title, price, rating, and image.
Args: query: Product search query, e.g. "wireless headphones". max_pages: Number of result pages to scrape (default 1).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| max_pages | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| count | No | ||
| errors | No | ||
| scraper | No | ||
| source_urls | No |