# Who Posts For @tasty, And What Those Posts Pull

**Use case:** 

See which food brands and cookware companies pay for @tasty recipe posts. Discover paid ingredient placements in quick cooking videos.

## Input

```json
{
  "handlesOrPosts": [
    "@tasty"
  ],
  "maxPosts": 20
}
```

## Output

```json
{
  "whatIFound": {
    "label": "whatIFound",
    "format": "string"
  },
  "username": {
    "label": "username",
    "format": "string"
  },
  "brandName": {
    "label": "brandName",
    "format": "string"
  },
  "disclosed": {
    "label": "disclosed",
    "format": "boolean"
  },
  "commercialSignal": {
    "label": "What Made It Commercial",
    "format": "string"
  },
  "brandPostViewGapPct": {
    "label": "brandPostViewGapPct",
    "format": "number"
  },
  "brandPostReachPerFollowerPct": {
    "label": "brandPostReachPerFollowerPct",
    "format": "number"
  },
  "disclosureRatePct": {
    "label": "disclosureRatePct",
    "format": "number"
  },
  "views": {
    "label": "views",
    "format": "integer"
  },
  "likeCount": {
    "label": "likeCount",
    "format": "integer"
  },
  "postUrl": {
    "label": "postUrl",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Brand Deal Check - Who Is Actually Getting Paid?](https://apify.com/reapx/brand-collab-detector) with a specific input configuration. Visit the [Actor detail page](https://apify.com/reapx/brand-collab-detector) to learn more, explore other use cases, and run it yourself.