# Value The Creators In Your Deck Before The Meeting

**Use case:** 

Compute projected EMV for creator shortlist before presenting pitch deck.

## Input

```json
{
  "campaignKey": "agency_pitch_q4",
  "creatorHandles": [
    "pitch_creator_1",
    "pitch_creator_2"
  ],
  "platform": "auto",
  "maxItems": 60,
  "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.