amazon_search_results
Fetch a LIVE Amazon search-results page (SERP) right now — the ranked organic + sponsored listings a shopper would see this minute for a query, with position, ASIN, title, price, rating and badges. Use when the user wants CURRENT ranking/visibility: 'who ranks for "dog bed" on Amazon right now', 'is my ASIN on page 1 for this keyword', 'what's sponsored vs organic for this search'. This is a real-time fetch (takes ~10-40 seconds) — for warehouse keyword search use search_products; for buying advice use shopping_search. Amazon marketplaces only; up to 3 pages per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Start page (default 1). | |
| sort_by | No | Amazon sort order (default: featured). | |
| max_page | No | Auto-paginate through this page (max 3 per call). | |
| search_term | Yes | The query exactly as a shopper would type it. | |
| marketplace_id | No | 1=UK 2=US 4=CA 5=AU 6=DE 7=JP 8=IT 9=FR 10=ES 11=MX 12=BR (Amazon only; no Walmart). | |
| exclude_sponsored | No | Drop sponsored placements from the results. |