curl -X POST https://api.zocialmine.com/v1/instagram/followers \ -H "x-api-key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "url": "https://www.instagram.com/username", "cursor": "0" }'
{ "status": "success", "data": { "followers": [ { "id": "12345678901", "username": "follower_user", "fullName": "Follower Name", "profilePicUrl": "https://scontent.cdninstagram.com/...", "isVerified": false } ], "hasMore": true, "cursor": "QVFDdXJzb3IxMjM0NTY3ODkw", "total": 1500000 } }
Get the followers list of an Instagram user
https://www.instagram.com/username
"0"
"success"
Show properties
true