# UK Lip Care and Lipstick Product Finder

**Use case:** 

Search for lip care and lipstick products in the UK market. Get detailed data on ingredients, brands, and images for 200 items.

## Input

```json
{
  "mode": "search",
  "categories": [
    "lip-products"
  ],
  "brands": [
    "loreal",
    "dove"
  ],
  "country": "united-kingdom",
  "sort": "unique_scans_n",
  "barcodes": [
    "3600523427666",
    "3574661502914"
  ],
  "maxResults": 200,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "code": {
    "label": "Barcode",
    "format": "text"
  },
  "productName": {
    "label": "Product Name",
    "format": "text"
  },
  "brands": {
    "label": "Brands",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "text"
  },
  "labels": {
    "label": "Labels",
    "format": "text"
  },
  "periodsAfterOpening": {
    "label": "PAO",
    "format": "text"
  },
  "countries": {
    "label": "Countries",
    "format": "text"
  },
  "quantity": {
    "label": "Quantity",
    "format": "text"
  },
  "uniqueScansN": {
    "label": "Unique Scans",
    "format": "number"
  },
  "completeness": {
    "label": "Completeness",
    "format": "number"
  },
  "nutriscoreGrade": {
    "label": "Nutri-Score",
    "format": "text"
  },
  "createdT": {
    "label": "Created (unix)",
    "format": "number"
  },
  "lastModifiedT": {
    "label": "Modified (unix)",
    "format": "number"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "link"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Open Beauty Facts Scraper — Cosmetics & Personal Care](https://apify.com/logiover/open-beauty-facts-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/open-beauty-facts-scraper) to learn more, explore other use cases, and run it yourself.