Twitter / X 主页 + 推文抓取器:24 个字段,无需登录,每 1,000 个记录 $1

单次调用即可抓取公开 Twitter / X 主页及其最近推文。每条推文均内嵌完整的 24 字段作者块,让您无需二次查询即可关联推文与主页。可选输出仅主页项,可配置每用户推文数,可选择是否包含回复与转推,遇限速时 warm-IP 轮换。无需登录、无需 API 密钥、无需 X 开发者账号。

在 Apify 上打开 → 立即试用
价格
$0.001/记录
内存
256MB
覆盖
全球
每记录字段数
24 作者 + 推文负载
代理
Apify 住宅
反爬虫
Warm-IP 轮换

您可以抓取的内容

主要使用场景

API 示例

# 通过 Apify API 启动运行
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~twitter-x-profiles-tweets-scraper/runs?token=YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "usernames": ["elonmusk", "@sama", "https://x.com/naval"],
    "tweetsPerUser": 20,
    "includeReplies": false,
    "includeRetweets": false,
    "includeProfileOnlyItems": true
  }'

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

集成

输出字段

字段类型示例
item_typestringtweet
tweet.idstring1854729384759302174
tweet.textstringMars is the future
tweet.engagement.like_countinteger248,300
tweet.engagement.retweet_countinteger32,150
tweet.entities.hashtagsarray["mars", "spacex"]
author.usernamestringelonmusk
author.follower_countinteger208,400,000
author.verifiedbooleantrue
author.websitestringhttps://x.com/elonmusk

相关抓取器

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