# Katie Jane Hughes Latest Beauty Picks Monitor

**Use case:** 

Retrieve the latest curated beauty products from Katie Jane Hughes. Get details on brands, prices, and engagement clicks for each item.

## Input

```json
{
  "creators": [
    "katiejanehughes"
  ],
  "tab": "latest",
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "image_url": {
    "label": "Image",
    "format": "string"
  },
  "product_title": {
    "label": "Product Title",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "merchant_name": {
    "label": "Merchant / Retailer",
    "format": "string"
  },
  "price": {
    "label": "Price (USD)",
    "format": "number"
  },
  "creator_username": {
    "label": "Creator Username",
    "format": "string"
  },
  "creator_name": {
    "label": "Creator Name",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "industry": {
    "label": "Industry",
    "format": "string"
  },
  "affiliate_url": {
    "label": "Affiliate Link",
    "format": "string"
  },
  "product_url": {
    "label": "Product URL",
    "format": "string"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [ShopMy Scraper: Creator Picks, Brands & Clicks](https://apify.com/getascraper/shopmy-creator-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/shopmy-creator-scraper) to learn more, explore other use cases, and run it yourself.