Charmin Reviews Scraper avatar

Charmin Reviews Scraper

Pricing

from $9.00 / 1,000 results

Go to Apify Store
Charmin Reviews Scraper

Charmin Reviews Scraper

The Charmin Reviews Scraper extracts comprehensive customer reviews from Charmin product pages, including ratings, text, and author details....

Pricing

from $9.00 / 1,000 results

Rating

0.0

(0)

Developer

GetDataForMe

GetDataForMe

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

23 days ago

Last modified

Share

Introduction

The Charmin Reviews Scraper is a powerful Apify Actor designed to extract customer reviews from Charmin product pages on charmin.com. It leverages web scraping technology to gather detailed review data, including ratings, text, author information, and more, enabling businesses and researchers to analyze consumer feedback efficiently. This tool is ideal for market research, competitive analysis, and sentiment tracking, providing high-quality, structured data to drive informed decisions.

Features

  • Comprehensive Review Extraction: Captures full review details such as titles, ratings, pros/cons, and timestamps from Charmin product pages.
  • High Reliability: Uses CheerioCrawler for fast, efficient scraping with built-in error handling and proxy support to avoid blocks.
  • Customizable Crawling: Allows setting start URLs and maximum requests for targeted data collection.
  • Structured Output: Delivers clean JSON data ready for analysis, export, or integration with other tools.
  • Proxy Integration: Supports Apify Proxy for residential IPs, ensuring stealthy and uninterrupted scraping.
  • Scalable Performance: Handles large volumes of reviews with configurable limits to optimize resource usage.
  • Easy Integration: Seamlessly works with Apify's ecosystem for scheduling, monitoring, and data export.

Input Parameters

ParameterTypeRequiredDescriptionExample
startUrlsarrayYesURLs to start the crawl with, typically Charmin product pages.[{"url": "https://www.charmin.com/en-us/shop-products/ultra-strong-toilet-paper-mega-xl-roll"}]
maxRequestsPerCrawlintegerNoMaximum number of requests the crawler can make.100
proxyConfigurationobjectNoProxy settings to hide the scraper's origin, using Apify Proxy.{"useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"]}

Example Usage

Input JSON

{
"startUrls": [
{
"url": "https://www.charmin.com/en-us/shop-products/ultra-strong-toilet-paper-mega-xl-roll"
}
],
"maxRequestsPerCrawl": 100,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Output JSON

[
{
"productUrl": "https://www.charmin.com/en-us/shop-products/ultra-strong-toilet-paper-mega-xl-roll",
"productId": "Charmin_Ultra_Strong_MegaXL_US_EN",
"productName": null,
"reviewId": "362366315",
"title": "Disappointed",
"text": "The rolls don't have any perforation for tearing. It's extremely annoying.",
"rating": 3,
"author": "Tam73",
"date": "2025-10-17T19:32:21.000+00:00",
"lastModifiedTime": "2025-10-21T20:27:36.000+00:00",
"isFeatured": false,
"isRecommended": true,
"helpful": 0,
"notHelpful": 0,
"totalFeedback": 0,
"helpfulness": 0,
"incentivizedReview": false,
"hasMedia": false,
"mediaCount": 0,
"moderationStatus": "APPROVED",
"userLocation": null,
"pros": null,
"cons": null
}
]

Use Cases

  • Market Research: Analyze customer sentiment on Charmin products to identify trends and preferences.
  • Competitive Intelligence: Compare reviews across similar products for benchmarking.
  • Price Monitoring: Track feedback related to pricing and value for dynamic pricing strategies.
  • Content Aggregation: Collect reviews for content creation, such as blog posts or reports.
  • Academic Research: Gather data for studies on consumer behavior in household goods.
  • Business Automation: Automate review monitoring for quality control and customer service improvements.

Installation and Usage

  1. Search for "Charmin Reviews Scraper" in the Apify Store.
  2. Click "Try for free" or "Run".
  3. Configure input parameters.
  4. Click "Start" to begin extraction.
  5. Monitor progress in the log.
  6. Export results in your preferred format (JSON, CSV, Excel).

Output Format

The Actor outputs a JSON array of review objects. Each object includes fields like productUrl, reviewId, title, text, rating (1-5 scale), author, date, isRecommended, helpful count, and more. This structured format ensures easy parsing and analysis, with null values for unavailable data.

Support

For custom/simplified outputs or bug reports, please contact:

We're here to help you get the most out of this Actor!