instacart_search
Fetch autocomplete search-term suggestions for a keyword within a single Instacart store, returning the same term-level suggestions with thumbnails shown in that store's search dropdown.
Instructions
Search Instacart product terms at a store. Returns Instacart's own search-term autosuggestions for a keyword within one store -- the same suggestion list shown in the site's own search box dropdown. This is term-level (matching search phrases plus a representative thumbnail), not a paginated product-results list. Public data sourced from Instacart's own storefront search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Free-text search term | |
| shop_id | Yes | Store's opaque shop id, from GET /instacart/stores | |
| store_slug | Yes | Store's retailer slug, from GET /instacart/stores |