Get the users who liked an Instagram post or reel by URL or shortcode. Returns username, full name, user ID, verification status, privacy status, and profile picture for each liker, plus the post's total like count, in a single request.
curl "https://apidirect.io/v1/instagram/post/likes?code=CxYQJO8xuC6" \
-H "X-API-Key: YOUR_API_KEY"
{
"likes": [
{
"username": "grannyfeet9",
"full_name": "Feetgranny",
"user_id": "25641676135",
"is_verified": false,
"is_private": true,
"profile_pic_url": "https://scontent.cdninstagram.com/v/t51.2885-19/photo.jpg",
"url": "https://instagram.com/grannyfeet9"
}
],
"code": "CxYQJO8xuC6",
"total": 182068,
"count": 845
}
Instagram only exposes a sample of a post's likers, usually several hundred. total is the real like count.
No. One request returns everything available.
You only pay for successful requests. The Instagram Post Likes API costs $0.006 per request. There are no monthly fees or commitments. You get 50 free requests per endpoint every month.
No. You can sign up and use the free tier (50 requests/endpoint/month) without adding a payment method. You only need to add a card when you want to exceed the free tier.
Yes, there's a concurrency limit of 5 simultaneous requests per endpoint per user. If you need more, just get in touch.
Get your API key and start making requests in minutes. 50 requests/month free every month.
Get API Key