//Endpoint · Instagram
Instagram Profile Data, One Call Per Account
The Graph API only reads accounts that connected to your app — this endpoint takes any public username and returns the core profile as JSON: bio, follower counts, verification, category, and external link. One credit per profile, no login, no app review.
Start for free7-day free trial
Fields You Get Back
username
full_name
biography
followers
following
posts_count
profile_pic_url
external_url
is_verified
is_private
category
id
What Comes Back
GET /api/instagram/user
{
"username": "finlo.style",
"full_name": "Finlo",
"biography": "Everyday carry, considered.",
"followers": 48210,
"following": 312,
"posts_count": 264,
"external_url": "https://finlo.example",
"is_verified": false,
"is_private": false,
"category": "Shopping & Retail"
}Start With Instagram Profiles
One credit per profile, seven more Instagram endpoints for posts, comments, and followers — all on the same key as 500+ other sources. 7-day free trial.
Common Questions
No. The endpoint authenticates with your Anysite API key — no Instagram login, no Facebook Business verification, no Graph API app review. Pass a username, get the profile back.