Search and analyse Swedish real estate on hemnet.se — active for-sale listings, sold prices (slutpriser), full listing details, photos, market statistics, address resolution, and a Swedish mortgage calculator. Use when the user asks about Swedish property, Hemnet, bostäder, lägenheter, villor, or slutpriser.
编程
booli
试用Search and analyse Swedish real estate on booli.se — active for-sale listings, sold prices (slutpriser), area resolution, and market statistics. Use when the user asks about Swedish property, Booli, bostäder, lägenheter, villor, or slutpriser.
它能做什么
Search and analyse Swedish real estate on booli.se — active for-sale listings, sold prices (slutpriser), area resolution, and market statistics. Use when the user asks about Swedish property, Booli, bostäder, lägenheter, villor, or slutpriser.
技能文档
Booli (booli.se)
Tools for the Swedish property portal Booli, reading its consumer GraphQL API. Money is in SEK, areas in m², rooms as a number.
Setup — the browser bridge
booli.se is behind a Cloudflare bot wall that blocks server-side requests, so booli-mcp routes each query through your own signed-in www.booli.se browser tab via the fetchproxy bridge (the Transporter extension). No Booli login is needed — just a normal, Cloudflare-cleared page view.
- Keep a www.booli.se tab open in the browser running the Transporter extension. On the first request, approve the one-time pairing prompt.
BOOLI_TRANSPORTpicks the path:auto(default — tries a direct fetch first, falls back to the bridge when walled),fetchproxy(always the bridge),direct(fail if walled). The fleet shares WS port 37149 (BOOLI_WS_PORT).- Run
booli_healthcheckto confirm the path is working.
Start with an area
Booli's searches scope by a numeric area id, not a place name. Resolve
first, or pass a free-text location and the search tools resolve the top
hit for you.
booli_search_areas—{ query: "Nacka" }→ areas witharea_idanddisplay_name. Pass anarea_idinto the search tools.
For-sale listings
booli_search_listings— search active listings byarea_idor free-textlocation, plus optionalmin_list_price/max_list_price(SEK),min_list_sqm_price/max_list_sqm_price,min_rooms/max_rooms,min_living_area/max_living_area(m²),min_plot_area/max_plot_area,object_type(comma-separated: Lägenhet, Villa, Kedjehus-Parhus-Radhus, Fritidshus, Gård, Tomt/Mark),min_construction_year/max_construction_year,is_new_construction,sort+ascending. Paginated bypage— checktotal_count/pages. Returns slim summaries by default (compact: falsefor full raw records).booli_get_listing— full detail for one property by its residence id (the number in a booli.se/bostad/ URL, or a result'sresidence_id). Works for both active and sold properties.
Sold prices (slutpriser) — the comparables
booli_search_sold— sold properties with the achieved sold price, sold date, and over/under-asking %. Same scope/filters as the for-sale search, plusmin_sold_price/max_sold_price,min_sold_sqm_price/max_sold_sqm_price, andmin_sold_date/max_sold_date(YYYYMMDD).booli_market_stats— median/average sold price, price per m², and average over/under-asking % for an area (same filters as the sold search, over one page). Checksample_sizebefore trusting a thin median.
Diagnostics
booli_healthcheck— one-call probe of the data path (direct or bridge).
All tools are read-only.
相关技能
Query booli.se (Swedish property portal) from a shell with the fpx CLI (@fetchproxy/cli) instead of running the booli-mcp server — resolve areas, search for-sale and sold listings (slutpriser), and read property detail via one-shot GraphQL calls through a signed-in browser tab. Use when you want Booli data without the MCP, in a script, or on a machine where the MCP isn't installed.
Research Indonesian property projects and developers using Webwright/browser evidence. Use when the user asks to investigate a property, housing cluster, developer legality, official website, Sikumbang, Sireng, or generate a buyer due-diligence report from a property/developer name.
Search OneHome (CoreLogic) portal listings, get property details, photos, schools, saved searches. Use when the user asks about real estate listings shared by their agent, OneHome links, portal.onehome.com properties, or specific addresses / MLS numbers they want to look up.
Researches homes and used cars via the Crawlora API — Zillow and Redfin property search/estimates/market trends, plus CarMax, Autotrader, and Cars.com vehicle search and dealer/listing detail — returning clean JSON. Use when the user wants to search homes or cars, get a property estimate or a region's market trend, or look up a specific listing/vehicle/dealer.
Property search, screening, comparison, map enrichment, profile memory, watched listings, and listing publishing orchestration. Use when the user asks to ren...