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, verification status, and "About this account" info (country the account is based in, join date, verification date, former usernames).
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": "",
"account_based_in": "United States",
"date_joined": "November 2010",
"date_joined_timestamp": 1288569600,
"date_verified": "",
"date_verified_timestamp": null,
"former_usernames": 0,
"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.
This is the country where Instagram shows the account as being based, from the account's public "About this account" info. Instagram doesn't expose this info for every account, so account_based_in, date_joined, and date_verified can be empty strings and the timestamp / former_usernames fields null.
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 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