# 比較多篇 Threads 貼文的留言反應

**Use case:** 

一次輸入最多 20 篇貼文連結，留言依來源貼文分組，方便並排比較不同公告、活動或競品貼文的迴響。

## Input

```json
{
  "post_urls": [
    {
      "url": "https://www.threads.com/@zuck/post/DTa3-B1EbTp"
    },
    {
      "url": "https://www.threads.com/@zuck/post/DSVRshjkbtK"
    },
    {
      "url": "https://www.threads.com/@mosseri/post/DZ5UXU0G-DX"
    }
  ],
  "max_replies": 30,
  "include_nested_replies": false
}
```

## Output

```json
{
  "item_type": {
    "label": "類型",
    "format": "string"
  },
  "source_post_url": {
    "label": "原貼文",
    "format": "string"
  },
  "reply_id": {
    "label": "留言 ID",
    "format": "string"
  },
  "author_username": {
    "label": "作者",
    "format": "string"
  },
  "author_user_id": {
    "label": "作者 ID",
    "format": "string"
  },
  "author_display_name": {
    "label": "顯示名稱",
    "format": "string"
  },
  "author_is_verified": {
    "label": "驗證",
    "format": "boolean"
  },
  "text_content": {
    "label": "內容",
    "format": "string"
  },
  "like_count": {
    "label": "按讚",
    "format": "integer"
  },
  "reply_count": {
    "label": "回覆",
    "format": "integer"
  },
  "collected_reply_count": {
    "label": "已收集留言數",
    "format": "integer"
  },
  "is_public_subset": {
    "label": "公開子集",
    "format": "boolean"
  },
  "repost_count": {
    "label": "轉發",
    "format": "integer"
  },
  "quote_count": {
    "label": "引用",
    "format": "integer"
  },
  "share_count": {
    "label": "分享",
    "format": "integer"
  },
  "view_count": {
    "label": "原貼文觀看數",
    "format": "integer"
  },
  "has_media": {
    "label": "媒體",
    "format": "boolean"
  },
  "media_category": {
    "label": "媒體類型",
    "format": "string"
  },
  "media_url": {
    "label": "媒體網址",
    "format": "string"
  },
  "is_liked_by_author": {
    "label": "作者按讚",
    "format": "boolean"
  },
  "reply_to_username": {
    "label": "回覆對象",
    "format": "string"
  },
  "is_quote_post": {
    "label": "引用",
    "format": "boolean"
  },
  "is_repost": {
    "label": "轉發",
    "format": "boolean"
  },
  "is_paid_partnership": {
    "label": "贊助",
    "format": "boolean"
  },
  "reply_url": {
    "label": "留言連結",
    "format": "string"
  },
  "created_at": {
    "label": "發布時間",
    "format": "string"
  },
  "scraped_at": {
    "label": "擷取時間",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Threads 留言爬蟲](https://apify.com/futurizerush/threads-replies-scraper-zh-tw) with a specific input configuration. Visit the [Actor detail page](https://apify.com/futurizerush/threads-replies-scraper-zh-tw) to learn more, explore other use cases, and run it yourself.