Extract the followers or following list of any public Instagram account — handle, name, verification, and privacy
Sample
Here's a sample run pulling the followers and following of natgeo, showing the exact schema and results you can expect.
| # | Username | Profile URL | Instagram User ID | Full Name | Verified | Private | Profile Picture | Source Account |
|---|---|---|---|---|---|---|---|---|
1 | richardjpotter | 3291088755 | Richard Potter | false | false | natgeo | ||
2 | anyamika_ | 62929147990 | Anamika | false | true | natgeo | ||
3 | colas_hernandez | 79565569449 | Colas Hernandez | false | false | natgeo | ||
4 | adriahorakova | 40782632537 | — | false | false | natgeo | ||
5 | princesskitty439 | 65797002411 | Kayla zavala | false | true | natgeo | ||
6 | jordanse30 | 3913647404 | Jordan Linares | false | false | natgeo | ||
7 | kschellink | 4711226456 | Karen Schellinkhout | false | false | natgeo | ||
8 | br9uhman_babu_275 | 16211038434 | BRAHMAN BABU | false | false | natgeo | ||
9 | sab_grey | 80545764787 | Grey Sab | false | true | natgeo | ||
10 | dana.thor | 4223476822 | Dana Thor | false | true | natgeo |
Playground
Advanced parameters are collapsed below.
curl -X POST https://api.mindcase.co/v1/data/instagram/followers/run \
-H "Authorization: Bearer mk_live_YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"params": {
"usernames": "",
"dataToScrape": ""
}
}'Overview
Instagram Followers & Following extracts the follower or following list of any public account — handle, name, verification status, and privacy — one row per profile.
Growth and influencer-marketing teams use it to map an account's audience, while researchers use it to build follower graphs and spot overlap between accounts.
Cost
$0.75 per 1,000 profiles. Each follower or following profile returned counts as one billable row. The total row count is the number of accounts you query multiplied by the maxResults limit set per run. Failed runs don't count.
Cost calculator
Examples
A few common ways teams put Instagram Followers & Following API to work — copy a prompt below to try it yourself.
Pull a public account's followers to understand who makes up its audience.
Sample an account's followers to gauge verification and audience quality.
Compare the following lists of several accounts to find shared connections.
Get started
Sign up to run live queries against Instagram Followers & Following API via chat, form, or API.
FAQ
Related
Extract top Instagram comments — text, timestamps, likes, commenter details, and thread sizes — from post or reel URLs
Extract Instagram posts and reels — captions, engagement, media, music, and authors — by profile (posts / reels / tagged tabs), post URL, hashtag, or keyword search
Extract Instagram account data — bio, followers, verification, business info, links, and recent posts — by username or keyword search