Skip to documentation
Browse documentation

List Promotions

List active Blinkit deal products, promotional banners, and flash-offer placements from the location-aware home feed.

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

POST /execute Shared execution endpoint

Input parameters

latitude number optional

Latitude for location-aware promotions; defaults to Gurugram when omitted.

Example 28.4583
limit integer optional

Maximum promotions returned.

Example 5
longitude number optional

Longitude for location-aware promotions; defaults to Gurugram when omitted.

Example 77.0728
max_pages integer optional

Maximum Blinkit home-feed pages fetched.

offset integer optional

Number of deduplicated promotions to skip.

promotion_type string optional

Promotion placement type to return.

Example all
Available values alldealsbannersflash_offers

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
count integer 5
has_more boolean true
limit integer 5
promotion_type string all
results array 1 items
results array 1 items
source_url string https://blinkit.com/v1/layout/feed

Execution behavior

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