# Is Purina Getting Talked About Or Ignored?

**Use case:** 

See if pet influencers are hyping your dog food or if pet owners are raising concern threads on social platforms.

## Input

```json
{
  "brandName": "purina",
  "maxMentions": 20,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "whatIFound": {
    "label": "whatIFound",
    "format": "string"
  },
  "mentionId": {
    "label": "mentionId",
    "format": "string"
  },
  "brandName": {
    "label": "brandName",
    "format": "string"
  },
  "authorHandle": {
    "label": "authorHandle",
    "format": "string"
  },
  "authorFollowerCount": {
    "label": "authorFollowerCount",
    "format": "integer"
  },
  "sentimentMix": {
    "label": "sentimentMix",
    "format": "string"
  },
  "postUrl": {
    "label": "postUrl",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Brand Mentions - Who Is Actually Talking About You](https://apify.com/reapx/branded-mention-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/reapx/branded-mention-tracker) to learn more, explore other use cases, and run it yourself.