Flipkart Modern Scraper
Pricing
from $2.00 / 1,000 product scraped (100+)s
Go to Apify Store

Price Details (
Rating Info (
Flipkart Modern Scraper
Scrape products, prices, ratings, and reviews from Flipkart India, by using modern scraping techniques.
Pricing
from $2.00 / 1,000 product scraped (100+)s
Rating
0.0
(0)
Developer
buseta
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
0
Monthly active users
2 days ago
Last modified
Categories
Share
Flipkart Advanced Scraper
Scrape product data, prices, ratings, reviews, and images from Flipkart -- India's largest e-commerce platform with 400M+ users. Supports search, category browsing, and direct product URL scraping with automatic INR to USD currency conversion.
Features
- Search mode: Search products by keyword with sort and price filters
- Category mode: Scrape all products from a Flipkart category page
- Product URL mode: Scrape one or more specific product pages directly
- JSON-LD extraction: Reliable structured data extraction from product pages
- INR to USD conversion: Automatic real-time currency conversion for all prices
- Paginated reviews: Scrape reviews across multiple pages with rating distribution
- Sort & filter: Sort by popularity, price, recency, or rating; filter by price range
- Product highlights: Extract key product highlights/features
- Discount detection: Automatically calculates discount percentage from original and sale prices
- Anti-detection: Randomized user agents, delays, and disabled automation flags
Output Data
Product Info
| Field | Description |
|---|---|
name | Product name |
brand | Brand name |
description | Product description |
product_link | Flipkart product URL |
highlights | Array of product highlight bullet points |
images | Array of product image URLs |
Price Details (price object)
| Field | Description |
|---|---|
price_inr | Current price in Indian Rupees |
price_usd | Current price in US Dollars |
old_price_inr | Original/MRP price in INR (if discounted) |
old_price_usd | Original/MRP price in USD (if discounted) |
discount | Discount percentage (e.g., "18%") |
currency | Currency code (INR) |
availability | InStock or OutOfStock |
Rating Info (rating_info object)
| Field | Description |
|---|---|
rating | Average rating (1.0-5.0) |
rating_count | Total number of ratings |
review_count | Total number of reviews |
rating_distribution | Breakdown by star rating (1-5 with counts) |
Reviews (array)
| Field | Description |
|---|---|
title | Review title |
review | Full review text |
rating | Star rating (1-5) |
reviewed_by | Reviewer name |
location | Reviewer location |
helpful_count | Number of people who found the review helpful |
verified_purchase | Whether the reviewer is a verified buyer |
review_date | Date of the review |
Input Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
scrape_type | string | - | search, category, or product (required) |
search | string | - | Search keyword (for search mode) |
category_url | string | - | Flipkart category URL (for category mode) |
product_urls | array | - | List of product URLs (for product mode) |
sort_by | string | popularity | Sort by: popularity, price_asc, price_desc, recency, rating |
min_price | integer | - | Minimum price filter in INR |
max_price | integer | - | Maximum price filter in INR |
get_reviews | boolean | true | Whether to scrape product reviews |
max_reviews_per_product | integer | 20 | Maximum reviews to scrape per product |
proxy_config | object | - | Proxy configuration |
Example Inputs
Scrape specific products with reviews
{"scrape_type": "product","product_urls": ["https://www.flipkart.com/apple-iphone-15-black-128-gb/p/itm6ac6485515ae4"],"get_reviews": true,"max_reviews_per_product": 20}
Search for products
{"scrape_type": "search","search": "samsung galaxy s24","sort_by": "popularity","get_reviews": true,"max_reviews_per_product": 10}
Search with price filter
{"scrape_type": "search","search": "wireless earbuds","sort_by": "price_asc","min_price": 1000,"max_price": 5000,"get_reviews": false}
Scrape a category
{"scrape_type": "category","category_url": "https://www.flipkart.com/mobiles/pr?sid=tyy,4io","sort_by": "popularity","get_reviews": true,"max_reviews_per_product": 5}