Blinkit API
blinkit.com
Blinkit grocery - categories, product listings, and product details.
- Actions
- 9
- Category
- Food Dining
- Login
- Not required
- Output
- JSON
Call the Blinkit API
Submit a task, then poll the job until it settles. This example runs bli_product_details.
curl -X POST https://api.anakin.io/v1/wire/task \
-H "X-API-Key: $ANAKIN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"action_id": "bli_product_details",
"params": {
"product_url": "https://blinkit.com/product/66042"
}
}'9 actions on blinkit.com
Read
Blinkit Product Details
bli_product_detailsread1 credit / callBlinkit — fetch one product by PDP URL for a delivery location. Accepts lat/lon or a 6-digit pincode and resolves the dark store serving it (no hardcoded store). Returns matching record plus title, brand, weight, quantity, description, mrp, extracted key_specs, and the resolved store.
- product_url
- string · required
- pincode
- string
- lat
- string
- lon
- string
- merchant_id
- string
Feed Category Tree
act_blinkit_get_feed_category_treeread2 credits / callReturns the homepage feed including category tree, banners, and navigation.
- template_version
- string
Home Feed
act_blinkit_home_feedread2 credits / callReturns the homepage feed with banners, category widgets, and navigation links for a location.
- lat
- string
- lon
- string
- app_version
- string
Homepage Categories
act_blinkit_homepage_feedread2 credits / callReturns the homepage category navigation tree with names, IDs, and images.
- lat
- string
- lon
- string
Write
Write actions change state on blinkit.com and run as the account you connect.
Category Product Listing
act_blinkit_post_listing_widgetswrite2 credits / callReturns a category's product listing with cards, prices, and ids, supporting pagination.
- l0_cat
- string · required
- l1_cat
- string · required
- listing_page
- string · required
Product Details
act_blinkit_post_product_detailwrite2 credits / callReturns product detail with name, price, media, and description for a product id.
- product_id
- string · required
Product Listing
act_blinkit_listing_widgetswrite2 credits / callReturns paginated category products with name, price, unit, brand, image, and inventory.
- l0_cat
- string · required
- l1_cat
- string · required
- lat
- string
- lon
- string
- is_subsequent_page
- boolean
- offset
- integer
- limit
- integer
- page_index
- integer
- total_entities_processed
- integer
- total_pagination_items
- integer
- postback_meta
- string
- shown_product_count
- integer
Product Listing First Page
act_blinkit_product_listing_page1write2 credits / callReturns the first page of category product cards with product IDs, names, prices, and variants.
- l0_cat
- string · required
- l1_cat
- string · required
- lat
- string
- lon
- string
Search Products
act_blinkit_post_layout_searchwrite2 credits / callReturns search results with product snippets, titles, and prices for a keyword query.
- q
- string · required
- search_type
- string · required
- search_page
- string · required
Blinkit API questions
- Is there an API for Blinkit?
- Blinkit does not offer a public data API for this, but Anakin Wire provides 9 maintained endpoints for blinkit.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
- How do I scrape Blinkit data?
- POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when blinkit.com changes its markup, Anakin updates the action.
- Do I need a Blinkit account?
- No. Every Blinkit action listed here runs anonymously — no account and no credentials required.
- What does the Blinkit API cost?
- Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.
More Food Dining APIs
101 Cookbooks
Whole-foods recipe blog - recipe categories, full recipes with ingredients, and article roundups.
Allmenus
Allmenus - restaurant search by city, menus with dish prices, and cuisine filters.
Allrecipes
Allrecipes - recipe search by keyword or ingredient, categories, and recipe details.
Ambitiouskitchen
Recipe site - categories, recipe details, ingredients, steps, and ratings.
Applebee's
Applebee's - menu, item prices, locations, and nutrition info.
Arbys
Arby's quick-service chain - menu categories, prices, nutrition facts, and store locations.