Threads 留言爬蟲
Pricing
from $2.50 / 1,000 results
Threads 留言爬蟲
從公開 Threads 貼文擷取留言與評論,包含作者資料、公開可取得的互動指標、媒體資訊、引用/轉發訊號與驗證狀態。原貼文列會在公開可取得時包含觀看次數。支援批次處理多篇貼文,無需登入。
Pricing
from $2.50 / 1,000 results
Rating
5.0
(1)
Developer
Rush
Maintained by CommunityActor stats
2
Bookmarked
26
Total users
4
Monthly active users
2 days ago
Last modified
Categories
Share
從公開 Threads 貼文擷取第一層留言與評論,包含作者資料、公開可取得的互動指標、媒體資訊、引用/轉發訊號與驗證徽章。支援一次處理多篇貼文,適合輿情分析、對話追蹤與影響者研究。
提醒:網站結構偶有變動,可能短暫影響資料擷取。建議大批次執行前先以小量測試。
你可以拿到什麼資料
每則留言
| 欄位 | 說明 |
|---|---|
作者帳號 (author_username) | 留言者的 @帳號 |
作者顯示名稱 (author_display_name) | 公開顯示名稱 |
作者頭像 (author_profile_pic_url / ..._hd_url) | 頭像網址(若 Threads 公開高解析度版本) |
驗證狀態 (author_is_verified) | 是否擁有驗證徽章 |
聯邦宇宙(Fediverse) 啟用 (author_fediverse_enabled) | 作者是否啟用 ActivityPub 跨平台分享 |
留言內容 (text_content) | 公開可取得的留言文字(支援 emoji) |
提及 / 標籤 / 連結 (mentions / hashtags / urls) | 從留言文字擷取 |
發布時間 (created_at + created_at_timestamp) | ISO 時間 + Unix timestamp |
互動指標 (like_count / reply_count / repost_count / quote_count / share_count) | 公開可取得的互動數據 |
作者按讚 (is_liked_by_author) | 原貼文作者是否按讚此留言 |
回覆對象 (reply_to_username) | 此留言回覆給誰 |
媒體 (has_media / media_url / media_urls) | 留言是否含媒體、主媒體網址與 carousel 多檔網址。簡單篩選請用 has_media 與 is_gif |
是否為 GIF (is_gif) | 留言為內嵌 GIF 時為 true,方便快速篩選 GIF 留言 |
媒體尺寸 (media_width / media_height) | 原始寬高(像素) |
音訊 (has_audio) | 是否包含音訊 |
圖片替代文字 (accessibility_caption) | 公開提供時的圖片描述(替代文字) |
引用貼文 (is_quote_post / quoted_post_url) | 引用識別與目標網址 |
轉發 (is_repost / reposted_post_url) | 轉發識別與原貼文網址 |
贊助合作 (is_paid_partnership) | 是否標示為贊助 / 付費合作 |
編輯狀態 (is_edited) | 貼文是否曾被編輯 |
留言權限 (reply_control) | 誰可以留言(everyone / followers_only / mentioned_only) |
留言網址 (reply_url) | 留言的直接連結 |
原貼文網址 (source_post_url) | 此留言所屬的原貼文 |
每則原貼文
爬蟲也會擷取每篇被分析的原貼文,主要欄位與留言相同(作者、互動、媒體、引用/轉發、贊助等),並在 Threads 公開顯示時額外提供 觀看次數 (view_count)。本 Actor 的留言列不包含觀看數。留言獨有的欄位(reply_id、reply_url、is_liked_by_author、reply_to_username)只會出現在留言項目。
如何使用
輸入
| 參數 | 必填 | 預設 | 說明 |
|---|---|---|---|
post_urls | ✓ | - | 最多 20 個 Threads 貼文網址 |
max_replies | ✗ | 50 | 每篇貼文要擷取的留言數量上限(10-50)。Threads 實際公開留言數可能少於此上限 |
include_nested_replies | ✗ | false | 設 true 時會額外擷取執行當下公開可見的巢狀子留言。預設僅第一層;仍受公開可取得範圍與 max_replies 上限影響 |
範例輸入
{"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" }]}
輸出範例
所有資料儲存到 dataset。每筆記錄都有 item_type 欄位(original_post 或 reply)以及 source_post_url 欄位以辨別所屬貼文。以下輸出範例使用虛構佔位值。
原貼文
{"item_type": "original_post","source_post_url": "https://www.threads.com/@example_creator/post/EXAMPLE01","post_code": "EXAMPLE01","post_url": "https://www.threads.com/@example_creator/post/EXAMPLE01","author_username": "example_creator","author_display_name": "Example Creator","author_is_verified": true,"author_profile_pic_url": "https://example.com/avatar.jpg","author_profile_pic_hd_url": null,"author_profile_url": "https://www.threads.com/@example_creator","author_fediverse_enabled": false,"text_content": "Sharing a product update and inviting public feedback...","mentions": [],"hashtags": [],"urls": [],"created_at": "2026-01-12T18:00:30.000Z","created_at_timestamp": 1768240830,"like_count": 285,"reply_count": 96,"repost_count": 14,"quote_count": 3,"share_count": 23,"view_count": 4805,"has_media": false,"media_type": 0,"is_gif": false,"media_url": null,"media_urls": [],"media_width": null,"media_height": null,"has_audio": false,"accessibility_caption": null,"is_quote_post": false,"quoted_post_url": null,"is_repost": false,"reposted_post_url": null,"is_paid_partnership": false,"is_edited": false,"reply_control": "everyone","scraped_at": "2026-04-26T08:08:00.870328Z"}
留言
{"item_type": "reply","source_post_url": "https://www.threads.com/@example_creator/post/EXAMPLE01","reply_id": "REPLY01","author_username": "example_commenter","author_display_name": "Example Commenter","author_is_verified": true,"author_profile_pic_url": "https://example.com/avatar.jpg","author_profile_pic_hd_url": null,"author_profile_url": "https://www.threads.com/@example_commenter","author_fediverse_enabled": false,"text_content": "This update is useful. I would like to see more details about availability.","mentions": [],"hashtags": [],"urls": [],"created_at": "2026-01-12T18:00:30.000Z","created_at_timestamp": 1768240830,"like_count": 96,"reply_count": 10,"repost_count": 4,"quote_count": 1,"share_count": 4,"is_liked_by_author": false,"reply_to_username": "example_creator","media_type": 19,"has_media": false,"is_gif": false,"media_url": null,"media_urls": [],"media_width": null,"media_height": null,"has_audio": false,"accessibility_caption": null,"is_quote_post": false,"quoted_post_url": null,"is_repost": false,"reposted_post_url": null,"is_paid_partnership": false,"is_edited": false,"reply_control": "everyone","reply_url": "https://www.threads.com/@example_commenter/post/REPLY01","scraped_at": "2026-04-26T08:08:02.921497Z"}
應用場景
- 輿情分析:分析公眾對發布、產品上線等議題的反應
- 對話追蹤:監控特定主題或貼文下的討論
- 影響者研究:研究影響者貼文的互動模式
- 市場研究:蒐集真實使用者回饋與意見
- 內容策略:找出哪類貼文最能引起互動
支援的網址格式
https://www.threads.com/@username/post/CODEhttps://threads.com/@username/post/CODEhttps://www.threads.net/@username/post/CODE
功能特色
- 批次擷取:一次執行多篇貼文
- 對話模式:預設僅第一層留言;開啟
include_nested_replies可包含公開可取得的巢狀子留言 - 無需登入:公開貼文不需驗證
- 結構化資料:乾淨一致的輸出格式,可直接分析
- 批次摘要:逐篇追蹤處理結果,並在摘要中列出未能擷取的貼文
- 匯出選項:JSON / CSV / Excel
限制
| 限制 | 說明 |
|---|---|
| 留言數量 | 取決於 Threads 對未登入訪客公開的內容範圍 |
| 貼文類型 | 僅公開貼文(私人帳號無法存取) |
最佳實踐建議
- 確認貼文公開:請確保貼文來自公開帳號
- 批次整理:想把多篇貼文集中在同一份資料集時,可一次加入多個網址
- 依來源篩選:用
source_post_url將留言依原貼文分組
輸出位置
執行完成後:
- Dataset:所有資料集中匯出
- 用
item_type篩選:original_post或reply - 用
source_post_url依原貼文分組 - 切到「總覽」頁籤可看主要欄位
- 用
- Key-Value Store:
OUTPUT:執行摘要(貼文數、留言總數、耗時)PROGRESS:執行中的進度(已完成貼文數、已收集留言數)
常見問題
Q:為什麼擷取到的留言比貼文顯示的少?
A:本 Actor 使用公開、未登入視角讀取貼文。它會回傳執行當下公開可見的留言,並受 max_replies 設定上限。
Q:批次中某篇失敗會怎樣?
A:爬蟲會逐篇處理,並在 OUTPUT 摘要列出未能擷取的貼文。若公開留言擷取未能完成,執行可能以失敗狀態結束,避免不完整結果被誤認為完整。
Q:可以拿到貼文所有留言嗎? A:本工具不需登入,因此僅能取得 Threads 對未登入訪客公開顯示的範圍。
需要其他 Threads 工作流程?
- Threads Scraper - Posts, Profiles & Search:擷取公開貼文、關鍵字搜尋、尋找相關帳號與匯出個人檔案資料。
- Threads Replies Scraper:擷取公開留言與回覆,用於對話分析、社群監測與互動研究。
由 futurizerush 開發 — 探索更多 Threads 與社群媒體爬蟲。
免責聲明
本工具僅供教育與研究用途。使用者需自行確保使用方式符合所有適用的法律、規範與所存取平台的服務條款。開發者對所擷取資料的準確性、完整性或可靠性不作任何保證。資料是否可取得取決於平台的公開存取政策,可能隨時變動恕不另行通知。開發者不對因使用或誤用本工具產生的任何損害負責。
使用本工具即表示您同意:
- 僅擷取公開可取得的資料
- 自行負責所蒐集資料的使用方式
- 資料的準確性取決於平台所提供的內容
支援
有任何問題或遇到狀況嗎?歡迎使用本 Actor 頁面的 Issues 分頁,我們很樂意協助。
Threads 留言爬蟲, Threads 評論抓取, Threads 評論下載, Threads 互動數據, 社群輿情分析, 社群評論監控, Threads 留言匯出, Threads 留言下載工具, Threads scraper, Threads replies scraper, Threads comments scraper, conversation analysis, sentiment tracking, engagement metrics, influencer research, social media monitoring, OpenClaw, Claude Code, Gemini, Antigravity, Codex, ChatGPT