curl -X POST https://api.zocialmine.com/v1/instagram/post \ -H "x-api-key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "url": "https://www.instagram.com/p/ABC123xyz/" }'
{ "status": "success", "data": { "id": "3456789012345678901", "shortcode": "ABC123xyz", "caption": "Post caption #hashtag", "timestamp": 1700000000, "author": { "id": "12345678901", "username": "username", "fullName": "Display Name" }, "stats": { "likeCount": 150000, "commentCount": 3200 }, "media": { "type": "image", "url": "https://scontent.cdninstagram.com/...", "dimensions": { "width": 1080, "height": 1080 } } } }
Extract metadata from a single Instagram post
https://www.instagram.com/p/ABC123xyz/
"success"