# Threads Brand Monitoring & Reputation Alerts

**Use case:** 

Monitor Threads brand mentions, Meta AI discussions, and posts from Meta leaders. Track engagement and flag outages, bugs, privacy issues, spam, and scams.

## Input

```json
{
  "watchlists": [
    {
      "name": "Threads Product Reputation",
      "type": "brand",
      "handles": [
        "zuck",
        "mosseri"
      ],
      "keywords": [
        "threads app",
        "meta ai"
      ]
    }
  ],
  "maxPostsPerKeyword": 15,
  "maxPostsPerHandle": 10,
  "includeReplies": false,
  "includeProfileStats": true,
  "deltaMode": false,
  "riskKeywords": [
    "outage",
    "down",
    "bug",
    "broken",
    "privacy",
    "spam",
    "scam",
    "cancel"
  ],
  "minEngagement": 0,
  "alertThresholds": {
    "mentionSpikeMultiplier": 3,
    "minEngagementForAlert": 100
  },
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "record_type": {
    "label": "Record type",
    "format": "string"
  },
  "group_name": {
    "label": "Group name",
    "format": "string"
  },
  "match_type": {
    "label": "Match type",
    "format": "string"
  },
  "author_handle": {
    "label": "Author handle",
    "format": "string"
  },
  "text": {
    "label": "Post text",
    "format": "string"
  },
  "published_at": {
    "label": "Published at",
    "format": "string"
  },
  "like_count": {
    "label": "Like count",
    "format": "number"
  },
  "reply_count": {
    "label": "Reply count",
    "format": "number"
  },
  "risk_flags": {
    "label": "Risk flags",
    "format": "array"
  },
  "sentiment_direction": {
    "label": "Sentiment direction",
    "format": "string"
  },
  "is_new_since_last_run": {
    "label": "New since last run",
    "format": "boolean"
  },
  "post_url": {
    "label": "Post URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Threads Brand Monitor](https://apify.com/digitalnomadph/threads-brand-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/digitalnomadph/threads-brand-monitor) to learn more, explore other use cases, and run it yourself.