# Preunic Capilar Category Extractor

**Use case:** 

Extract Preunic capilar category products with prices, offers, card prices, promotions, brands, images, and URLs.

## Input

```json
{
  "queries": [
    "shampoo"
  ],
  "categoryFilters": [
    "categories.lvl0:capilar"
  ],
  "maxItems": 100,
  "hitsPerPage": 100,
  "filters": ""
}
```

## Output

```json
{
  "sku": {
    "label": "SKU"
  },
  "name": {
    "label": "Name"
  },
  "brand": {
    "label": "Brand"
  },
  "categoryPath": {
    "label": "Category"
  },
  "price": {
    "label": "Price"
  },
  "offerPrice": {
    "label": "Offer price"
  },
  "cardPrice": {
    "label": "Card price"
  },
  "currency": {
    "label": "Currency"
  },
  "discountBadge": {
    "label": "Discount"
  },
  "availability": {
    "label": "Availability"
  },
  "url": {
    "label": "Product URL",
    "format": "link"
  },
  "query": {
    "label": "Query"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Preunic Chile Product Price Scraper](https://apify.com/automation-lab/preunic-chile-product-price-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/preunic-chile-product-price-scraper) to learn more, explore other use cases, and run it yourself.