Mouthshut Reviews Scraper

Mouthshut Reviews Scraper

by getdataforme

Scrape MouthShut reviews with view counts, device info, and multilingual support. Get clean, timestamped data with proxy configuration for reliable brand sentiment analysis.

185 runs
5 users
Try This Actor

Opens on Apify.com

About Mouthshut Reviews Scraper

Need to understand what real customers are saying about products on MouthShut? This scraper pulls the data you actually need for solid analysis. It grabs every review, along with the view count and the type of device the reviewer used, which can give you extra context on user demographics. You get the original 1-5 star rating and the exact timestamp, so your data stays accurate for tracking sentiment over time. It also handles reviews in multiple languages without a hitch, which is crucial for global brands. I run mine with the configurable proxy support turned on to avoid any IP blocks, making data collection reliable for larger projects. I use the structured output for brand monitoring and competitive research—it saves hours of manual work and gives you a clean dataset ready for your dashboards or reports. If you're looking to gather authentic customer feedback at scale, this is the tool I keep coming back to.

What does this actor do?

Mouthshut Reviews Scraper is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.

Key Features

  • Cloud-based execution - no local setup required
  • Scalable infrastructure for large-scale operations
  • API access for integration with your applications
  • Built-in proxy rotation and anti-blocking measures
  • Scheduled runs and webhooks for automation

How to Use

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

MouthShut Reviews Scraper

Extract product and service reviews from MouthShut.com. This actor captures detailed review data, including ratings, dates, and engagement metrics, formatted for brand monitoring and market research.

Key Features

  • Complete Review Data: Scrapes review titles, content, author names, ratings (1-5), dates, and view counts.
  • Content Preservation: Maintains original text formatting, emojis, and multilingual content (e.g., Hindi/English).
  • Device Detection: Identifies if a review was posted via mobile or web.
  • Proxy Support: Optional integration with Apify Proxy (disabled by default).
  • Anti-Blocking: Includes randomized delays between requests.

How to Use

Configure the actor with a JSON input. The primary requirement is a list of MouthShut review page URLs.

Input Configuration

{
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "urls": [
    "https://www.mouthshut.com/cars-suvs/mahindra-thar-roxx-reviews-926188003"
  ]
}

Parameters:
* urls (Array): One or more URLs of MouthShut product/service review pages.
* proxyConfiguration (Object): Set "useApifyProxy": true if you need to use proxies.

Output Data

The actor outputs a dataset of review objects. Each item contains the following fields:

Field Description
title The review headline.
content The full review text.
rating Numeric rating from 1 to 5.
date Timestamp (e.g., "15 days ago" or absolute date).
author Username of the reviewer.
views Number of views as a string (e.g., "50", "1.2k").
via Posting device, typically "Mobile" or empty for web.

Example Output Item:

{
  "title": "Mahindra thar rozz the desibeat that own everyroad",
  "content": "When its come to raw power killer looks...",
  "rating": 5,
  "date": "15 days ago",
  "author": "yuvrajrajput640",
  "views": "50",
  "via": "Mobile"
}

Python Client Example

from apify_client import ApifyClient

client = ApifyClient("YOUR_API_KEY")
run_input = {
    "urls": ["https://www.mouthshut.com/restaurants/chain-reviews"],
    "proxyConfiguration": {"useApifyProxy": False} # Set to True if needed
}

actor_call = client.actor("your-username/my-consumeraffairs-actor").call(run_input=run_input)

for review in client.dataset(actor_call["defaultDatasetId"]).iterate_items():
    print(f"{review['author']} ({review['date']}): {review['rating']}/5")
    print(f"Views: {review['views']} | Platform: {review['via'] or 'Web'}")

Support & Customization

For custom output formats (like CSV) or specific filtering requests, contact:
* Email: support@getdataforme.com
* Contact Form: https://getdataforme.com/contact/

Last Updated: October 2023 | Actor Version: 1.1.0

Common Use Cases

Market Research

Gather competitive intelligence and market data

Lead Generation

Extract contact information for sales outreach

Price Monitoring

Track competitor pricing and product changes

Content Aggregation

Collect and organize content from multiple sources

Ready to Get Started?

Try Mouthshut Reviews Scraper now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
getdataforme
Pricing
Paid
Total Runs
185
Active Users
5
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support