按关键词搜索 Threads.net,或抓取任意公开主页的最近帖子。每条帖子包含正文、作者用户名、认证徽章、like_count、reply_count、repost_count、quote_count、posted_at 时间戳、has_media 标记以及帖子直链。在同一次运行中混合关键词与主页 URL,结果跨输入自动去重。无需登录。
# 通过 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_id | string | 3368741234567890123 |
| text | string | Just launched our new AI feature |
| author_username | string | zuck |
| author_name | string | Mark Zuckerberg |
| author_verified | boolean | true |
| like_count | integer | 42,500 |
| reply_count | integer | 1,230 |
| repost_count | integer | 870 |
| posted_at | string | 2026-05-01T14:30:00Z |
| post_url | string | https://www.threads.net/@zuck/post/C6abc123xyz |