Get a user's followers by username or profile URL. Returns username, full name, user ID, verification status, privacy status, and profile picture for each account, 50 per page. Pass a query to search the list instead.
curl "https://apidirect.io/v1/instagram/user/followers?username=natgeo&pages=2" \
-H "X-API-Key: YOUR_API_KEY"
{
"followers": [
{
"username": "marcuswestbergphotography",
"full_name": "Photographer & Storyteller",
"user_id": "364094780",
"is_verified": false,
"is_private": false,
"profile_pic_url": "https://scontent.cdninstagram.com/v/t51.2885-19/photo.jpg",
"url": "https://instagram.com/marcuswestbergphotography"
}
],
"username": "natgeo",
"pages": 2,
"count": 100
}
Up to 1,000 per call: 50 per page, up to 20 pages. Instagram does not expose an account's full followers list.
Yes. Pass query with a name or username to get up to 50 matching accounts in a single request.
The account is private. Instagram only shows a private account's connections to accepted followers.
You only pay for successful requests. The Instagram User Followers API costs $0.006 per page. 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