# Fast Ulta Reviews Scraper

**Use case:** 

Fast Ulta Reviews Scraper. Multiple Filtering options available. Cheapest price on the market.

## Input

```json
{
  "listingUrls": [
    {
      "url": "https://www.ulta.com/p/cheek-thrills-multi-finish-face-trio-pimprod2051122?sku=2638343"
    }
  ],
  "maxResults": 500,
  "sort": "Newest",
  "nativeOnly": false,
  "search": "good",
  "searchIsLocalFilter": true
}
```

## Output

```json
{
  "product_id": {
    "label": "Product ID"
  },
  "product_gtin": {
    "label": "GTIN"
  },
  "review_rating": {
    "label": "Rating"
  },
  "review_title": {
    "label": "Review Title"
  },
  "review_text": {
    "label": "Review"
  },
  "review_locale": {
    "label": "Locale"
  },
  "review_created_at": {
    "label": "Created Date"
  },
  "review_updated_at": {
    "label": "Updated Date"
  },
  "review_likes": {
    "label": "Helpful Votes"
  },
  "review_dislikes": {
    "label": "Not Helpful Votes"
  },
  "review_helpful_score": {
    "label": "Helpful Score"
  },
  "reviewed_source": {
    "label": "Brand"
  },
  "review_media": {
    "label": "Media"
  },
  "reviewer_nickname": {
    "label": "Reviewer"
  },
  "reviewer_location": {
    "label": "Reviewer Location"
  },
  "reviewer_is_staff": {
    "label": "Staff Reviewer"
  },
  "reviewer_is_verified_buyer": {
    "label": "Verified Buyer"
  },
  "reviewer_is_verified": {
    "label": "Verified Reviewer"
  },
  "reviews_metrics": {
    "label": "Product Stats"
  },
  "search_keyword": {
    "label": "Search Keyword"
  },
  "keyword_match": {
    "label": "Keyword Match"
  },
  "review_id": {
    "label": "Review ID"
  }
}
```

## About this Actor

This example demonstrates how to use [Ulta Reviews Scraper (Ulta.com)](https://apify.com/mof1re/ulta-reviews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mof1re/ulta-reviews-scraper) to learn more, explore other use cases, and run it yourself.