# 台灣電競手遊Threads熱門：遊戲版本討論與玩家社群口碑分析

**Use case:** 

分析關於電競和手遊的熱門貼文與用戶互動數據，提供遊戲版本討論與社群評價的深度見解。

## Input

```json
{
  "mode": "hashtag",
  "usernames": [
    "zuck"
  ],
  "keywords": [
    "電競",
    "手遊"
  ],
  "searchSort": "top",
  "maxPosts": 100
}
```

## Output

```json
{
  "author": {
    "label": "作者",
    "format": "text"
  },
  "content": {
    "label": "內容",
    "format": "text"
  },
  "publishedAt": {
    "label": "發佈時間",
    "format": "text"
  },
  "likeCount": {
    "label": "讚數",
    "format": "number"
  },
  "replyCount": {
    "label": "回覆數",
    "format": "number"
  },
  "repostCount": {
    "label": "轉發數",
    "format": "number"
  },
  "shareCount": {
    "label": "分享數",
    "format": "number"
  },
  "viewCount": {
    "label": "觀看數",
    "format": "number"
  },
  "quoteCount": {
    "label": "引用數",
    "format": "number"
  },
  "mediaType": {
    "label": "媒體類型",
    "format": "text"
  },
  "publishedAtISO": {
    "label": "發佈時間 (ISO)",
    "format": "date"
  },
  "postUrl": {
    "label": "貼文連結",
    "format": "link"
  },
  "sourceType": {
    "label": "來源模式",
    "format": "text"
  },
  "sourceQuery": {
    "label": "查詢條件",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Meta Threads 爬蟲 — 貼文、用戶、標籤與關鍵字一次搞定](https://apify.com/claude_code_reviewer/threads-feed-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/claude_code_reviewer/threads-feed-scraper) to learn more, explore other use cases, and run it yourself.