Get the full profile for a single Instagram user by username or profile URL. Returns biography, follower / following counts, media count, category, external link, contact info, and verification status.
curl "https://apidirect.io/v1/instagram/user?username=natgeo" \
-H "X-API-Key: YOUR_API_KEY"
{
"user": {
"username": "natgeo",
"full_name": "National Geographic",
"user_id": "787132",
"biography": "Step into wonder and find your inner explorer with National Geographic 🌎",
"follower_count": 274777448,
"following_count": 194,
"media_count": 31593,
"is_verified": true,
"is_private": false,
"is_business": true,
"category": "",
"external_url": "http://visitstore.bio/natgeo",
"bio_links": [
{
"url": "http://visitstore.bio/natgeo",
"title": ""
}
],
"profile_pic_url": "https://scontent.cdninstagram.com/.../photo.jpg",
"profile_pic_url_hd": "https://scontent.cdninstagram.com/.../photo_hd.jpg",
"public_email": "",
"public_phone_number": "",
"url": "https://instagram.com/natgeo"
}
}
Yes. Provide either username (e.g. natgeo) or url (e.g. https://instagram.com/natgeo). Pass exactly one of the two.
Yes. Private accounts return basic profile data (username, full name, bio, follower / following counts, verification status). Their posts and follower lists are not accessible.
The endpoint returns 404 with code: "not_found". You are not charged for not_found responses.
category is only set on business and creator accounts. Personal accounts return an empty string.
You only pay for successful requests. The Instagram User Profile 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 3 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