Flipkart Product Scraper avatar
Flipkart Product Scraper

Pricing

$1.00 / 1,000 results

Go to Store
Flipkart Product Scraper

Flipkart Product Scraper

Developed by

Script Alchemy

Script Alchemy

Maintained by Community

๐Ÿ›๏ธ Flipkart Web Scraper for Apify extracts product data from Flipkart search URLs. It provides the product name, actual and sale price, description, rating, and URL. Input search URLs and get output in CSV or JSON. Ideal for price tracking, research, and product analysis.

0.0 (0)

Pricing

$1.00 / 1,000 results

0

Total users

4

Monthly users

4

Runs succeeded

>99%

Last modified

21 days ago

๐Ÿ“ฆ Flipkart Product Scraper

The Flipkart Product Scraper is an Apify actor that extracts detailed product information from Flipkart search result pages. Simply input one or more Flipkart search URLs, and the scraper will return structured data including pricing, product names, descriptions, ratings, and direct product links.

Perfect for price tracking, competitor analysis, product research, and building product databases.


๐Ÿš€ Features & Benefits

  • ๐Ÿ” Extracts detailed product data from Flipkart search pages
  • ๐Ÿ“Š Ideal for market research, price monitoring, and product tracking
  • ๐Ÿ”— Returns direct product URLs and key product information
  • ๐Ÿ“ค Outputs data in both JSON and CSV formats
  • โš™๏ธ Easy to use โ€” just plug in Flipkart search URLs and run

๐Ÿงพ Input

The actor expects an input in the following format:

{
"startUrls": [
"https://www.flipkart.com/search?q=smartphones",
"https://www.flipkart.com/search?q=laptops"
]
}

๐Ÿ“ค Output

The actor returns a structured array of product objects, with the following fields extracted from each listing on Flipkart:


๐Ÿ—‚๏ธ Output Structure

[
{
"productName": "Apple iPhone 14 (128 GB) - Blue",
"actualPrice": "โ‚น79,900",
"salePrice": "โ‚น66,999",
"description": "128 GB ROM, 15.49 cm (6.1 inch) Super Retina XDR Display",
"productUrl": "https://www.flipkart.com/apple-iphone-14-blue/p/itm...",
"rating": "4.6"
}
]