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 | Full Name | Verified | Private | Profile Picture | Source Account | Relationship |
|---|---|---|---|---|---|---|---|---|
1 | richardjpotter | Richard Potter | false | false | natgeo | Followers | ||
2 | anyamika_ | Anamika | false | true | natgeo | Followers | ||
3 | colas_hernandez | Colas Hernandez | false | false | natgeo | Followers | ||
4 | adriahorakova | — | false | false | natgeo | Followers | ||
5 | princesskitty439 | Kayla zavala | false | true | natgeo | Followers | ||
6 | jordanse30 | Jordan Linares | false | false | natgeo | Followers | ||
7 | kschellink | Karen Schellinkhout | false | false | natgeo | Followers | ||
8 | br9uhman_babu_275 | BRAHMAN BABU | false | false | natgeo | Followers | ||
9 | sab_grey | Grey Sab | false | true | natgeo | Followers | ||
10 | dana.thor | Dana Thor | false | true | natgeo | Followers |
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": ""
}
}'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