Threads 搜索抓取器:关键词 + 主页帖子,每 1,000 条帖子 $0.50

按关键词搜索 Threads.net,或抓取任意公开主页的最近帖子。每条帖子包含正文、作者用户名、认证徽章、like_count、reply_count、repost_count、quote_count、posted_at 时间戳、has_media 标记以及帖子直链。在同一次运行中混合关键词与主页 URL,结果跨输入自动去重。无需登录。

在 Apify 上打开 → 立即试用
价格
$0.0005/帖
内存
128MB
覆盖
全球
每帖字段数
15
代理
直连或 Apify 代理
反爬虫
SSR 重水合

您可以抓取的内容

主要使用场景

API 示例

# 通过 Apify API 启动运行
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~threads-search-scraper/runs?token=YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "searchQueries": ["AI art", "travel photography"],
    "profileUrls": ["https://www.threads.net/@zuck"],
    "maxPostsPerQuery": 50,
    "maxResults": 0
  }'

# 或通过 MCP 与 AI 代理配合使用:
# https://mcp.apify.com?tools=santamaria-automations/threads-search-scraper

集成

输出字段

字段类型示例
post_idstring3368741234567890123
textstringJust launched our new AI feature
author_usernamestringzuck
author_namestringMark Zuckerberg
author_verifiedbooleantrue
like_countinteger42,500
reply_countinteger1,230
repost_countinteger870
posted_atstring2026-05-01T14:30:00Z
post_urlstringhttps://www.threads.net/@zuck/post/C6abc123xyz

相关抓取器

在 Apify 上打开 → 立即试用(免费套餐可用)