Marketplace
No threads yet
Live

search_active_listings

booli.se

Searches active property listings for sale on https://booli.se by Swedish location, ordered newest first. Returns paginated records with prices, addresses, coordinates, attributes, agencies, viewings, and available image metadata.

Parameters2
Runs13
Updated10d ago
Degraded13 runs · 92.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 search_active_listings?

Searches active property listings for sale on https://booli.se by Swedish location, ordered newest first. Returns paginated records with prices, addresses, coordinates, attributes, agencies, viewings, and available image metadata. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass location_query, page and get the result back without maintaining a scraper.

Response

{
  "page": 0,
  "pages": 0,
  "query": "<string>",
  "records": [
    {}
  ],
  "total_count": 0,
  "result_count": 0,
  "resolved_area": {}
}

Call it

curl --location 'https://us-prod.notte.cc/functions/0a95c036-52dc-440b-949c-2aea265d8efd/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "0a95c036-52dc-440b-949c-2aea265d8efd",
    "variables": {
        "location_query": "Stockholm",
        "page": 1
    }
}'

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="0a95c036-52dc-440b-949c-2aea265d8efd") — the "search_active_listings" function, which searches active property listings for sale on https://booli.se by Swedish location, ordered newest first. Returns paginated records with prices, addresses, coordinates, attributes, agencies, viewings, and available image metadata..

It takes location_query (str), page (int). Return the result as structured JSON.