Instagram profile viewer

Enter a public Instagram handle. Get followers, bio, and recent posts — no login required.

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

Handle or profile URL — instagram.com/username

Protected by Cloudflare Turnstile

Quick start

How to view an Instagram profile

No login required. Paste a handle and read the public profile.

  1. Step 1

    Enter a public Instagram handle

    Type the username or paste an instagram.com/username URL.

  2. Step 2

    Run the lookup

    We load the live public profile and a short sample of recent posts.

  3. Step 3

    Read the profile

    See followers, bio, account flags, and recent posts when Instagram shows them.

What you get

Public Instagram profile data

Structured fields from the live public profile — not a screenshot.

01

Public profile fields

Handle, display name, bio, verification, category, and external link when present.

02

Follower metrics

Followers, following, and post count from the live public profile.

03

Recent grid posts

A short sample of recent posts with likes, comments, and views when visible.

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 accounts only

Private profiles may return basic counts; the post grid stays empty.

03

One handle at a time

Fine for a quick check. Screening a list belongs on an API key.

From code

Look up Instagram profiles from code

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

  • 1 credit per completed lookup on the paid API
  • Same response shape as this free tool
  • Pair with posts, reels, and engagement workflows
Request

FAQ

Instagram profile viewer FAQ

What does the Instagram profile viewer show?

Public profile fields (handle, bio, verification), follower metrics, and a short sample of recent posts when Instagram exposes them.

Do I need an Instagram account or login?

No. Enter a public handle or profile URL. Private accounts may return limited fields without a post grid.

Is this the same data as the Social Fetch API?

Yes. Enter a public handle and we load the live Instagram profile — followers, bio, and recent posts. Protected by Cloudflare Turnstile.

Why are some likes or comments missing?

Instagram sometimes hides engagement counts on public posts. We show what the API returns and skip inventing numbers.

Can I look up many creators at once?

Not on this page. It is for manual checks. For lists and pipelines, use the Instagram profile API with your key.

Does this work for Reels and carousels?

Recent grid items can include images, carousels, and videos. For a full Reels feed or transcripts, use the dedicated API routes.

How do I calculate engagement rate from this?

Use the free Instagram engagement rate calculator, or compute (likes + comments) ÷ followers from the same profile JSON in your own code.

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.