Skip to content
ANY//
//Source · Social Media

Instagram API — Without the Graph API Maze

The Graph API only shows you accounts that connected to your app — these 8 endpoints cover any public profile: posts, reels, comments, likes, followers, and search by keyword or hashtag. One API key, clean JSON.

Start for free7-day free trial

What You Can Pull From Instagram

User profileProfile data: bio, followers, posts count, profile picture, external URL.
User postsUser posts with captions, likes, comments, media URLs.
User reelsReels and stories with view counts, engagement, and media.
User friendshipsFollowers and following lists with profile metadata.
Post detailsSingle post details: caption, media, engagement, author.
Post commentsPost comments with commenter info and timestamps.
Post likesUsers who liked a post with profile metadata.
Post searchSearch posts by keyword or hashtag across Instagram.

What Comes Back

GET /api/instagram/user
{
  "username": "finlo.style",
  "full_name": "Finlo",
  "followers": 48210,
  "following": 312,
  "posts_count": 264,
  "biography": "Everyday carry, considered.",
  "external_url": "https://finlo.example",
  "recent_posts": [
    { "caption": "New drop.", "likes": 1874, "comments": 96 }
  ]
}

Start With Instagram Data

All 8 Instagram endpoints on the same key as 500+ other sources — connect over MCP or the API in minutes. 7-day free trial.

Common Questions

No. There’s no Instagram login, no Facebook Business verification, and no Graph API app approval — you get an Anysite API key and start making requests, with no connection to your personal accounts.