Live
get_agent_profile
domain.com.auReturns full real estate agent profiles from https://domain.com.au, including biography, sales statistics, current and sold listings, reviews, and agency information.
Parameters1
Runs5
Updated1d 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 get_agent_profile?
Returns full real estate agent profiles from https://domain.com.au, including biography, sales statistics, current and sold listings, reviews, and agency information. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass agent_slug and get the result back without maintaining a scraper.
Response
{
"profile": {},
"agent_slug": "<string>",
"contact_id": 0
}Call it
curl --location 'https://us-prod.notte.cc/functions/90f29171-eb63-4b06-b450-6ef44180b29e/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "90f29171-eb63-4b06-b450-6ef44180b29e",
"variables": {
"agent_slug": "jen-lin-lau-1585964"
}
}'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="90f29171-eb63-4b06-b450-6ef44180b29e") — the "get_agent_profile" function, which returns full real estate agent profiles from https://domain.com.au, including biography, sales statistics, current and sold listings, reviews, and agency information.. It takes agent_slug (str). Return the result as structured JSON.