# Nykaa Beauty Full Export

**Use case:** 

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

## Input

```json
{
  "searchQuery": "shoes",
  "maxItems": 500,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼️ Image",
    "format": "image"
  },
  "name": {
    "label": "📛 Name",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "brand": {
    "label": "🏷️ Brand",
    "format": "text"
  },
  "price": {
    "label": "💰 Price",
    "format": "text"
  },
  "rating": {
    "label": "⭐ Rating",
    "format": "text"
  },
  "reviews": {
    "label": "💬 Reviews",
    "format": "text"
  },
  "sku": {
    "label": "🔖 Sku",
    "format": "text"
  },
  "category": {
    "label": "📂 Category",
    "format": "text"
  },
  "shades": {
    "label": "🎨 Shades",
    "format": "text"
  },
  "ingredients": {
    "label": "🧴 Ingredients",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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