Flipkart Product Sellers Scraper avatar

Flipkart Product Sellers Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Flipkart Product Sellers Scraper

Flipkart Product Sellers Scraper

Scrape all sellers offering a Flipkart product — prices, offers, EMI, COD, return policy, delivery time and more from the All Sellers comparison page.

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 — side-by-side pricing, EMI options, all bank/cashback offers, COD availability, return policy, and delivery times. Uses Flipkart's native "All Sellers" comparison page.

Features

  • All sellers per product — every seller from the sellers?pid={FSN} comparison page
  • Prices — selling price, MRP, discount %
  • Delivery — estimated delivery time per seller
  • COD & returns — Cash on Delivery flag + return/replacement policy
  • EMI — whether EMI is available + starting monthly amount
  • No-cost EMI — extracted from offer list
  • All offers — every individual bank/cashback/card offer listed
  • Bank-specific offers — SBI, HDFC, Axis, Kotak, Paytm, Bajaj, etc.
  • Exchange offer — exchange discount if present
  • Flipkart Assured — FA badge detection per seller
  • Dual input modes — product URL (auto-discovers sellers page) or direct sellers page URL

Input

FieldTypeDescriptionDefault
modestringproductUrl or sellersPageUrlproductUrl
productUrlsarrayFlipkart product page URLs (FSN auto-extracted)
sellersPageUrlsarraysellers?pid={FSN} URLs directly
maxConcurrencyintegerParallel browser pages3
proxyConfigurationobjectProxy settingsRESIDENTIAL

Example — 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 — Sellers Page URLs

Open a Flipkart product page → click "See other sellers" → 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.../p/itm...",
"sellersPageUrl": "https://www.flipkart.com/sellers?pid=MOBHDDQ9VFGH23ZW",
"sellerName": "BUZZINDIA",
"sellerRating": 4.4,
"isFlipkartAssured": false,
"codAvailable": true,
"returnPolicy": "7 Days Replacement Policy",
"price": "\u20b936,999",
"originalPrice": "\u20b942,999",
"discount": "13% off",
"deliveryTime": "3 days",
"emiAvailable": true,
"emiStartingFrom": "Rs.1,301",
"noCostEmi": true,
"featuredOffer": "\u20b950 Cashback on BHIM Payments App",
"totalOffers": 13,
"allOffers": [
"5% cashback on Axis Bank Flipkart Debit Card up to \u20b9750",
"No Cost EMI on Credit Card Transactions",
"10% off up to \u20b91,000 on HDFC Bank Debit Card EMI",
"10% off up to \u20b91,250 on SBI Credit Card"
],
"bankOffers": [
"5% cashback on Axis Bank Flipkart Debit Card up to \u20b9750",
"10% off up to \u20b91,000 on HDFC Bank Debit Card EMI"
],
"exchangeOffer": null,
"scrapedAt": "2026-05-11T09:00:00.000Z"
}

Use Cases

  • Price comparison — find the cheapest seller for any product
  • Offer monitoring — track all bank and cashback offers per seller
  • EMI research — find which seller offers no-cost EMI
  • Market analysis — compare seller ratings and policies across product listings

Contact

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