List Category Products
List Blinkit products from an exact category and subcategory with location-aware pricing, stock, and pagination.
blinkit.category.products
/execute
Shared execution endpoint
Input parameters
category_id
integer
required
Top-level Blinkit category ID (the first ID after /cid/ in a category URL).
14
latitude
number
optional
Latitude for location-aware assortment and pricing; defaults to Gurugram when omitted.
28.4583
limit
integer
optional
Maximum products returned.
5
longitude
number
optional
Longitude for location-aware assortment and pricing; defaults to Gurugram when omitted.
77.0728
max_pages
integer
optional
Maximum upstream pages fetched to satisfy offset and limit.
offset
integer
optional
Number of deduplicated products to skip.
subcategory_id
string
required
Blinkit subcategory ID (the second ID after /cid/; top-deal IDs may end in _td).
922
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 |
|---|---|---|
category_id |
integer |
14 |
count |
integer |
5 |
has_more |
boolean |
true |
limit |
integer |
5 |
results |
array |
3 items |
results |
array |
3 items |
source_url |
string |
https://blinkit.com/v1/layout/listing_widgets?l0_cat=14&l1_cat=922 |
subcategory_id |
string |
922 |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.