Look up any public X (Twitter) profile and get follower counts, bio, join date and verification status back as structured data. No account, no API key, no browser automation.
Raw JSON
What you get
| Group | Fields |
|---|---|
| Profile | Handle, display name, bio, avatar, banner, website, location |
| Audience | Followers, following, total posts, verification status |
| Account | Numeric user ID, join date, protected status |
Using it at scale
This page is rate-limited per IP because it is free. If you need it in code or in volume, the X Data API returns the same JSON from one HTTP call, in credit packs from $3.00 per 1,000 requests with no subscription. Full parameters are in the API docs.
curl "https://data.spyderproxy.com/twitter/profile?access_key=YOUR_KEY&url=x.com/naval"Frequently Asked Questions
Is this X profile lookup free?
Yes. It needs no account and no API key, and is rate-limited per IP. For higher volume the same data is available through the X Data API in credit packs from $3.00 per 1,000 requests.
What data does it return?
Handle, display name, bio, avatar, banner, website, location, follower and following counts, total posts, verification status, numeric user ID, join date and protected status.
Do I need an X account or cookies?
No. The lookup reads the server-rendered profile page, so there is no login, no browser automation and no HTML parsing needed on your side.
Can I use this in code?
Use the API rather than this page. It returns the same JSON and is documented at data.spyderproxy.com/docs.
Does it work for protected accounts?
Protected accounts return their public metadata only. Posts and full profile detail are not available.
More tools: IP lookup · proxy checker · all tools.