Meta Threads 爬蟲 - 用戶貼文和標籤搜尋 avatar

Meta Threads 爬蟲 - 用戶貼文和標籤搜尋

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Meta Threads 爬蟲 - 用戶貼文和標籤搜尋

Meta Threads 爬蟲 - 用戶貼文和標籤搜尋

從 Threads 擷取貼文、互動數據(按讚、留言、轉發、分享、觀看)與作者公開資料。支援用戶貼文、標籤與關鍵字搜尋,無需登入。適用於社群媒體監控、網紅開發和競品分析。

Pricing

from $10.00 / 1,000 results

Rating

3.9

(2)

Developer

Rush

Rush

Maintained by Community

Actor stats

11

Bookmarked

195

Total users

14

Monthly active users

6.8 days

Issues response

6 days ago

Last modified

Share

Meta Threads 爬蟲 - 貼文、個人資料與搜尋

這個 Actor 可從 Threads 擷取公開貼文資料,包含:

  • 貼文內容與時間
  • 互動數據(按讚、留言、轉發、引用、分享、觀看)
  • 作者公開資料(名稱、簡介、追蹤者數、驗證狀態等)

支援三種模式:

  • user:用戶貼文
  • keyword:標籤頁結果
  • search:關鍵字搜尋(含排序)

無需登入,可匯出 JSON / CSV / Excel。

你可以拿到什麼資料

作者資料

  • username, display_name
  • bio, profile_url, profile_pic_url
  • followers_count, is_verified
  • emails, phones, bio_links, external_links(由公開資料擷取)

貼文資料

  • post_url, post_code, text_content
  • created_at, created_at_timestamp
  • like_count, reply_count, repost_count, quote_count
  • share_count, view_count
  • has_media, media_type, media_url, media_urls
  • hashtags, mentions, urls
  • scraped_at
  • search_keyword
  • search_filter
  • keyword_match

輸入參數

參數類型說明
modestringuserkeywordsearch
usernamesarray用戶清單(user 模式使用,最多 20)
keywordsarray關鍵字或標籤清單(keyword / search 使用,最多 20)
search_filterstringtopdefault(相容舊版,等同 top)、recent(僅 search
start_datestring開始日期(僅 search,支援 YYYY-MM-DD7 days
end_datestring結束日期(僅 search
max_postsinteger每個目標的最大貼文數(1–500,預設 200)

日期篩選只支援 search 模式;若用在 userkeyword,執行會直接停止並提示。

使用範例

1) 用戶貼文

{
"mode": "user",
"usernames": ["zuck"],
"max_posts": 200
}

2) 標籤模式

{
"mode": "keyword",
"keywords": ["AI", "tech", "#startup"],
"max_posts": 80
}

3) 關鍵字搜尋(熱門)

{
"mode": "search",
"keywords": ["AI automation"],
"search_filter": "top",
"max_posts": 100
}

4) 關鍵字搜尋(含日期)

{
"mode": "search",
"keywords": ["台海動態"],
"search_filter": "recent",
"start_date": "2026-01-01",
"end_date": "2026-02-28",
"max_posts": 100
}

重要說明

  • max_posts 是上限,不是保證值。
  • share_countview_count 可能為 null(公開資料當下未提供或貼文過新)。
  • keyword_match 是「是否直接包含關鍵字」的輔助欄位,方便你在下游自行過濾。
  • 標籤模式與搜尋模式的作者資料屬於 best-effort 補齊,不保證每筆都完整。

FAQ

Q: 支援含 . 的用戶名嗎?

A: 支援。格式上可接受像 user.name 這類用戶名。

Q: 為什麼搜尋結果看起來不夠精準?

A: 搜尋結果可能包含廣義相關或不相關內容,不一定是精準字面匹配。可使用 keyword_match 欄位做二次篩選。

Q: 為什麼我設定 200,但拿到更少?

A: 平台公開介面可取得的內容本來就有上限與波動,實際結果會依查詢條件與當下可見資料而變化。

Q: 為什麼有時候 biofollowers_count 是空值?

A: 這些欄位來自公開作者資料補齊流程;若當下取不到公開資料,欄位可能為空或 0。

Q: 在 Apify 怎麼看完整欄位?

A: 在 Dataset 頁面由 Preview 切換到 All fields,即可查看完整欄位與空值。

Alternative: Threads API

Important: 本工具以「不登入」方式擷取公開資料,因此可見範圍受公開介面限制。

如果你需要更可控、可授權的資料存取(例如自家應用整合),可評估官方 Threads API:

  • 由 Meta 官方文件與平台規範管理
  • 適合需要長期維護的正式整合情境

免責聲明

This Actor is provided for educational and research purposes only. You are responsible for using it ethically and in compliance with applicable laws and platform terms.

Keywords: Threads scraper, Threads API, Meta Threads, social media scraper, Instagram Threads, Threads posts, Threads hashtag search, Threads data extraction, social media monitoring, Threads automation, influencer discovery, OpenClaw, Claude Code, Gemini CLI, Antigravity, Codex, ChatGPT, Apify Skills