Unwrangle Search
unwrangle_searchSearch a retailer (Amazon/Target/Best Buy/Home Depot/…) by keyword. Returns product name, brand, price, rating, url, id. Example: unwrangle_search({ retailer: "amazon", search: "wireless earbuds", page: 1, _apiKey: "your-key" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number of results (default 1). | |
| search | No | Search keywords, e.g. "wireless earbuds". | |
| _apiKey | Yes | Unwrangle API key (unwrangle.com). | |
| retailer | No | Retailer slug that selects the platform, e.g. "amazon", "walmart", "target", "bestbuy", "homedepot", "lowes", "wayfair", "costco", "samsclub", "chewy", "tesco", "currys". Defaults to "amazon". | |
| country_code | No | Optional 2-letter country code (default "us"). |