AnyAPI social.finder (Social Profile Finder)
https://api.getanyapi.com/v1/run/social.finderOverview
AnyAPI social.finder (Social Profile Finder)
Protocol
x402
Price
—
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
uncategorized
Provider
getanyapi
Source
bazaar
Indexed
2026-07-17 19:07:43
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": {
"limit": {
"description": "Maximum number of results to return (1–10, default 10). You are billed per result returned, so a lower limit costs less.",
"maximum": 10,
"minimum": 1,
"type": "integer"
},
"name": {
"description": "The profile name or handle to search for across social networks (e.g. johndoe).",
"type": "string"
},
"platform": {
"description": "Limit the search to one network: askfm, discord, facebook, github, instagram, linkedin, medium, pinterest, steam, threads, tiktok, twitch, or youtube (e.g. instagram); all networks are searched when omitted.",
"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": {
"items": {
"description": "Profile match records: the queried profile name, the social network, and the matching profile URL when one was found. Populated whenever the provider has data for the entity.",
"items": {
"properties": {
"inputProfileName": {
"description": "The name that was searched for. Populated whenever the provider has data for the entity.",
"type": "string",
"x-anyapi-must-populate": true
},
"social": {
"description": "The social network checked (e.g. discord, facebook, github). Populated whenever the provider has data for the entity.",
"type": "string",
"x-anyapi-must-populate": true
},
"socialProfileUrl": {
"description": "URL of the matching profile, or null when no account was found on that network.",
"type": [
"string",
"null"
]
}
},
"required": [
"social",
"socialProfileUrl"
],
"type": "object"
},
"type": "array",
"x-anyapi-must-populate": true
}
},
"required": [
"items"
],
"type": "object"
}
]
},
"found": {
"type": "boolean"
}
},
"required": [
"found",
"data"
],
"title": "Social Profile Finder 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"
}