Search Products
Search Blinkit products by keyword with pagination support.
blinkit.search
/execute
Shared execution endpoint
Input parameters
latitude
number
optional
Latitude for location-based results.
limit
integer
optional
Maximum number of products to return.
5
longitude
number
optional
Longitude for location-based results.
max_pages
integer
optional
Maximum number of pages to fetch.
offset
integer
optional
Number of deduplicated products to skip.
query
string
required
Search query string.
milk
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 |
query |
string |
milk |
results |
array |
3 items |
results |
array |
3 items |
source_url |
string |
[redacted:acquisition_url] |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.