Skip to documentation
Browse documentation

Get Product

Get Blinkit product details including images, pricing, brand, and availability by product ID.

Capability ID blinkit.product
Cost 1 credit per request
Maximum runtime 30 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

latitude number optional

Latitude for location-based pricing.

longitude number optional

Longitude for location-based pricing.

product_id integer required

Blinkit product ID.

Example 1

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
product object 11 fields
product.brand string Nutrela
product.group_id integer 517632
product.image_url string https://cdn.grofers.com/da/cms-assets/cms/product/46c8ca0d-8f07-4733-84…
product.images array 3 items
product.is_sold_out boolean true
product.merchant_id string 0
product.name string Nutrela Soya Mini Chunks
product.product_id integer 1
product.product_url string https://blinkit.com/prn/nutrela-soya-mini-chunks/prid/1
product.source_url string [redacted:acquisition_url]
product.variant string 200 g

Execution behavior

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