curl -X POST https://api.zocialmine.com/v1/instagram/profile \ -H "x-api-key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "url": "https://www.instagram.com/username" }'
{ "status": "success", "data": { "user": { "id": "12345678901", "username": "username", "fullName": "Display Name", "profilePicUrl": "https://scontent.cdninstagram.com/...", "biography": "Bio text here", "isVerified": true, "isPrivate": false }, "stats": { "followerCount": 1500000, "followingCount": 200, "postCount": 350 } } }
Scrape an Instagram user profile
https://www.instagram.com/username
"success"