BigBasket Grocery Scraper: Prices & Stock avatar

BigBasket Grocery Scraper: Prices & Stock

Pricing

from $2.00 / 1,000 product scrapeds

Go to Apify Store
BigBasket Grocery Scraper: Prices & Stock

BigBasket Grocery Scraper: Prices & Stock

Scrape public BigBasket grocery listings for product titles, brands, pack sizes, prices, MRP, discounts, ratings, stock status, categories, images, and URLs.

Pricing

from $2.00 / 1,000 product scrapeds

Rating

0.0

(0)

Developer

Md Jakaria Mirza

Md Jakaria Mirza

Maintained by Community

Actor stats

0

Bookmarked

8

Total users

4

Monthly active users

7 days ago

Last modified

Share

Scrape public BigBasket grocery listing pages and export clean product rows from the Apify Dataset in JSON, CSV, Excel, XML, HTML, RSS, or JSONL. The Actor is built for grocery price monitoring, FMCG catalog research, assortment checks, and simple ecommerce reporting.

It collects public product details such as title, brand, pack size, price, MRP, discount percentage, rating, rating count, stock status, category, image URL, product URL, and scrape timestamp. It does not require a BigBasket login or API key, and it does not collect private customer, account, seller, or contact data.

The default run is intentionally small: one in-stock milk result with one result page and Apify Residential proxy in India.

What you get

  • Search query or category URL source
  • Product position in the listing response
  • BigBasket product ID
  • Product title, brand, and pack size
  • Current price, MRP, discount percentage, and currency
  • Category name when visible in the listing payload
  • Rating and rating count when available
  • Stock status
  • Product URL and image URL
  • Timestamp for each saved row

Common uses

  1. Monitor grocery and FMCG prices, MRP, discounts, and availability.
  2. Compare pack sizes and brand pricing across grocery keywords.
  3. Build small category snapshots for reports or dashboards.
  4. Track assortment changes for key BigBasket category pages.
  5. Enrich internal catalog rows with public marketplace listing metadata.

Quick start

Use this input for a low-cost first run:

{
"keywords": ["milk"],
"categoryUrls": [],
"brands": [],
"inStockOnly": true,
"maxResults": 1,
"maxPagesPerSource": 1,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "IN"
}
}

After the run finishes, open the dataset and export the Products view.

Input

FieldTypeDefaultDescription
keywordsarray["milk"]One to five grocery search terms. Leave empty only when using category URLs.
categoryUrlsarray[]Optional BigBasket listing URLs under /pc/, /pb/, or /cl/. Invalid category URLs are skipped when other sources are valid.
brandsarray[]Optional exact brand filters. Matching is case-insensitive.
inStockOnlybooleantrueSave only products that BigBasket marks available for sale.
maxResultsinteger1Maximum unique products saved across the run. Range: 1-1000.
maxPagesPerSourceinteger1Maximum pages requested for each keyword or category URL. Range: 1-25.
proxyConfigurationobjectResidential IndiaApify proxy settings. Residential India proxy is recommended for regional prices and availability.

Output

A saved dataset row looks like this:

{
"source": "bigbasket",
"searchQuery": "milk",
"position": 1,
"productId": "40147597",
"title": "Daily Health Toned Milk",
"brand": "Heritage",
"price": 32,
"mrp": null,
"discountPercent": null,
"currency": "INR",
"packSize": "500 ml",
"category": "Bakery, Cakes & Dairy",
"rating": 3.7,
"ratingCount": 18036,
"inStock": true,
"productUrl": "https://www.bigbasket.com/pd/40147597/heritage-daily-health-toned-milk-500-ml-pouch/",
"imageUrl": "https://www.bbassets.com/media/uploads/p/l/40147597_9-heritage-daily-health-toned-milk.jpg",
"scrapedAt": "2026-06-30T10:00:00.000Z"
}

Optional fields may be null or N/A when BigBasket does not expose them in the listing response.

Pricing

This Actor uses Apify Pay Per Event pricing.

EventPrice
product-scraped$0.002 per saved product row
apify-actor-start$0.00005 per GB when the Actor starts

Products are charged only when a clean product record is saved to the dataset. The Actor uses atomic dataset charging, so the run stops before saving unpaid records after the user's maximum charge is reached.

Platform usage, such as compute and proxy traffic, may also be charged by Apify depending on the run configuration. Residential India proxy is recommended for BigBasket reliability and regional pricing, but it can increase platform usage cost.

Cost control

  • Start with one keyword and maxResults: 1.
  • Keep maxPagesPerSource: 1 for the first test.
  • Keep inStockOnly enabled unless you need unavailable products.
  • Add more keywords, brands, or category pages only after checking the output.
  • Use the run's maximum cost setting if you want a strict spending cap.

Reliability

BigBasket prices and availability vary by region and can change frequently. The Actor includes:

  • Anonymous storefront cookie initialization before listing API requests
  • India residential proxy defaults
  • Retries for transient request failures
  • Deduplication by product ID, URL, or title
  • Invalid category URL skipping when at least one valid source remains
  • A zero-result failure guard so blocked or empty runs do not look successful
  • Field-level fallbacks when optional listing data is unavailable

Limits

  • This Actor reads public listing data, not private account or order data.
  • Some product cards do not expose ratings, discounts, stock flags, images, or MRP.
  • Brand and category values come from BigBasket's listing payload and may need downstream cleaning for strict catalog workflows.
  • This Actor is not an official BigBasket API and is not affiliated with BigBasket.

Responsible use

Use this Actor for lawful research, price monitoring, and analysis of publicly available information. You are responsible for complying with BigBasket's terms, robots.txt, privacy laws, India's DPDP Act where applicable, and all local regulations.

Do not use this Actor to collect, infer, sell, or misuse personal data. The Actor author is not responsible for misuse by end users.

License

Apache-2.0. See LICENSE.