List home products
Fetch priced public Instamart SKU variations for a known store and follow the returned cursor.
instamart.home.list
/execute
Shared execution endpoint
Input parameters
lat
number
required
Delivery latitude in decimal degrees
12.9716
layout_id
string
optional
Layout identifier.
4987
lng
number
required
Delivery longitude in decimal degrees
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
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
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 output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
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.