Skip to documentation
Browse documentation

List home products

Fetch priced public Instamart SKU variations for a known store and follow the returned cursor.

Capability ID instamart.home.list
Cost 1 credit per request
Maximum runtime 120 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

lat number required

Delivery latitude in decimal degrees

Example 12.9716
layout_id string optional

Layout identifier.

Example 4987
lng number required

Delivery longitude in decimal degrees

Example 77.5946
offset Not specified optional

Opaque next_offset returned by the preceding page; legacy non-negative numeric offsets remain accepted

primary_store_id string optional

Optional primary store ID from the location-specific Instamart session

Example 1392421
secondary_store_id string optional

Optional secondary store ID observed for the location-specific Instamart session

store_id string optional

Optional store ID from the location-specific Instamart session

Example 1392421

Response

Successful output is returned in results[0].data. Raw platform output is intentionally open-ended and may evolve with the upstream source.

Illustrative sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
next_offset string 3
products array 3 items
products array 3 items

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.