# Value 200 Creator Posts In One Run

**Use case:** 

Feed a whole campaign's figures in and get earned media value per post, total engagements and cost per engagement, with the rate card shown on every row.

## Input

```json
{
  "campaignKey": "macro_cohort_ftc_audit",
  "postUrls": [
    "https://www.instagram.com/p/C-0Xg56v-x_/"
  ],
  "platform": "instagram",
  "maxItems": 200,
  "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.