Skip to documentation
Browse documentation

List Category Products

List Blinkit products from an exact category and subcategory with location-aware pricing, stock, and pagination.

Capability ID blinkit.category.products
Cost 1 credit per request
Maximum runtime 60 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

category_id integer required

Top-level Blinkit category ID (the first ID after /cid/ in a category URL).

Example 14
latitude number optional

Latitude for location-aware assortment and pricing; defaults to Gurugram when omitted.

Example 28.4583
limit integer optional

Maximum products returned.

Example 5
longitude number optional

Longitude for location-aware assortment and pricing; defaults to Gurugram when omitted.

Example 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).

Example 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 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
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.