Amazon Search
amazon_searchSearch Amazon products by keyword — returns position, title, ASIN, price, rating, and ratings total. Uses your Rainforest API key. Example: amazon_search({ search_term: "wireless earbuds", amazon_domain: "amazon.com", _apiKey: "your-rainforest-key" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _apiKey | Yes | Your Rainforest API key (get one at trajectdata.com) | |
| search_term | Yes | Search query, e.g. "wireless earbuds" | |
| amazon_domain | No | Amazon marketplace domain (default "amazon.com") |