# 網友這週怎麼說？Threads 產品評價蒐集

**Use case:** 

抓取近 7 天提到指定產品的公開 Threads 貼文，由新到舊排列，附作者影響力與互動數據，用來看風向、抓客訴、驗證需求。

## Input

```json
{
  "mode": "search",
  "usernames": [
    "zuck"
  ],
  "keywords": [
    "除濕機"
  ],
  "max_posts": 100,
  "search_filter": "recent",
  "start_date": "7 days"
}
```

## Output

```json
{
  "record_type": {
    "label": "類型",
    "format": "string"
  },
  "post_code": {
    "label": "貼文代碼",
    "format": "string"
  },
  "username": {
    "label": "用戶名稱",
    "format": "string"
  },
  "user_id": {
    "label": "帳號 ID",
    "format": "string"
  },
  "display_name": {
    "label": "顯示名稱",
    "format": "string"
  },
  "text_content": {
    "label": "內容",
    "format": "string"
  },
  "created_at": {
    "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"
  },
  "topic_tag": {
    "label": "主題",
    "format": "string"
  },
  "location_name": {
    "label": "地點",
    "format": "string"
  },
  "language": {
    "label": "語言",
    "format": "string"
  },
  "is_spoiler": {
    "label": "劇透遮罩",
    "format": "boolean"
  },
  "is_paid_partnership": {
    "label": "付費合作",
    "format": "boolean"
  },
  "is_sticker_post": {
    "label": "含貼圖",
    "format": "boolean"
  },
  "sticker_count": {
    "label": "貼圖數",
    "format": "integer"
  },
  "is_reply": {
    "label": "是留言",
    "format": "boolean"
  },
  "is_quote_post": {
    "label": "是引用",
    "format": "boolean"
  },
  "is_repost": {
    "label": "是轉發",
    "format": "boolean"
  },
  "followers_count": {
    "label": "追蹤者",
    "format": "integer"
  },
  "is_verified": {
    "label": "已驗證",
    "format": "boolean"
  },
  "has_media": {
    "label": "含媒體",
    "format": "boolean"
  },
  "has_audio": {
    "label": "含音軌",
    "format": "boolean"
  },
  "is_ai_generated": {
    "label": "AI 標記",
    "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"
  },
  "reposted_by_username": {
    "label": "轉發者",
    "format": "string"
  },
  "reposted_at": {
    "label": "轉發時間",
    "format": "string"
  },
  "replied_to_author_username": {
    "label": "回覆對象",
    "format": "string"
  },
  "replied_to_post_url": {
    "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.