Live
get_property_price_trend
booli.seReturns 12 months of area sold-price-per-square-metre trend points for a Booli property from https://booli.se, keyed by its residence ID.
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 get_property_price_trend?
Returns 12 months of area sold-price-per-square-metre trend points for a Booli property from https://booli.se, keyed by its residence ID. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass property_id and get the result back without maintaining a scraper.
Response
{
"title": "<string>",
"series": [
{}
],
"periods": [
{}
],
"description": "<string>",
"property_id": "<string>",
"monthly_points": [
{}
]
}Call it
curl --location 'https://us-prod.notte.cc/functions/28ed349e-467b-406d-8c47-c926154848a3/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "28ed349e-467b-406d-8c47-c926154848a3",
"variables": {
"property_id": "3884893"
}
}'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="28ed349e-467b-406d-8c47-c926154848a3") — the "get_property_price_trend" function, which returns 12 months of area sold-price-per-square-metre trend points for a Booli property from https://booli.se, keyed by its residence ID.. It takes property_id (str). Return the result as structured JSON.