Flipkart Seller Scraper avatar

Flipkart Seller Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Flipkart Seller Scraper

Flipkart Seller Scraper

An advanced, high-speed e-commerce scraper designed for real-time price monitoring and competitor intelligence. Extracts product titles, current pricing, discounts, stock availability, specifications, images, and seller ratings from Flipkart Seller. Perfect for inventory tracking, drop-shipping r...

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

codingfrontend

codingfrontend

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Scrape all sellers offering a specific Flipkart product. See seller names, ratings, prices, MRP, discounts, COD availability, return policies, and delivery times — all from Flipkart's native "All Sellers" comparison page.

Features

  • All sellers per product — every seller listed on the Flipkart sellers comparison page
  • Seller details — name, rating, price, MRP, discount %, COD, return policy, delivery time
  • Dual input modes — paste product URLs (auto-discovers sellers page) or paste sellers page URLs directly
  • Multi-product support — run for multiple products in one shot
  • Apify proxy support — residential proxies for reliable access

Input

FieldTypeDescriptionDefault
modestringproductUrl or sellersPageUrlproductUrl
productUrlsarrayFlipkart product page URLs
sellersPageUrlsarrayFlipkart sellers comparison page URLs (sellers?pid=FSN)
maxConcurrencyintegerParallel browser tabs3
proxyConfigurationobjectApify proxy settingsRESIDENTIAL

Example Input — Product URLs

{
"mode": "productUrl",
"productUrls": [
"https://www.flipkart.com/oppo-reno14-5g-pearl-white-256-gb/p/itm4d9e853eee6cf",
"https://www.flipkart.com/samsung-galaxy-s24-ultra/p/itm..."
]
}

Example Input — Sellers Page URLs

Open a product on Flipkart, click "See other sellers", and copy that URL:

{
"mode": "sellersPageUrl",
"sellersPageUrls": [
"https://www.flipkart.com/sellers?pid=MOBHDDQ9VFGH23ZW"
]
}

Output

One record per seller per product:

{
"productFsn": "MOBHDDQ9VFGH23ZW",
"productName": "OPPO Reno14 5G (Pearl White, 256 GB)",
"productRating": 4.5,
"productRatingCount": 4538,
"productUrl": "https://www.flipkart.com/oppo-reno14-5g-pearl-white-256-gb/p/itm4d9e853eee6cf",
"sellersPageUrl": "https://www.flipkart.com/sellers?pid=MOBHDDQ9VFGH23ZW",
"sellerName": "BUZZINDIA",
"sellerRating": 4.4,
"codAvailable": true,
"returnPolicy": "7 Days Replacement Policy",
"price": "₹36,999",
"originalPrice": "₹42,999",
"discount": "13% off",
"deliveryTime": "3 days",
"scrapedAt": "2026-05-11T09:00:00.000Z"
}

How to get a sellers page URL

  1. Open any Flipkart product page
  2. Scroll to the price section — click "See other sellers"
  3. Copy the resulting URL (https://www.flipkart.com/sellers?pid=...)

Or simply paste any product URL in productUrl mode — the actor auto-discovers the correct sellers page.

Contact

For questions or custom scraping: lakshmanan.w3dev@gmail.com