Amazon Product
amazon_productGet Amazon product details by ASIN — title, brand, price, rating, ratings total, bestsellers rank, and image. Uses your Rainforest API key. Example: amazon_product({ asin: "B08N5WRWNW", amazon_domain: "amazon.com", _apiKey: "your-rainforest-key" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asin | Yes | Amazon Standard Identification Number, e.g. "B08N5WRWNW" | |
| _apiKey | Yes | Your Rainforest API key (get one at trajectdata.com) — passed as the api_key query param | |
| amazon_domain | No | Amazon marketplace domain (default "amazon.com"), e.g. "amazon.co.uk" |