# Paid Brand Collaboration Tracker for Katie Jane Hughes

**Use case:** 

Get curated paid brand collaboration picks for Katie Jane Hughes. Extract product names, brands, prices, engagement clicks, and more.

## Input

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

## Output

```json
{
  "product_title": {
    "label": "Product Title",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "department": {
    "label": "Department",
    "format": "string"
  },
  "industry": {
    "label": "Industry",
    "format": "string"
  },
  "product_url": {
    "label": "Product URL",
    "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.