Live
get_suburb_profile
domain.com.auReturns detailed Apollo state suburb profiles from https://domain.com.au, including demographics, market categories, prices, rents, schools, and nearby suburbs.
Parameters1
Runs8
Updated1d ago
Degraded8 runs · 75% 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_suburb_profile?
Returns detailed Apollo state suburb profiles from https://domain.com.au, including demographics, market categories, prices, rents, schools, and nearby suburbs. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass suburb_slug and get the result back without maintaining a scraper.
Response
{
"source_url": "<string>",
"suburb_slug": "<string>",
"apollo_state": {}
}Call it
curl --location 'https://us-prod.notte.cc/functions/f46a39db-7964-4635-93db-b9822c85afdc/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "f46a39db-7964-4635-93db-b9822c85afdc",
"variables": {
"suburb_slug": "melbourne-vic-3000"
}
}'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="f46a39db-7964-4635-93db-b9822c85afdc") — the "get_suburb_profile" function, which returns detailed Apollo state suburb profiles from https://domain.com.au, including demographics, market categories, prices, rents, schools, and nearby suburbs.. It takes suburb_slug (str). Return the result as structured JSON.