product_search_batch
Search for multiple grocery products simultaneously, get pricing and availability at your chosen store, with internal throttling to prevent rate limits.
Instructions
Search for multiple products at once.
More efficient than calling product_search multiple times. Handles throttling internally to prevent rate limiting.
Returns results for each query, with availability at the specified store.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queries | Yes | List of search queries (e.g., ['milk', 'eggs', 'bread']) | |
| store_id | No | Store ID for pricing/availability. Uses default if not provided. | |
| limit_per_query | No | Maximum results per query |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||