booli.se API: search_sold_listings
booli.se via Parse · real_estate
Search for historical sold property listings in Sweden. Resolves the free-text query to a specific Booli area (preferring municipality-type areas) and returns only results belonging to that resolved area. Returns paginated results of sold/completed transactions only, ordered by most recent sale date. Enforces min_sold_date and max_sold_date inclusively on every returned record. If area resolution fails or is ambiguous, returns an explicit error rather than falling back to nationwide results. Pagination uses 'page' (omit or 1 for first page); response includes has_next and total_results metadata. Search for Swedish property listings (for sale and sold), get listing details, photos, area statistics, and price trends from Booli.se. Fulfilled by Parse from booli.se.
- booli-se
- finance
- maps-geo
- parse
- platform-key
- real-estate
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- real_estate
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/62c0a0dc-f695-46ab-be29-04b903ed21c7/search_sold_listings
- Interface artifact
- sha256:644dcebe10294cee7a9bc7049aa70cb06c8e76c12b6f8499823d21f9213094ae
- Manifest digest
- sha256:1baf42e56b0ceedd361b8b1e8671bf98fd3ce7c1aac9731c340add29acb340a0
Request fields
- page (integer): Page number for pagination.
- query (string, required): Location search query (municipality, area, or street name, e.g. 'Stockholm', 'Nacka', 'Malmö'). Resolved server-side to the appropriate Booli area ID; municipality-type matches are preferred.
- max_sold_date (string): Filter results to sales on or before this date. ISO format YYYY-MM-DD. Enforced inclusively on every returned record.
- min_sold_date (string): Filter results to sales on or after this date. ISO format YYYY-MM-DD. Enforced inclusively on every returned record.
Example queries
- {"page":"1","query":"Nacka","max_sold_date":"2026-08-24","min_sold_date":"2025-08-25"}