Public, read-only search over ViralMango's 450M+ influencer profile database. The same endpoint that powers the homepage autocomplete — open for agents and integrations, no authentication required.
POST https://panel.viralmango.com/api/s/search?q={query}&platform={platform}
| Name | Required | Description |
|---|---|---|
q | Yes | Influencer name or @username (URL-encoded). |
platform | No | instagram (default), tiktok, or youtube. |
curl -X POST "https://panel.viralmango.com/api/s/search?q=cristiano&platform=instagram"
200 application/json{
"search": [
{
"user_id": "173560420",
"username": "cristiano",
"fullname": "Cristiano Ronaldo",
"picture": "https://.../cristiano.jpg",
"followers": 665000000,
"is_verified": true
}
]
}
For any returned username, the full fake-follower / engagement report is at:
https://panel.viralmango.com/s/report?generate=1&platform={platform}&username={username}
This API is exposed three ways for autonomous agents:
https://mcp.viralmango.com/mcp, tool search_influencer.search_influencer tool via navigator.modelContext for in-browser agents.