Flipkart Category Search Scraper
Scrape Flipkart search results by category. Collect product names, prices, brands, ratings, review counts, and promo details at scale.
Point, click, download.
Use the dashboard to run any scraper without writing a single line of code.
Integrate with code.
Call the API from Python, Node, cURL, or any HTTP client.
Get structured JSON and CSV back.
Every Flipkart Category Search Scraper run returns clean, structured data in both formats - ready to use.
Example JSON output using our Flipkart Category Search Scraper
[
{
"rank": 1,
"page": 1,
"sponsored_banner_skus": {
"url": null,
"star_rating_distribution": {
"star_1": null,
"star_2": null,
"star_3": null,
"star_4": null,
"star_5": null,
"star_6": null,
"star_7": null,
"star_8": null,
"star_9": null,
"star_10": null
},
"sku": null,
"variant_id": null,
"rootdomain": null,
"name": null,
"brand": null,
"currency": null,
"price": null,
"list_price": null,
"image_urls": null,
"average_customer_review": null,
"number_of_customer_reviews": null,
"number_of_customer_ratings": null
},
"sku": "C43EDE2B0DD6B",
"variant_id": "VSIHHD2PMWBVGEPP",
"url": "https://www.flipkart.com/techno-violin-strings/p/itmc43ede2b0dd6b?pid=VSIHHD2PMWBVGEPP",
"rootdomain": "flipkart.com",
"name": "TECHNO Violin Strings",
"brand": "TECHNO",
"currency": "INR",
"price": 215,
"average_customer_review": 3,
"number_of_customer_reviews": 0,
"number_of_customer_ratings": 3,
"star_rating_distribution": {
"star_1": {
"number": 1,
"percentage": 33.33
},
"star_2": {
"number": 0,
"percentage": 0
},
"star_3": {
"number": 1,
"percentage": 33.33
},
"star_4": {
"number": 0,
"percentage": 0
},
"star_5": {
"number": 1,
"percentage": 33.33
},
"star_6": {
"number": null,
"percentage": null
},
"star_7": {
"number": null,
"percentage": null
},
"star_8": {
"number": null,
"percentage": null
},
"star_9": {
"number": null,
"percentage": null
},
"star_10": {
"number": null,
"percentage": null
}
},
"is_promo": true,
"other_price_options": [
{
"promo_text": null,
"price": 1299,
"absolute_discount": null,
"description": null
},
{
"promo_text": null,
"price": 215,
"absolute_discount": null,
"description": null
}
],
"image_urls": [
"http://rukmini1.flixcart.com/image/1000/1000/xif0q/violin-string/6/k/u/4-4-4-4-string-violin-set-warm-sound-long-lasting-performance-original-imahhd2p32gaghtw.jpeg",
"http://rukmini1.flixcart.com/image/1000/1000/xif0q/violin-string/z/6/b/4-4-4-4-string-violin-set-warm-sound-long-lasting-performance-original-imahhd2pjh75yjwn.jpeg",
"http://rukmini1.flixcart.com/image/1000/1000/xif0q/violin-string/i/b/4/4-4-4-4-string-violin-set-warm-sound-long-lasting-performance-original-imahhd2pfjbyt8uv.jpeg",
"http://rukmini1.flixcart.com/image/1000/1000/xif0q/violin-string/o/t/7/4-4-4-4-string-violin-set-warm-sound-long-lasting-performance-original-imahhd2pghgtqb39.jpeg"
],
"skus_coupons": {
"name": null,
"promo_text": null,
"price": null,
"list_price": null,
"coupon_absolute_discount": null,
"coupon_percent_discount": null,
"min_spend": null,
"discount_cap": null,
"description": null,
"special_condition": null,
"available_from": null,
"available_until": null
},
"date": "5/13/2026",
"time": "9:39:10 AM",
"source": "api",
"item_number": "VSIHHD2PMWBVGEPP",
"availability": 1,
"department": "InstrumentHardware",
"features": null,
"promo_text": null,
"list_price": 1299,
"video_count": null,
"page_title": "TECHNO Violin Strings",
"breadcrumbs": [
{
"category": "Home",
"category_url": "https://www.flipkart.com/"
},
{
"category": "Musical Instruments",
"category_url": "https://www.flipkart.com/musical-instruments/pr?sid=ypu&marketplace=FLIPKART"
},
{
"category": "String Instruments",
"category_url": "https://www.flipkart.com/musical-instruments/string-instruments/pr?sid=ypu,ujd&marketplace=FLIPKART"
},
{
"category": "Violins",
"category_url": "https://www.flipkart.com/musical-instruments/string-instruments/violins/pr?sid=ypu,ujd,hbc&marketplace=FLIPKART"
}
],
"scrape_error_code": null
}
]Example CSV output using our Flipkart Category Search Scraper
| rank | page | sponsored_banner_skus.url | sponsored_banner_skus.star_rating_distribution.star_1 | sponsored_banner_skus.star_rating_distribution.star_2 | sponsored_banner_skus.star_rating_distribution.star_3 | sponsored_banner_skus.star_rating_distribution.star_4 | sponsored_banner_skus.star_rating_distribution.star_5 | sponsored_banner_skus.star_rating_distribution.star_6 | sponsored_banner_skus.star_rating_distribution.star_7 | sponsored_banner_skus.star_rating_distribution.star_8 | sponsored_banner_skus.star_rating_distribution.star_9 | sponsored_banner_skus.star_rating_distribution.star_10 | sponsored_banner_skus.sku | sponsored_banner_skus.variant_id | sponsored_banner_skus.rootdomain | sponsored_banner_skus.name | sponsored_banner_skus.brand | sponsored_banner_skus.currency | sponsored_banner_skus.price | sponsored_banner_skus.list_price | sponsored_banner_skus.image_urls | sponsored_banner_skus.average_customer_review | sponsored_banner_skus.number_of_customer_reviews | sponsored_banner_skus.number_of_customer_ratings | sku | variant_id | url | rootdomain | name | brand | currency | price | average_customer_review | number_of_customer_reviews | number_of_customer_ratings | star_rating_distribution.star_1.number | star_rating_distribution.star_1.percentage | star_rating_distribution.star_2.number | star_rating_distribution.star_2.percentage | star_rating_distribution.star_3.number | star_rating_distribution.star_3.percentage | star_rating_distribution.star_4.number | star_rating_distribution.star_4.percentage | star_rating_distribution.star_5.number | star_rating_distribution.star_5.percentage | star_rating_distribution.star_6.number | star_rating_distribution.star_6.percentage | star_rating_distribution.star_7.number | star_rating_distribution.star_7.percentage | star_rating_distribution.star_8.number | star_rating_distribution.star_8.percentage | star_rating_distribution.star_9.number | star_rating_distribution.star_9.percentage | star_rating_distribution.star_10.number | star_rating_distribution.star_10.percentage | is_promo | other_price_options | image_urls | skus_coupons.name | skus_coupons.promo_text | skus_coupons.price | skus_coupons.list_price | skus_coupons.coupon_absolute_discount | skus_coupons.coupon_percent_discount | skus_coupons.min_spend | skus_coupons.discount_cap | skus_coupons.description | skus_coupons.special_condition | skus_coupons.available_from | skus_coupons.available_until | date | time | source | item_number | availability | department | features | promo_text | list_price | video_count | page_title | breadcrumbs | scrape_error_code |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 1 | C43EDE2B0DD6B | VSIHHD2PMWBVGEPP | https://www.flipkart.com/techno-violin-strings/p/itmc43ede2b0dd6b?pid=VSIHHD2PMWBVGEPP | flipkart.com | TECHNO Violin Strings | TECHNO | INR | 215 | 3 | 0 | 3 | 1 | 33.33 | 0 | 0 | 1 | 33.33 | 0 | 0 | 1 | 33.33 | true | {"promo_text":null,"price":1299,"absolute_discount":null,"description":null}, {"promo_text":null,"price":215,"absolute_discount":null,"description":null} | http://rukmini1.flixcart.com/image/1000/1000/xif0q/violin-string/6/k/u/4-4-4-4-string-violin-set-warm-sound-long-lasting-performance-original-imahhd2p32gaghtw.jpeg, http://rukmini1.flixcart.com/image/1000/1000/xif0q/violin-string/z/6/b/4-4-4-4-string-violin-set-warm-sound-long-lasting-performance-original-imahhd2pjh75yjwn.jpeg, http://rukmini1.flixcart.com/image/1000/1000/xif0q/violin-string/i/b/4/4-4-4-4-string-violin-set-warm-sound-long-lasting-performance-original-imahhd2pfjbyt8uv.jpeg, http://rukmini1.flixcart.com/image/1000/1000/xif0q/violin-string/o/t/7/4-4-4-4-string-violin-set-warm-sound-long-lasting-performance-original-imahhd2pghgtqb39.jpeg | 5/13/2026 | 9:39:10 AM | api | VSIHHD2PMWBVGEPP | 1 | InstrumentHardware | 1299 | TECHNO Violin Strings | {"category":"Home","category_url":"https://www.flipkart.com/"}, {"category":"Musical Instruments","category_url":"https://www.flipkart.com/musical-instruments/pr?sid=ypu&marketplace=FLIPKART"}, {"category":"String Instruments","category_url":"https://www.flipkart.com/musical-instruments/string-instruments/pr?sid=ypu,ujd&marketplace=FLIPKART"}, {"category":"Violins","category_url":"https://www.flipkart.com/musical-instruments/string-instruments/violins/pr?sid=ypu,ujd,hbc&marketplace=FLIPKART"} |
Pay per output record. Nothing else.
One record returned, one credit charged. A scrape pulls 743 records, you pay for 743 records. No monthly fees. No per-request charges. Empty results cost you zero.
Pay per result
1 row of data returned = 1 credit charged. Nothing more.
No subscriptions
No monthly fees, no minimums, no commitments.
Multiple formats
Export as CSV, Excel, or JSON - whatever your pipeline needs.
Empty results are free
If a scrape returns zero rows, you pay zero credits.
Credits
2,000
Per credit
$0.028
Total
$55.00
Free credits included - no credit card required
Volume tiers
More flipkart scrapers.
Flipkart Category Products Scraper
Search and scrape Flipkart products by category. Extract product URLs for bulk data collection across any Flipkart product category.
Flipkart Product Details Scraper
Extract Flipkart product details - price, brand, reviews, variants, seller info, return policy, and category data. Structured by URL.
Flipkart Product Search Scraper
Search Flipkart by keyword and scrape results. Get product name, price, brand, rating, availability, and promotional offers in bulk.
Flipkart Search Results Scraper
Extract Flipkart search results by URL. Get product name, price, brand, ratings, reviews, availability, and promotional data.
Flipkart Product Reviews Scraper
Scrape Flipkart product reviews by SKU. Get ratings, review text, author, purchase date, helpful votes, and seller info in bulk.
Common questions.
Pick the scraper you need, enter your input (a URL, keyword, or profile name), and hit run. You will get structured JSON or CSV back within seconds. If you want to automate it, every scraper also has a REST API endpoint that accepts the same inputs.
One row of data equals one credit. Credits start at $0.04 each and go down to $0.012 at higher volumes. You get free credits when you sign up, so you can test any scraper before spending a cent.
Yes. Through the API, you can set any scraper to run on a schedule you define. Set your inputs, pick a frequency, and get fresh data delivered automatically. Works well for price tracking, listing monitoring, or keeping any dataset current.
If a run returns no data due to an error on our side, you are not charged. Credits are only deducted for successful rows returned. If you see unexpected charges or missing data, reach out to our support team and we will sort it out.
Scroll down to the sample output section on this page to see real data from this scraper. Every run returns the same fields in structured JSON, and you can export to CSV from the dashboard.
Most runs finish in under 30 seconds for small inputs. Larger runs (hundreds or thousands of results) can take a few minutes depending on the platform and volume. You can track progress in the dashboard or poll the API for status.
Yes. Most scrapers accept bulk inputs. You can pass a list of URLs, keywords, or identifiers in one request and get all results back in a single structured dataset. Check the input fields on each scraper page for what it accepts.
Yes. Electronics, clothing, home goods, groceries, and everything else on the platform. You can search by keyword, browse by category, or extract details from specific product URLs.
Yes. Schedule recurring runs through the API to track price changes, discount events, stock levels, and seller updates. This is a common setup for competitive pricing analysis in the Indian e-commerce market.
Names, prices, brands, ratings, review counts, seller details, variants, specs, return policies, and promotional offers. If you use the review scraper, you also get individual review text, star ratings, and reviewer info.
Start collecting data in under five minutes.
Pick a scraper, enter your inputs, and download clean data. Free credits included.
Free credits included - no credit card required