Live
search_username_accounts
hypeauditor.comReturns exact username matches across Instagram, TikTok, YouTube and Twitter from https://hypeauditor.com with complete non-empty suggestion records and follower counts.
Parameters1
Runs5
Updated3d ago
Operational5 runs · 100% succeeded
30 days ago90 days agoranfailednot checkedtoday
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is search_username_accounts?
Returns exact username matches across Instagram, TikTok, YouTube and Twitter from https://hypeauditor.com with complete non-empty suggestion records and follower counts. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass username and get the result back without maintaining a scraper.
Response
{
"username": "<string>",
"presences": [
{
"type": "<string>",
"platform": "<string>",
"username": "<string>",
"followers_count": 0
}
],
"platform_count": 0
}Call it
curl --location 'https://us-prod.notte.cc/functions/67c18cbe-3842-4150-8750-50fdbe202456/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "67c18cbe-3842-4150-8750-50fdbe202456",
"variables": {
"username": "mrbeast"
}
}'Ask an agent
Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.
prompt
Use the Anything API MCP server (https://anything.notte.cc/mcp). Call run(function_id="67c18cbe-3842-4150-8750-50fdbe202456") — the "search_username_accounts" function, which returns exact username matches across Instagram, TikTok, YouTube and Twitter from https://hypeauditor.com with complete non-empty suggestion records and follower counts.. It takes username (str). Return the result as structured JSON.