curl -X POST https://api.zocialmine.com/v1/instagram/comments \ -H "x-api-key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "url": "https://www.instagram.com/p/ABC123xyz/", "cursor": "0" }'
{ "status": "success", "data": { "comments": [ { "id": "17890012345678901", "text": "Great post!", "timestamp": 1700001000, "likeCount": 42, "replyCount": 3, "user": { "id": "12345678901", "username": "commenter", "fullName": "Commenter Name", "profilePicUrl": "https://scontent.cdninstagram.com/..." } } ], "hasMore": true, "cursor": "QVFDdXJzb3IxMjM0NTY3ODkw", "total": 3200 } }
Get comments from an Instagram post
https://www.instagram.com/p/ABC123xyz/
"0"
"success"
Show properties
true