Scrapers.lat logo scrapers.lat
社交媒体

X (Twitter) Profile & Tweets Scraper

Look up any public X (Twitter) account by handle and extract the full profile plus recent tweets. Get followers, following, bio, location, verification, tweet count and per-tweet likes, replies and retweets. Export to JSON, CSV or Excel. No login or API key.

21 每条记录的字段 JSON · CSV · Excel · API 按用量付费
x-profile-scraper.json 200 OK
{
  "profileImageUrl": "https://pbs.twimg.com/profile_images/132116358…",
  "username": "NASA",
  "displayName": "NASA",
  "url": "https://x.com/NASA",
  "userId": "11348282",
  "bio": "Making the seemingly impossible, possible. ✨",
  "website": "http://www.nasa.gov/",
  "isVerified": true,
  "verifiedType": "Government"
}
你会得到什么

每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。

  • 每个结果对应一条干净记录,已去重并规范化
  • JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
  • 在云端按用量付费,无需安装或维护
返回的字段
Profile Image UrlUsernameDisplay NameUrlUser IdBioWebsiteIs VerifiedVerified TypeIs ProtectedAccount CreatedFollower CountFollowing CountTweet Count
示例输出

一条真实的示例记录,正是你收到的结构。

Profile Image UrlUsernameDisplay NameUrl
https://pbs.twimg.com/profile_ima…NASANASAhttps://x.com/NASA
GET /x-profile-scraper
{
  "profileImageUrl": "https://pbs.twimg.com/profile_images/132116358…",
  "username": "NASA",
  "displayName": "NASA",
  "url": "https://x.com/NASA",
  "userId": "11348282",
  "bio": "Making the seemingly impossible, possible. ✨",
  "website": "http://www.nasa.gov/",
  "isVerified": true,
  "verifiedType": "Government"
}

常见问题

Which accounts can it scrape?

Any public X (Twitter) account. Enter handles with or without the @ prefix. Protected, suspended or nonexistent accounts are returned as a record with an `error` field instead of being silently dropped.

Does it include follower counts?

Yes. Each record carries `followerCount`, `followingCount`, `tweetCount` and the other public profile counters, alongside the recent tweets.

Do I need an X API key or login?

No. The actor reads only public profile data, so there is no login, no developer account and no API key. A residential proxy is set as the default, no setup required.

How many tweets per account?

Set `maxTweetsPerUser`. The actor returns the account's most recent tweets up to that cap, each with full engagement counts.

你准备好,它就就绪。

现在就在 Apify 上运行这个爬虫,或让我们按你的确切需求定制一个。