
Ulta Reviews Actor
Pricing
$20.00/month + usage

Ulta Reviews Actor
Ulta Reviews Actor efficiently scrapes customer reviews from Ulta product pages. Provide product URLs, proxy settings, and max review count; the Actor returns structured JSON with review ID, headline, comments, rating, date, nickname, and location. Perfect for sentiment analysis and market research.
0.0 (0)
Pricing
$20.00/month + usage
0
Total users
2
Monthly users
2
Runs succeeded
>99%
Last modified
24 days ago
Ulta Reviews Actor
Introduction
The Ulta Reviews Actor is an Apify Actor designed to scrape customer reviews from Ulta product pages. It takes a list of product URLs, fetches up to a specified number of reviews per product, and returns structured JSON data containing each review’s details.
Input Parameters
Parameter | Type | Required | Description |
---|---|---|---|
itemLimit | integer | Yes | Maximum number of reviews to retrieve per URL. |
proxyConfiguration | object | Yes | Configuration for using Apify Proxy or a custom proxy. |
└─ useApifyProxy | boolean | Yes | Whether to route requests through Apify Proxy. |
└─ apifyProxyGroups | string[] | No | List of Apify Proxy groups to use (e.g., ["RESIDENTIAL"] ). |
urls | string[] | Yes | Array of Ulta product page URLs to scrape reviews from. |
Example Input
{"itemLimit": 20,"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"]},"urls": ["https://www.ulta.com/p/color-last-shampoo-color-treated-hair-pimprod2051409?sku=2637939"]}
Features
- Configurable Review Limit: Control the number of reviews fetched per product with
itemLimit
. - Built‑in Proxy Support: Seamlessly integrate with Apify Proxy to avoid IP blocking.
- Batch URL Processing: Scrape reviews from multiple product pages in a single run.
- Structured JSON Output: Receive clean, consistent data fields for easy downstream processing.
- Error Handling & Retries: Automatically retries on transient network or parsing errors.
Output
The Actor returns a JSON array where each element represents a single review:
[{"url": "https://…","review_id": 553084363,"headline": "Best shampoo","comments": "Biolage is the best shampoo, fresh smelling, leaves hair clean and manageable.","rating": 5,"created_date": 1746746299147,"nickname": "Melia","location": "San Diego"},{"url": "https://…","review_id": 553114513,"headline": "The best shampoo","comments": "I love this shampoo. It always leaves my hair feeling and smelling great. I get the one for color treated hair. It protects my hair wonderfully.","rating": 5,"created_date": 1746813993678,"nickname": "Heather","location": "Fort Wayne Indiana"},{"url": "https://…","review_id": 553082020,"headline": "Not the same formula","comments": "I buy enough stock to last an entire year so when I restocked this year, I found it strange that the bottle had changed and the formula is definitely different since I have last year's bottles on hand you can feel the difference in the product as well it doesn't foam up as much and it doesn't leave your hair feeling as smooth. Sadly, I'll be taking this product back and having to find a new one.","rating": 1,"created_date": 1746741168459,"nickname": "Stephpdx","location": "Portland"}]
Possible Use Cases
- Sentiment Analysis on product feedback over time.
- Competitor Monitoring to compare customer satisfaction across brands.
- Market Research for identifying popular or problematic product features.
- Customer Support Automation by triaging negative reviews for prompt follow‑up.
- Data Aggregation for dashboards, reports, or machine‑learning models.
Support
For bug reports or custom needs, contact: 📧 support@getdataforme.com Or use our contact form: https://getdataforme.com/contact/
Please include a clear subject line in your message.