# Caroline Hirons' Top Affiliate Products by Clicks

**Use case:** 

Get the most popular affiliate products recommended by Caroline Hirons. Data includes brands, prices, images, and total engagement clicks.

## Input

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

## Output

```json
{
  "product_title": {
    "label": "Product Title",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "merchant_name": {
    "label": "Merchant / Retailer",
    "format": "string"
  },
  "creator_username": {
    "label": "Creator Username",
    "format": "string"
  },
  "daily_clicks": {
    "label": "Daily Clicks",
    "format": "number"
  },
  "weekly_clicks": {
    "label": "Weekly Clicks",
    "format": "number"
  },
  "monthly_clicks": {
    "label": "Monthly Clicks",
    "format": "number"
  },
  "total_clicks": {
    "label": "Total Clicks",
    "format": "number"
  },
  "affiliate_url": {
    "label": "Affiliate Link",
    "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.