# Netflix台灣熱門Threads討論：串流影視口碑與觀眾反應即時分析

**Use case:** 

快速獲取Netflix相關的熱門討論數據，包含觀眾反應與口碑分析。數據涵蓋發佈時間、互動數量和內容摘要。

## Input

```json
{
  "mode": "search",
  "usernames": [
    "zuck"
  ],
  "keywords": [
    "Netflix"
  ],
  "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.