# What Your Gaming Creator List Was Actually Worth

**Use case:** 

Price a whole roster of gaming creators in one run - earned media value per creator, the engagements behind it, and what each one cost you against your spend.

## Input

```json
{
  "campaignKey": "gaming_headset_launch",
  "creatorHandles": [
    "pro_gamer_x",
    "tech_streamer"
  ],
  "platform": "youtube",
  "maxItems": 100,
  "metrics": []
}
```

## Output

```json
{
  "whatIFound": {
    "label": "whatIFound",
    "format": "string"
  },
  "itemKey": {
    "label": "itemKey",
    "format": "string"
  },
  "creatorHandle": {
    "label": "creatorHandle",
    "format": "string"
  },
  "platform": {
    "label": "platform",
    "format": "string"
  },
  "totalEngagements": {
    "label": "totalEngagements",
    "format": "integer"
  },
  "reachProxy": {
    "label": "reachProxy",
    "format": "integer"
  },
  "earnedMediaValue": {
    "label": "earnedMediaValue",
    "format": "number"
  },
  "costPerRealEngagement": {
    "label": "costPerRealEngagement",
    "format": "number"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Earned Media Value - What Was That Campaign Worth?](https://apify.com/reapx/campaign-emv-calculator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/reapx/campaign-emv-calculator) to learn more, explore other use cases, and run it yourself.