Instagram API
Instagram Search profiles API
Search public Instagram profiles by a bio or caption keyword.
POST/v1/run/instagram.search_profiles
Uptime
97.27%
30d · 403 calls
Requests
403
30d · weekly, last 12 wks
Response
8.5s
median · 30d
Provider network
Providers ranked by traffic
Try it
Make your first request
Sample response
Free runs return only the first 3 results. Fund a key to get the full response.
{
"data": {
"nextCursor": "example",
"profiles": [
{
"avatarUrl": "https://example.com/image.jpg",
"bio": "A short example description of this item.",
"displayName": "Alex Rivera",
"followers": 12500,
"following": 12500,
"handle": "alex_rivera",
"id": "a1b2c3d4",
"posts": 248,
"private": false,
"verified": true
}
]
},
"found": true
}Response interface
interface InstagramSearchProfilesResponse {
data: {
nextCursor: string | null;
profiles: {
avatarUrl: string;
bio: string;
displayName: string;
followers: number;
following: number;
handle: string;
id: string;
posts: number;
private: boolean;
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-16 · uptime and latency measured over 30dPOST /v1/run/instagram.search_profiles
curl -X POST https://api.getanyapi.com/v1/run/instagram.search_profiles \
-H "Authorization: Bearer $ANYAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"query":"coffee roaster"}'| Field | Type | Example value |
|---|---|---|
| Request body | ||
| query | string | "coffee roaster"Bio or caption keyword/phrase to search for. |
| cursor | string | Pagination cursor returned by a previous response. |
| Response | ||
| data | object | |
| data.nextCursor | string | Opaque cursor for the next page of profiles, or null when this lane has no more. Pass it back as cursor to continue. |
| data.profiles | object[] | Populated whenever the provider has data for the entity. |
| data.profiles[].avatarUrl | string | Populated whenever the provider has data for the entity. |
| data.profiles[].bio | string | Populated whenever the provider has data for the entity. |
| data.profiles[].displayName | string | Populated whenever the provider has data for the entity. |
| data.profiles[].followers | integer | |
| data.profiles[].following | integer | |
| data.profiles[].handle | string | Populated whenever the provider has data for the entity. |
| data.profiles[].id | string | Populated whenever the provider has data for the entity. |
| data.profiles[].posts | integer | |
| data.profiles[].private | boolean | |
| data.profiles[].verified | boolean | |
| found | boolean | |
| Price | ||
| Price per request | USD | $0.0012 |
| Price /1k req | USD | $1.20 |
FAQ
About the Instagram Search profiles API
The AnyAPI Instagram Search profiles API returns Instagram search profiles data as normalized JSON from one POST call to /v1/run/instagram.search_profiles. Search public Instagram profiles by a bio or caption keyword. 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, 97.3% of Instagram search profiles calls through AnyAPI succeeded, with a median response time of 8.5 seconds across 403 measured calls.
It costs from $1.20 per 1,000 requests, in US dollars with no subscription and no monthly minimum. You fund one USD wallet, each call draws it down, and a failed request costs $0.
Search public Instagram profiles by a bio or caption keyword. The response is normalized JSON with the same envelope every AnyAPI endpoint returns, so parsing a second endpoint is a change of URL and nothing else.
Over the last 30 days, 97.3% of Instagram search profiles calls through AnyAPI succeeded, with a median response time of 8.5 seconds across 403 measured calls. These are AnyAPI's own measurements of traffic through the gateway, recomputed continuously, not a published service-level target.
More to call
Other Instagram endpoints
Profilefrom $1.20 /1k reqUser postsfrom $0.95 /1k reqPostfrom $0.50 /1k reqUser reelsfrom $0.95 /1k reqPost commentsfrom $0.80 /1k reqHashtag searchfrom $1.20 /1k reqAudio reelsfrom $1.20 /1k reqBasic profilefrom $1.20 /1k reqComment repliesfrom $1.20 /1k reqEmbedfrom $1.20 /1k reqFollowersfrom $1.50 /1k reqFollowingfrom $1.50 /1k reqHashtag analyticsfrom $1.93 /1k resultsHashtag recent postsfrom $1.50 /1k reqHashtag top postsfrom $1.50 /1k reqHighlight detailfrom $1.20 /1k reqLocation postsfrom $1.20 /1k reqMedia transcriptfrom $1.20 /1k reqPost likersfrom $2.40 /1k reqProfile contactfrom $7.21 /1k reqReel transcriptfrom $5.94 /1k audio minutesReels searchfrom $1.20 /1k reqSearchfrom $3.60 /1k reqSearch locationsfrom $2.40 /1k reqSimilar profilesfrom $2.40 /1k reqStories fullfrom $2.40 /1k reqStories thinfrom $1.50 /1k reqTagged postsfrom $1.50 /1k reqTrending reelsfrom $1.20 /1k reqUser highlightsfrom $1.20 /1k reqUser repostsfrom $1.20 /1k req