Retrieving digital assets...
Professional Flipkart scraper using internal API for comprehensive product data extraction with maximum data coverage.
99%
30s
500+
Professional Flipkart product scraper using internal API for comprehensive product data extraction with maximum data coverage.
| Mode | Description |
|---|---|
search | Search for products using a keyword |
productUrl | Scrape specific product URLs |
searchUrl | Use a pre-built Flipkart search URL |
categoryUrl | Scrape products from a category page |
{
"mode": "search",
"searchQuery": "iphone 15",
"maxItems": 50,
"pincode": 110001
}
{
"mode": "productUrl",
"productUrls": [
"https://www.flipkart.com/apple-iphone-15-black-128-gb/p/itm...",
"https://www.flipkart.com/samsung-galaxy-s23/p/itm..."
],
"maxItems": 10
}
{
"mode": "searchUrl",
"searchUrl": "https://www.flipkart.com/search?q=laptop&sort=popularity",
"maxItems": 100
}
{
"type": "product",
"productId": "MOBGTAGPTB3VS24W",
"listingId": "LSTMOBGTAGPTB3VS24WCTBCFM",
"title": "Apple iPhone 15 (Black, 128 GB)",
"brand": "Apple",
"price": 54900,
"originalPrice": 59900,
"discount": "8% off",
"currency": "INR",
"rating": 4.6,
"ratingCount": 271335,
"reviewCount": 9480,
"highlights": [
"128 GB ROM",
"15.49 cm (6.1 inch) Super Retina XDR Display",
"48MP + 12MP | 12MP Front Camera",
"A16 Bionic Chip, 6 Core Processor"
],
"specifications": [
{"key": "RAM", "value": "6 GB"},
{"key": "Display Size", "value": "15.49 cm (6.1 inch)"},
{"key": "Primary Camera", "value": "48MP + 12MP"}
],
"images": [
"https://rukminim2.flixcart.com/image/312/312/...",
"https://rukminim2.flixcart.com/image/312/312/..."
],
"seller": {
"name": "RetailNet",
"rating": 4.8
},
"delivery": {
"available": true,
"date": "Delivery by 2 days",
"charge": "Free"
},
"offers": [
{"type": "Bank Offer", "text": "10% off on HDFC Bank Credit Card"}
],
"url": "https://www.flipkart.com/apple-iphone-15-black-128-gb/p/...",
"scrapedAt": "2026-01-25T10:00:00.000Z",
"success": true
}
npm install
npm start
apify push
Explore more automation tools and scrapers to supercharge your data acquisition workflow.