Free Twitter / X profile viewer

Enter a public X handle. Get followers, bio, tweets, and verification — no login required.

GET/v1/twitter/profiles/{handle}
Ready

Handle or profile URL — x.com/username

Protected by Cloudflare Turnstile

Quick start

How to view an X profile

No app, no login. Paste a handle and read the public profile.

  1. Step 1

    Enter a public X handle

    Type the username or paste an x.com/username or twitter.com/username URL.

  2. Step 2

    Run the lookup

    We load the live public profile — followers, bio, tweets, verification.

  3. Step 3

    Read the stats

    See the numbers without an X login.

What you get

Public X profile stats

What you get from a single public profile lookup.

01

Public metrics

Follower, following, tweet, and likes counts as X shows on the profile.

02

Bio and link

Display name, bio text, location, and website when X exposes them.

03

Account signals

Legacy verified, blue verified, protected account, and affiliate labels when present.

Free tool

Good for spot checks, not pipelines

Built for a quick check on one account.

01

Protected by Turnstile

Cloudflare Turnstile keeps bots off the free page.

02

Public profiles only

Protected accounts may return limited fields. Tweet lists and search need an API key.

03

One handle at a time

Fine for a quick check. Screening a list belongs in code with your key.

Use cases

When a profile viewer helps

Common reasons people look up X profiles without opening the app.

Creator vetting

Confirm follower size and bio before you open the app or send an outreach note.

Competitive checks

Compare public stats across a shortlist without logging into X.

Before you wire code

See what a live profile returns, then call the same lookup from your backend with a key.

From code

Look up X profiles from code

This page is one handle at a time. For influencer lists, CRM sync, or nightly refreshes, call the Twitter profile route from your backend with an API key. Credits charge on completed lookups.

  • GET /v1/twitter/profiles/{handle}
  • Related routes for tweets, search, and replies
  • 100 free credits on signup
Request

FAQ

Twitter / X profile viewer FAQ

What does the free Twitter / X profile viewer show?

Public profile fields: display name, bio, avatar, verification, followers, following, tweets, and likes when X exposes them.

Do I need an X account or login?

No. Enter a public handle or profile URL. This page uses Social Fetch's profile API, not your X login.

Does this work on protected X accounts?

You may see limited basics. Full public metrics need a public profile.

Is this the same data as the paid API?

Yes. Enter a public handle and we load the live X profile — followers, bio, tweets, and verification. Protected by Cloudflare Turnstile.

Can I look up many creators at once?

Not on this page — one handle at a time. For lists and pipelines, call the Twitter profile API with your key.

Will I get recent tweets too?

This free tool returns profile + aggregate metrics. Use /v1/twitter/profiles/{handle}/tweets on the API for tweet lists.

Why might a handle return not found?

Typos, renamed accounts, or deleted profiles. Try the full x.com/username URL.

Need more than a spot check?

Sign up for 100 free API credits, then call these tools from your own code — no browser Turnstile in the way.