curl -X POST https://api.zocialmine.com/v1/instagram/posts \ -H "x-api-key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "url": "https://www.instagram.com/username", "cursor": "0" }'
{ "status": "success", "data": { "items": [ { "id": "3456789012345678901", "shortcode": "ABC123xyz", "caption": "Post caption", "timestamp": 1700000000, "type": "image", "stats": { "likeCount": 150000, "commentCount": 3200 } } ], "hasMore": true, "cursor": "QVFDdXJzb3IxMjM0NTY3ODkw" } }
Get a paginated list of posts from an Instagram user
https://www.instagram.com/username
"0"
"success"
Show properties
true