# 找出競爭對手成效最好的 Threads 貼文

**Use case:** 

一次匯出多個競爭對手帳號的貼文與互動數據，對照出你所在的市場裡，哪些主題和內容形式真的有效。

## Input

```json
{
  "mode": "user",
  "usernames": [
    "nasa",
    "natgeo"
  ],
  "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.