# Beauty Product Data Scraper from Shop.app

**Use case:** 

Extract detailed information on beauty products from Shop.app. Get insights into specific items for effective catalog and merchandising analysis.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://shop.app/categories/19/socks"
    }
  ],
  "enrichProductDetail": true,
  "maxItems": 20,
  "searchTerms": [
    "beauty"
  ],
  "debugMode": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "shopName": {
    "label": "Shop",
    "format": "string"
  },
  "priceAmount": {
    "label": "Price",
    "format": "string"
  },
  "originalPriceAmount": {
    "label": "Original Price",
    "format": "string"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review Count",
    "format": "number"
  },
  "sourceLabel": {
    "label": "Source",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

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