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