# Ulta Beauty Products Full Export

**Use case:** 

Full Export of Ulta Beauty Products. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 500,
  "category": "makeup"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "brand": {
    "label": "🏷 Brand",
    "format": "text"
  },
  "category": {
    "label": "📂 Category",
    "format": "text"
  },
  "price": {
    "label": "💵 Price",
    "format": "text"
  },
  "rating": {
    "label": "⭐ Rating",
    "format": "text"
  },
  "id": {
    "label": "🆔 ID",
    "format": "text"
  },
  "sourceUrl": {
    "label": "🔗 Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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