Skip to Content

BigBasket product data API

The ShopAPIS BigBasket product data API returns price, MRP, pack size, pincode-level availability, brand, ratings and review count for any BigBasket product — as clean JSON. BigBasket is the Tata Group’s online grocer, drawing roughly 12M monthly visits with 20M+ users, and its catalogue of FMCG, fresh produce and household staples is the richest source of structured Indian grocery pricing — data that changes by city and pincode and has no equivalent on the general marketplaces.

BigBasket combines scheduled-delivery grocery (BigBasket) with quick-commerce (BB Now), spanning packaged foods, fresh fruit and vegetables, dairy, personal care and home essentials. Because grocery price and availability vary hyperlocally, parsing the live, pincode-parameterised catalogue is the practical path to India-wide FMCG pricing — there is no open public product API.

Why BigBasket data is hard to get

BigBasket has no public product API and computes price, pack-size and availability per pincode behind bot-detection, putting parse difficulty in the medium band. Stock and delivery windows differ by serviceable area, the BB Now quick-commerce catalogue varies from scheduled delivery, and fresh items carry weight-based pricing. ShopAPIS maintains the geo-parameterised request infrastructure and returns normalized fields — price (INR), pack size and pincode stock — as flat JSON.

Data fields returned

  • Identifiers — BigBasket SKU ID, brand, product name, EAN where available.
  • Pricing — selling price, MRP, discount, currency (INR).
  • Pack — pack size / weight / unit count, price-per-unit.
  • Availability — pincode-serviceable, in-stock, BB Now vs scheduled delivery.
  • Attributes — category, fresh/packaged flag, storage, shelf life where shown.
  • Ratings — average rating, review count, review samples.
  • Variants — pack-size and flavour variants with per-variant price and stock.
  • Media — image URLs, category path, key attributes.

Sample response

{ "platform": "bigbasket", "marketplace": "bigbasket.com", "sku_id": "40076428", "title": "Tata Sampann Toor Dal/Arhar Dal", "brand": "Tata Sampann", "price": { "amount": 178, "mrp": 210, "discount_pct": 15, "currency": "INR" }, "pack": { "size": "1 kg", "price_per_unit": "178/kg" }, "availability": { "pincode": "560034", "in_stock": true, "delivery": "bb_now", "eta": "30 min" }, "attributes": { "type": "Packaged", "shelf_life": "9 months" }, "rating": 4.5, "review_count": 8743, "variant": { "size": "1 kg" }, "category_path": ["Foodgrains, Oil & Masala", "Dals & Pulses", "Toor Dal"], "images": ["https://www.bigbasket.com/media/uploads/p/l/tata-sampann-toor-dal.jpg"], "scraped_at": "2026-06-05T11:54:00Z" }

Markets & domains covered

  • India — bigbasket.com (INR), scheduled delivery plus BB Now quick-commerce.

BigBasket is India-specific; one parser handles its pincode-parameterised, weight-based grocery catalogue.

Use cases

  • FMCG price monitoring — track grocery and staple pricing across cities and pincodes. Feeds price monitoring.
  • Quick-commerce intelligence — benchmark BB Now against Blinkit and Zepto pricing. See competitive intelligence.
  • Availability tracking — monitor pincode-level stock and delivery windows. See inventory tracking.
  • Catalog enrichment — pull pack-size, brand and unit-price data. See catalog enrichment.

Stats from ShopAPIS market research, June 2026 (@plans/plan2-research/reports/south-asia.md); BigBasket ~12M visits/mo, 20M+ users, Tata-owned (Similarweb — bigbasket.com ).

Last updated on