Croma Reviews Scraper
by wibuild
Scrape Croma product reviews into structured data. Get ratings, review text, dates, and verified purchase status for analysis and tracking.
Opens on Apify.com
About Croma Reviews Scraper
Need to pull real customer feedback from Croma for your project? This scraper does the heavy lifting. Just give it a product URL and tell it how many reviews you want, and it fetches everything—ratings, the full text, dates, and even whether the reviewer was a verified buyer. It structures all that messy data into clean JSON or CSV, breaking down the star ratings so you can spot trends at a glance. I use it to track how products perform over time, analyze sentiment shifts after a price change, or gather competitive intel. It’s straightforward, reliable, and saves you from manually copying and pasting hundreds of reviews. Perfect for developers building comparison sites, e-commerce managers monitoring their brand, or analysts looking for authentic customer insights without the fluff.
What does this actor do?
Croma 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
- Click "Try This Actor" to open it on Apify
- Create a free Apify account if you don't have one
- Configure the input parameters as needed
- Run the actor and download your results
Documentation
Croma Reviews Scraper
Scrapes customer reviews from a single Croma product page and returns structured data for analysis.
Overview
This actor extracts reviews from Croma product pages. Provide a product URL and a maximum number of reviews, and it returns a clean, structured dataset. It's designed for developers and analysts who need review data for e-commerce analysis, sentiment tracking, or market research.
Key Features
- Targeted Scraping: Collects reviews from a specific Croma product page.
- Structured Output: Returns data as a list of JSON objects, ready for analysis.
- Comprehensive Data: Captures review text, ratings, dates, verification status, and purchase location (when available).
- Product Context: Includes product-level metadata (average rating, rating distribution) with each review record.
- Controllable Scope: Use the
max_reviewsparameter to limit the dataset size and runtime.
How to Use
Run the actor with two required inputs:
1. A Croma product page URL containing the path /p/<product_code>.
2. The maximum number of reviews you want to collect.
The actor will process the page and its review pagination, outputting the data in the specified format.
Input
The actor requires the following input fields:
-
url(string, required): The full URL of the Croma product page.- Example:
https://www.croma.com/marshall-emberton-ii-20w-portable-bluetooth-speaker/p/258433 - Must contain the
/p/<product_code>segment.
- Example:
-
max_reviews(integer, required): The maximum number of reviews to scrape before stopping.- Example:
50,250,1000
- Example:
Output
The output is a dataset—a list of review objects. Each object contains the following fields:
Reviewer & Content:
* username: Reviewer's alias.
* comment: The full review text.
* date: Review date (YYYY-MM-DD).
* rating: Numeric rating (1-5).
* verifiedPurchase: Boolean indicating if the purchase was verified.
Purchase Location (if provided):
* purchase_city_name
* purchase_state
* purchase_country
Product Context (repeated per review):
* product_code: The product identifier from the URL.
* averageRating: The product's average rating.
* review_text_count: Total number of reviews for the product (if available).
Rating Distribution (repeated per review):
* 1 star_count, 2 star_count, 3 star_count, 4 star_count, 5 star_count
Example Output Snippet
[
{
"username": "Surjit",
"comment": "Have had a harrowing experience with my online order...",
"date": "2023-09-14",
"rating": 1,
"verifiedPurchase": true,
"purchase_city_name": "MUMBAI",
"purchase_state": "MAHARASHTRA",
"purchase_country": "IN",
"product_code": "258433",
"averageRating": 4.3,
"1 star_count": 2,
"2 star_count": 0,
"3 star_count": 0,
"4 star_count": 1,
"5 star_count": 14
}
]
Notes
- Use
max_reviewsto manage performance and data volume, especially for products with thousands of reviews. - Purchase location fields are not present for all reviews; missing values are normal.
- Ensure your use of this data complies with Croma's terms of service and relevant data policies.
Categories
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 Croma Reviews Scraper now on Apify. Free tier available with no credit card required.
Start Free TrialActor Information
- Developer
- wibuild
- Pricing
- Paid
- Total Runs
- 5
- Active Users
- 2
Related Actors
Web Scraper
by apify
Cheerio Scraper
by apify
Website Content Crawler
by apify
Legacy PhantomJS Crawler
by apify
Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.
Learn more about ApifyNeed Professional Help?
Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.
Trusted by millions | Money-back guarantee | 24/7 Support