Skip to documentation
Browse documentation

Search Products

Search Blinkit products by keyword with pagination support.

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

POST /execute Shared execution endpoint

Input parameters

latitude number optional

Latitude for location-based results.

limit integer optional

Maximum number of products to return.

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

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