Unwrangle Product
unwrangle_productProduct detail from a retailer (Amazon/Target/Best Buy/Home Depot/Walmart/…). Returns title, brand, price, rating, availability. Pass the product url (works for any retailer), or for Amazon pass id/asin. Example: unwrangle_product({ retailer: "amazon", url: "https://www.amazon.com/dp/B07ZPKN6YR", _apiKey: "your-key" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Product id (Amazon ASIN) — alternative to url. Amazon: pair with country_code. | |
| url | No | Product page URL (recommended — works across all retailers). | |
| asin | No | Alias for id (Amazon ASIN). | |
| _apiKey | Yes | Unwrangle API key (get one at unwrangle.com — $10 / 10k credits). | |
| 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 (e.g. "us", "uk"). Defaults to "us" when using an id/asin. |