# Threads 品牌聲量盤點：看見誰在討論你的品牌

**Use case:** 

匯出 Threads 上討論某個品牌的公開貼文，含觀看數、互動數與作者影響力，並標示貼文內容是否真的提到你的關鍵字。

## Input

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

## Output

```json
{
  "record_type": {
    "label": "類型",
    "format": "string"
  },
  "post_code": {
    "label": "貼文代碼",
    "format": "string"
  },
  "username": {
    "label": "用戶名稱",
    "format": "string"
  },
  "created_at_display": {
    "label": "日期（UTC）",
    "format": "string"
  },
  "like_count": {
    "label": "按讚",
    "format": "integer"
  },
  "reply_count": {
    "label": "留言數",
    "format": "integer"
  },
  "repost_count": {
    "label": "轉發",
    "format": "integer"
  },
  "quote_count": {
    "label": "引用",
    "format": "integer"
  },
  "share_count": {
    "label": "分享",
    "format": "integer"
  },
  "view_count": {
    "label": "觀看",
    "format": "integer"
  },
  "view_count_status": {
    "label": "觀看狀態",
    "format": "string"
  },
  "is_paid_partnership": {
    "label": "付費合作",
    "format": "boolean"
  },
  "is_reply": {
    "label": "是留言",
    "format": "boolean"
  },
  "is_quote_post": {
    "label": "是引用",
    "format": "boolean"
  },
  "is_repost": {
    "label": "是轉發",
    "format": "boolean"
  },
  "post_url": {
    "label": "網址",
    "format": "string"
  },
  "search_keyword": {
    "label": "關鍵字",
    "format": "string"
  },
  "search_filter": {
    "label": "排序",
    "format": "string"
  },
  "keyword_match": {
    "label": "關鍵字相關",
    "format": "boolean"
  },
  "source_tab": {
    "label": "資料列來源",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Threads 海巡 - 貼文、個人檔案與關鍵字搜尋](https://apify.com/futurizerush/meta-threads-scraper-zh-tw) with a specific input configuration. Visit the [Actor detail page](https://apify.com/futurizerush/meta-threads-scraper-zh-tw) to learn more, explore other use cases, and run it yourself.