AnyAPI instagram.search_profiles (Instagram Profile Search)
https://api.getanyapi.com/v1/run/instagram.search_profilesOverview
AnyAPI instagram.search_profiles (Instagram Profile Search)
Protocol
x402
Price
—
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
tools/search
Provider
getanyapi
Source
bazaar
Indexed
2026-07-17 20:15:21
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"bodyFields": {
"cursor": {
"description": "Pagination cursor returned by a previous response.",
"type": "string"
},
"query": {
"description": "Bio or caption keyword/phrase to search for.",
"type": "string"
}
},
"bodyType": "json",
"discoverable": true,
"method": "POST",
"type": "http"
}
Output Schema
{
"properties": {
"costUsd": {
"description": "Amount charged in USD for this call.",
"type": "number"
},
"items": {
"description": "Number of result rows returned. For per-result SKUs the per-item cost is charged against this count; for input-priced SKUs the charge is per submitted input, independent of this count.",
"type": "integer"
},
"jqError": {
"description": "Present only when a `jq` expression failed; `output` then carries the full unshaped result and this explains why the reshape did not apply.",
"type": "string"
},
"output": {
"additionalProperties": false,
"properties": {
"data": {
"oneOf": [
{
"type": "null"
},
{
"additionalProperties": false,
"properties": {
"nextCursor": {
"type": "string"
},
"profiles": {
"description": "Populated whenever the provider has data for the entity.",
"items": {
"properties": {
"avatarUrl": {
"description": "Populated whenever the provider has data for the entity.",
"type": "string",
"x-anyapi-must-populate": true
},
"bio": {
"description": "Populated whenever the provider has data for the entity.",
"type": "string",
"x-anyapi-must-populate": true
},
"displayName": {
"description": "Populated whenever the provider has data for the entity.",
"type": "string",
"x-anyapi-must-populate": true
},
"followers": {
"type": "integer"
},
"following": {
"type": "integer"
},
"handle": {
"description": "Populated whenever the provider has data for the entity.",
"type": "string",
"x-anyapi-must-populate": true
},
"id": {
"description": "Populated whenever the provider has data for the entity.",
"type": "string",
"x-anyapi-must-populate": true
},
"posts": {
"type": "integer"
},
"private": {
"type": "boolean"
},
"verified": {
"type": "boolean"
}
},
"required": [
"id",
"handle",
"displayName",
"bio",
"followers",
"following",
"posts",
"verified",
"private",
"avatarUrl"
],
"type": "object"
},
"type": "array",
"x-anyapi-must-populate": true
}
},
"required": [
"nextCursor",
"profiles"
],
"type": "object"
}
]
},
"found": {
"type": "boolean"
}
},
"required": [
"found",
"data"
],
"title": "Instagram Profile Search output",
"type": "object"
},
"provider": {
"description": "Always \"AnyAPI\".",
"type": "string"
},
"resultId": {
"description": "Opaque handle to the full unshaped result, cached ~15 min. Re-shape it for free (fields/max_items/summary/jq) via GET /v1/results/{id}, no re-billing. Absent when the result was too large to cache.",
"type": "string"
}
},
"required": [
"output",
"provider",
"costUsd"
],
"type": "object"
}