Flipkart Reviews Scraper avatar

Flipkart Reviews Scraper

Pricing

from $1.00 / 1,000 reviews

Go to Apify Store
Flipkart Reviews Scraper

Flipkart Reviews Scraper

Efficiently scrapes product reviews from flipkart.com. Get detailed information of each reviews. Download your data as HTML table, JSON, CSV, Excel, XML, and RSS feed.

Pricing

from $1.00 / 1,000 reviews

Rating

5.0

(1)

Developer

Nataniel Santos

Nataniel Santos

Maintained by Community

Actor stats

4

Bookmarked

234

Total users

0

Monthly active users

4 days ago

Last modified

Categories

Share

πŸ’¬ What does Flipkart Reviews Scraper do?

Flipkart Reviews Scraper is an Apify Actor that allows you to scrape reviews from Flipkart products. It can scrape reviews from individual product URLs, product IDs. The scraper handles pagination and retrieves all available reviews for the specified products, providing structured data in JSON format.

✨ Features

  • πŸ’¬ Scrape reviews using product URLs or product IDs
  • ⚑ Fast and reliable scraping
  • πŸ§‘β€πŸ’» Perfect for non-technical users
  • πŸ”’ No need for authentication
  • πŸ”„ Automatically handles retries for failed requests
  • πŸ“¦ Outputs data in JSON format for easy integration with other tools

🎯 Who Is This For?

  • E-commerce researchers and competitors analyzing Flipkart product reviews
  • Marketers looking to understand customer sentiment and feedback
  • Developers needing structured data from Flipkart for their applications
  • Anyone interested in gathering insights from Flipkart's product reviews

⬇️ Input Options

  • πŸ”— start_urls - List of URLs to scrape. It should be a list of product URLs from Flipkart.
  • πŸ”’ product_ids - List of Flipkart product IDs to scrape reviews from.
  • πŸ”’ max_reviews_per_product - Maximum number of reviews to scrape per product. Leave it empty if you prefer Max Items option.
  • πŸ“Š sort_by - Sort reviews by this option. Valid values: MOST_HELPFUL, MOST_RECENT, POSITIVE_FIRST, NEGATIVE_FIRST. Default is MOST_HELPFUL.

πŸ’‘ Input Examples

πŸ”— Scrape by Product URLs
{
"start_urls": [
{ "url": "https://www.flipkart.com/redmi-9a-sport-carbon-black-32-gb/p/itm53bc6ebfe147b" }
],
"max_reviews_per_product": 50
}
{
"product_ids": [
"MOBG9QWVVTFZB2SY"
],
"max_reviews_per_product": 50
}

πŸ“€ Output Format

  • author - Name of the review author.
  • date - Date when the review was created.
  • rating - Star rating given by the reviewer (1-5).
  • city - City of the reviewer.
  • state - State of the reviewer.
  • title - Title/subject of the review.
  • text - Full text content of the review.
  • url - URL to the review or associated images.
  • certified_buyer - Whether the reviewer is a certified buyer.
  • upvotes - Number of upvotes the review received.
  • downvotes - Number of downvotes the review received.
  • id - Unique identifier for the review.
  • product_id - Unique identifier for the product.
  • product_url - URL to the product page.
  • images - An array of URLs to images associated with the review, if any.

πŸ—‚οΈ Output Examples

{
"author": "Flipkart Customer",
"title": "Fabulous!",
"text": "Very nice product πŸ₯°πŸ₯°πŸ₯°",
"url": "https://www.flipkart.com/reviews/CPRHJ866FSGNMYXG:159?reviewId=3a7711a9-27b5-4388-a89b-146c1085c356",
"product_id": "CPRHJ866FSGNMYXG",
"date": "Aug, 2026",
"rating": 5,
"city": "Murshidabad",
"state": "West Bengal",
"upvotes": 0,
"downvotes": 0,
"certified_buyer": true,
"id": "3a7711a9-27b5-4388-a89b-146c1085c356",
"images": [
"https://rukminim1.flixcart.com/blobio/{@width}/{@height}/imr/blobio-imr_6434c60316854eb5bb83310c108e229b.jpg?q={@quality}"
],
"product_url": "http://www.flipkart.com/x/p/itmx?pid=CPRHJ866FSGNMYXG"
}

πŸ’² How much will scraping Flipkart cost you?

The pricing changes according to your Apify plan.

PlanPrice
Free$5/1000 reviews
Starter$1.50/1000 reviews
Scale$1.20/1000 reviews
Business$1/1000 reviews

🧩 Integrations and Flipkart Reviews Scraper

Flipkart Reviews Scraper can be connected with almost any cloud service or web app thanks to integrations on the Apify platform. You can integrate with Make, Zapier, Slack, Airbyte, GitHub, Google Sheets, Google Drive, and more. Or you can use webhooks to carry out an action whenever an event occurs, e.g. get a notification whenever Flipkart Reviews Scraper successfully finishes a run.

πŸ”Œ Using Flipkart Reviews Scraper with the Apify API

The Apify API gives you programmatic access to the Apify platform. The API is organized around RESTful HTTP endpoints that enable you to manage, schedule, and run Apify actors. The API also lets you access any datasets, monitor actor performance, fetch results, create and update versions, and more.

To access the API using Node.js, use the apify-client NPM package. To access the API using Python, use the apify-client PyPI package.

Check out the Apify API reference docs for full details or click on the API tab for code examples.

πŸ’¬ Giving feedback

We're always working on improving the performance of our Actors. So if you've got any technical feedback for Flipkart Reviews Scraper or simply found a bug, please create an issue on the Actor's Issues tab in Apify Console. πŸ“§ Email: nathan.santos159@hotmail.com