Live
HypeAuditor Extract Instagram Contacts
hypeauditor.comReturns email addresses and phone numbers pattern-matched from an Instagram profile bio on https://hypeauditor.com, with empty arrays when none are public.
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 HypeAuditor Extract Instagram Contacts?
Returns email addresses and phone numbers pattern-matched from an Instagram profile bio on https://hypeauditor.com, with empty arrays when none are public. 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
{
"bio": "<string>",
"emails": [
"<string>"
],
"username": "<string>",
"source_url": "<string>",
"phone_numbers": [
"<string>"
]
}Call it
curl --location 'https://us-prod.notte.cc/functions/b15047ab-4330-47b7-9444-28a3b541a969/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "b15047ab-4330-47b7-9444-28a3b541a969",
"variables": {
"username": "zachking"
}
}'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="b15047ab-4330-47b7-9444-28a3b541a969") — the "HypeAuditor Extract Instagram Contacts" function, which returns email addresses and phone numbers pattern-matched from an Instagram profile bio on https://hypeauditor.com, with empty arrays when none are public.. It takes username (str). Return the result as structured JSON.