Scrape product data from Flipkart search results, including prices, images, titles, and detailed product information. Perfect for price monitoring, market research, and competitive analysis.
Powerful and efficient scraper for extracting detailed product information from Flipkart search results. Get comprehensive product data including prices, images, descriptions, and more!
searchUrls
: Array of Flipkart search URLs to scrapemaxItems
: Maximum number of products to scrape (default: 50)proxyConfiguration
: Optional proxy settingsThe actor outputs detailed product information including:
maxItems
based on your needsA full explanation of an input example in JSON.
1{ 2 "searchUrls": [ 3 "https://www.flipkart.com/search?q=watch&otracker=search&otracker1=search&marketplace=FLIPKART&as-show=on&as=off&p%5B%5D=facets.brand%255B%255D%3DTitan" 4 ], 5 "maxItems": 50 6}
The results will be wrapped into a dataset which you can always find in theย Storageย tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "searchUrl": "https://www.flipkart.com/search?q=watch&otracker=search&otracker1=search&marketplace=FLIPKART&as-show=on&as=off&p%5B%5D=facets.brand%255B%255D%3DTitan", 4 "productData": { 5 "analyticsData": { 6 "category": "Watch", 7 "subCategory": "Watch", 8 "superCategory": "Watch", 9 "vertical": "KidsWristWatch" 10 }, 11 "baseUrl": "/selloria-kids-g-sport-look-band-shock-chronograph-resistance-digital-watch-boys/p/itmefbaa2361193f?pid=WATFURH7GWFX32G3", 12 "buyability": { 13 "intent": "positive", 14 "message": null, 15 "showMessage": false 16 }, 17 "flags": { 18 "enableChat": true, 19 "enableCompare": false, 20 "enableFlipkartAdvantage": true, 21 "enableOfferTag": true, 22 "enableVisualDiscovery": false, 23 "enableWishlist": true, 24 "showSecondaryTitle": true, 25 "swatchAvailableOnBrowsePage": true 26 }, 27 "id": "WATFURH7GWFX32G3", 28 "listingId": "LSTWATFURH7GWFX32G3WO73JV", 29 "media": { 30 "images": [ 31 { 32 "url": "http://rukmini1.flixcart.com/image/{@width}/{@height}/xif0q/watch/d/n/r/1-resistance-luminous-taostry-boys-girls-original-imah62t5dkhrqtet.jpeg?q={@quality}" 33 }, 34 { 35 "url": "http://rukmini1.flixcart.com/image/{@width}/{@height}/xif0q/watch/e/b/8/1-resistance-luminous-taostry-boys-girls-original-imah62t5prcmrgpg.jpeg?q={@quality}" 36 }, 37 { 38 "url": "http://rukmini1.flixcart.com/image/{@width}/{@height}/xif0q/watch/c/v/i/1-resistance-luminous-taostry-boys-girls-original-imah62t57qhfawng.jpeg?q={@quality}" 39 }, 40 { 41 "url": "http://rukmini1.flixcart.com/image/{@width}/{@height}/xif0q/watch/i/3/n/1-brand-a-digital-watch-shockproof-multi-functional-automatic-original-imah4m5cgvpjke8e.jpeg?q={@quality}" 42 }, 43 { 44 "url": "http://rukmini1.flixcart.com/image/{@width}/{@height}/xif0q/watch/o/p/p/1-resistance-luminous-taostry-boys-girls-original-imah62t5wwyckwjh.jpeg?q={@quality}" 45 }, 46 { 47 "url": "http://rukmini1.flixcart.com/image/{@width}/{@height}/xif0q/watch/e/n/h/1-stylish-digital-watch-for-boy-and-men-shurai-boys-original-imahy9xbdgvm6gwv.jpeg?q={@quality}" 48 }, 49 { 50 "url": "http://rukmini1.flixcart.com/image/{@width}/{@height}/xif0q/watch/h/r/4/1-resistance-luminous-selloria-boys-original-imah7ktgbwwvwaqk.jpeg?q={@quality}" 51 }, 52 { 53 "url": "http://rukmini1.flixcart.com/image/{@width}/{@height}/xif0q/watch/r/g/t/1-resistance-luminous-taostry-boys-girls-original-imah62t5cz6hgt9d.jpeg?q={@quality}" 54 }, 55 { 56 "url": "http://rukmini1.flixcart.com/image/{@width}/{@height}/xif0q/watch/b/d/1/1-resistance-luminous-taostry-boys-girls-original-imah62t5ezu5cmyh.jpeg?q={@quality}" 57 }, 58 { 59 "url": "http://rukmini1.flixcart.com/image/{@width}/{@height}/xif0q/watch/k/i/x/1-resistance-luminous-selloria-boys-original-imah7ktgakn9xayk.jpeg?q={@quality}" 60 }, 61 { 62 "url": "http://rukmini1.flixcart.com/image/{@width}/{@height}/xif0q/watch/g/a/x/1-resistance-luminous-selloria-boys-original-imah7ktgacw3gfub.jpeg?q={@quality}" 63 }, 64 { 65 "url": "http://rukmini1.flixcart.com/image/{@width}/{@height}/xif0q/watch/8/e/7/1-brand-a-digital-watch-shockproof-multi-functional-automatic-original-imah4m46kr8mfkts.jpeg?q={@quality}" 66 } 67 ], 68 "videos": [ 69 { 70 "height": null, 71 "videoId": "Jgk1yRF8B18", 72 "videoProvider": "YOUTUBE", 73 "videoType": "THUMBNAIL", 74 "width": null 75 } 76 ] 77 }, 78 "pricing": { 79 "discountAmount": 620, 80 "plusPriceInfo": { 81 "type": "FormattedMessageValue", 82 "data": [ 83 { 84 "type": "FormattedRichTextData", 85 "value": { 86 "type": "RichTextValue", 87 "style": { 88 "color": "#000000", 89 "fontSize": 12, 90 "fontWeight": "normal" 91 }, 92 "text": "Free delivery" 93 } 94 } 95 ] 96 }, 97 "priceTags": null, 98 "prices": [ 99 { 100 "value": 799, 101 "strikeOff": true 102 }, 103 { 104 "value": 179, 105 "strikeOff": false 106 } 107 ], 108 "showDiscountAsAmount": false, 109 "totalDiscount": 77 110 }, 111 "titles": { 112 "newTitle": "KIDS-G-SPORT LOOK BAND SHOCK CHRONOGRAPH RESISTANCE Digital Watch - For Boys RESISTANCE LUMINOUS", 113 "superTitle": "selloria", 114 "title": "selloria KIDS-G-SPORT LOOK BAND SHOCK CHRONOGRAPH RESISTANCE Digital Watch - For Boys" 115 }, 116 "vertical": "watch" 117 }, 118 "scrapedAt": "2025-02-12T03:47:25.793Z" 119 }, 120 ... 121]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool โ just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. Youโll be guided to input a search term and get structured results. No setup needed!