# Audit a brand's most relevant Threads mentions

**Use case:** 

Export the posts Threads surfaces as most relevant for any brand, with reach, engagement, and a flag for real keyword mentions.

## Input

```json
{
  "mode": "search",
  "usernames": [
    "zuck"
  ],
  "keywords": [
    "claude code"
  ],
  "max_posts": 100,
  "search_filter": "top"
}
```

## Output

```json
{
  "record_type": {
    "label": "Type",
    "format": "string"
  },
  "post_code": {
    "label": "Post Code",
    "format": "string"
  },
  "username": {
    "label": "Username",
    "format": "string"
  },
  "created_at_display": {
    "label": "Date (UTC)",
    "format": "string"
  },
  "like_count": {
    "label": "Likes",
    "format": "integer"
  },
  "reply_count": {
    "label": "Replies",
    "format": "integer"
  },
  "repost_count": {
    "label": "Reposts",
    "format": "integer"
  },
  "quote_count": {
    "label": "Quotes",
    "format": "integer"
  },
  "share_count": {
    "label": "Shares",
    "format": "integer"
  },
  "view_count": {
    "label": "Views",
    "format": "integer"
  },
  "view_count_status": {
    "label": "View Status",
    "format": "string"
  },
  "is_paid_partnership": {
    "label": "Sponsored",
    "format": "boolean"
  },
  "is_reply": {
    "label": "Reply",
    "format": "boolean"
  },
  "is_quote_post": {
    "label": "Quote",
    "format": "boolean"
  },
  "is_repost": {
    "label": "Repost",
    "format": "boolean"
  },
  "post_url": {
    "label": "URL",
    "format": "string"
  },
  "search_keyword": {
    "label": "Keyword",
    "format": "string"
  },
  "search_filter": {
    "label": "Filter",
    "format": "string"
  },
  "keyword_match": {
    "label": "Keyword Match",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Threads Scraper - Posts, Profiles & Search](https://apify.com/futurizerush/meta-threads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/futurizerush/meta-threads-scraper) to learn more, explore other use cases, and run it yourself.