Instagram Profile API
Public profile for a handle: name, bio, category, follower/following counts and avatar.
Provider network
Providers ranked by traffic
Try it
Make your first request
{
"found": true,
"data": {
"handle": "nasa",
"fullName": "NASA",
"bio": "Exploring the universe and our home planet.",
"category": "Science",
"verified": true,
"followers": 97400000,
"following": 78,
"postCount": 4120,
"avatarUrl": "https://instagram.com/nasa/avatar.jpg",
"external": "https://www.nasa.gov"
}
}interface InstagramProfileResponse {
data: {
avatarUrl: string;
bio: string;
bioLinks?: {
title?: string;
url: string;
}[];
category?: string;
contactMethod?: string;
displayName: string;
externalUrl?: string;
followers: number;
following: number;
handle: string;
isBusiness?: boolean;
posts: number;
private: boolean;
userId?: string;
verified: boolean;
} | null;
found: boolean;
}Full parameter and response reference - every field, type, and example for this endpoint.
Reference
Request, response, and price
Last verified 2026-09-17 · uptime and latency measured over 30dcurl -X POST https://api.getanyapi.com/v1/run/instagram.profile \
-H "Authorization: Bearer $ANYAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"handle":"nasa"}'| Field | Type | Example value |
|---|---|---|
| Request body | ||
| handle | string | "nasa"Instagram username without the leading @. |
| Response | ||
| found | boolean | true |
| data | object | |
| data.handle | string | "nasa" |
| data.fullName | string | "NASA" |
| data.bio | string | "Exploring the universe and our home planet." |
| data.category | string | "Science" |
| data.verified | boolean | true |
| data.followers | number | 97400000 |
| data.following | number | 78 |
| data.postCount | number | 4120 |
| data.avatarUrl | string | "https://instagram.com/nasa/avatar.jpg" |
| data.external | string | "https://www.nasa.gov" |
| Price | ||
| Price per request | USD | $0.0012 |
| Price /1k req | USD | $1.20 |
FAQ
About the Instagram Profile API
The AnyAPI Instagram Profile API returns Instagram profile data as normalized JSON from one POST call to /v1/run/instagram.profile. Public profile for a handle: name, bio, category, follower/following counts and avatar. AnyAPI routes each request across 2 sources and falls back automatically when one fails. It costs from $1.20 per 1,000 requests, in US dollars with no subscription and no monthly minimum. Over the last 30 days, 99.9% of Instagram profile calls through AnyAPI succeeded, with a median response time of 4.1 seconds across 7,995 measured calls.