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 | _kumar_kaju | Lucky bisht | false | false | natgeo | Followers | ||
2 | v.b._09 | ㅤㅤㅤㅤㅤㅤ ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ ㅤㅤㅤㅤㅤㅤㅤㅤㅤ ㅤㅤㅤㅤ | false | true | natgeo | Followers | ||
3 | j.karolina4 | ~•~ | false | false | natgeo | Followers | ||
4 | gave_em | — | false | true | natgeo | Followers | ||
5 | heref0rinsp0 | — | false | false | natgeo | Followers | ||
6 | marcuswestbergphotography | Photographer & Storyteller | false | false | natgeo | Followings | ||
7 | natgeofamily | National Geographic Family | true | false | natgeo | Followings | ||
8 | russwest44 | Russell Westbrook | true | false | natgeo | Followings | ||
9 | borgeousland | Børge Ousland | true | false | natgeo | Followings | ||
10 | drsammygrams | Samuel Ramsey | false | false | natgeo | Followings |
Playground
Advanced parameters are collapsed below.
curl -X POST https://api.mindcase.co/api/v1/agents/instagram/followers/run \
-H "Authorization: Bearer mk_live_YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"params": {
"usernames": [],
"dataToScrape": "",
"maxResults": null
}
}'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