List Promotions
List active Blinkit deal products, promotional banners, and flash-offer placements from the location-aware home feed.
blinkit.promotions
/execute
Shared execution endpoint
Input parameters
latitude
number
optional
Latitude for location-aware promotions; defaults to Gurugram when omitted.
28.4583
limit
integer
optional
Maximum promotions returned.
5
longitude
number
optional
Longitude for location-aware promotions; defaults to Gurugram when omitted.
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.
all
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 |
|---|---|---|
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.