# 台灣韓劇追劇Threads熱門：劇情討論與演員口碑社群輿情分析

**Use case:** 

分析台灣韓劇相關的社群討論，了解熱門劇情和演員的口碑。獲得多筆互動數據與貼文詳情。

## Input

```json
{
  "mode": "search",
  "usernames": [
    "zuck"
  ],
  "keywords": [
    "韓劇"
  ],
  "searchSort": "top",
  "maxPosts": 80
}
```

## 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.