target_product
Scrape product details from Target website by providing a product ID. Supports headless browsing, device emulation, and delivery ZIP for localized pricing and inventory.
Instructions
Scrape Target Product page with automatic parsing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | Yes | Target product ID (e.g., "1003921355") | |
| jsRender | No | Should the request be opened in a headless browser, false by default | |
| deviceType | No | Device type to emulate for the request | |
| deliveryZip | No | ZIP code for delivery location | |
| storeId | No | Target store ID for local inventory |