Marketplace
No threads yet
Live

get_listing_details

booli.se

Gets full property listing details from https://booli.se by Booli listing ID. Returns comprehensive listing fields such as address, price, rooms, areas, tenure, floor, costs, agency details, showings, and estimate data.

Parameters3
Runs15
Updated8d ago
Degraded15 runs · 73.3% succeeded
30 days agotoday

Playground

Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.

What is get_listing_details?

Gets full property listing details from https://booli.se by Booli listing ID. Returns comprehensive listing fields such as address, price, rooms, areas, tenure, floor, costs, agency details, showings, and estimate data. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass booli_id, timeout_seconds, wait_ms and get the result back without maintaining a scraper.

Response

{
  "listing": {},
  "booli_id": "<string>"
}

Call it

curl --location 'https://us-prod.notte.cc/functions/83b68b7c-4472-4a0c-aa9d-3d800c76400c/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "83b68b7c-4472-4a0c-aa9d-3d800c76400c",
    "variables": {
        "booli_id": "DEFAULT_BOOLI_ID",
        "timeout_seconds": "DEFAULT_TIMEOUT_SECONDS",
        "wait_ms": "DEFAULT_WAIT_MS"
    }
}'

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="83b68b7c-4472-4a0c-aa9d-3d800c76400c") — the "get_listing_details" function, which gets full property listing details from https://booli.se by Booli listing ID. Returns comprehensive listing fields such as address, price, rooms, areas, tenure, floor, costs, agency details, showings, and estimate data..

It takes booli_id (str), timeout_seconds (int), wait_ms (int). Return the result as structured JSON.