instacart_item
Retrieve full product details for any Instacart store, including pricing, availability, stock level, dietary labels, and nutrition facts.
Instructions
Get Instacart product detail at a store. Returns a single product's detail at a specific Instacart store: name, size, brand, image, current pricing (with any sale/offer badge), availability, stock level, dietary labels, and nutrition facts. Public data sourced from Instacart's own storefront pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| shop_id | Yes | Store's opaque shop id, from GET /instacart/stores | |
| product_id | Yes | Instacart's opaque product id | |
| store_slug | Yes | Store's retailer slug, from GET /instacart/stores | |
| postal_code | Yes | Postal code to price/localize the lookup for | |
| retailer_location_id | Yes | Store's opaque retailer location id, from GET /instacart/stores |