# Booli Property Listings Extractor (`kawsar/booli-property-listings-extractor`) Actor

Booli property scraper that turns any Booli.se search URL into structured listing data, so you can track prices, sizes, agents, and photos across the Swedish housing market without copying anything by hand.

- **URL**: https://apify.com/kawsar/booli-property-listings-extractor.md
- **Developed by:** [Kawsar](https://apify.com/kawsar) (community)
- **Categories:** Real estate, Automation, Developer tools
- **Stats:** 3 total users, 2 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.99 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Booli Property Listings Extractor

Extract property listings from [Booli.se](https://www.booli.se), Sweden's large real estate search site, straight from any search results page. Paste a Booli search URL, and the actor gives you back every listing on that page as clean, structured data you can drop into a spreadsheet, a database, or a dashboard.

No login, no manual copy and paste, no browser extension.

### What it does

You filter listings on Booli the normal way, by area, price, number of rooms, or property type, then copy the URL of the results page. The actor reads that page, pulls out each listing, and can keep going across several result pages in a single run. Every listing comes back with its price, size, address, agency, viewing date, map position, and photos.

### Input

| Field | Type | Description |
|-------|------|-------------|
| `searchUrl` | string | A Booli.se search page URL. Set your filters on Booli first, then paste the result URL. Defaults to the full "till salu" (for sale) list. |
| `searchUrls` | array | Optional extra search URLs to run in the same job. |
| `maxPages` | integer | How many result pages to walk through per search URL. Each page holds up to 35 listings. Default 1. |
| `maxItems` | integer | Cap on the total number of listings collected in one run. Default 100, max 1000. |
| `requestTimeoutSecs` | integer | Per request timeout in seconds. Default 30. |

#### Example input

```json
{
  "searchUrl": "https://www.booli.se/sok/till-salu",
  "maxPages": 3,
  "maxItems": 100
}
```

You can also target a filtered search. For example, apartments in a specific area with a price ceiling:

```json
{
  "searchUrl": "https://www.booli.se/sok/till-salu?areaIds=115354&maxListPrice=4000000&objectType=L%C3%A4genhet",
  "maxPages": 5
}
```

### Output

Each listing is one record in the dataset. Example:

```json
{
  "booliId": "6163759",
  "listingUrl": "https://www.booli.se/bostad/3200398",
  "streetAddress": "Vedensgatan 10",
  "areaName": "Västra Ängabo",
  "municipality": "Alingsås",
  "objectType": "Radhus",
  "tenureForm": "Äganderätt",
  "rooms": 5,
  "livingArea": 136,
  "plotArea": 196,
  "listPrice": 3550000,
  "listPriceFormatted": "3 550 000 kr",
  "sqmPrice": "26 100 kr/m²",
  "estimatePrice": 3920000,
  "priceDiffPercent": null,
  "daysActive": 0,
  "published": "2026-08-19 12:28:07",
  "latitude": 57.91136002,
  "longitude": 12.55356214,
  "isNewConstruction": false,
  "upcomingSale": false,
  "biddingOpen": 0,
  "agencyName": "Fastighetsbyrån",
  "agencyUrl": "https://www.booli.se/maklarbyra/fastighetsbyran",
  "nextShowing": "Sön 23 aug kl 11:30",
  "primaryImage": "https://bcdn.se/images/cache/55381140_576x0.webp",
  "images": [
    "https://bcdn.se/images/cache/55381140_576x0.webp",
    "https://bcdn.se/images/cache/55381142_576x0.webp"
  ],
  "sourceUrl": "https://www.booli.se/sok/till-salu",
  "scrapedAt": "2026-08-19T10:39:46.827453+00:00"
}
```

#### Fields

| Field | Description |
|-------|-------------|
| `booliId` | Booli's internal id for the listing |
| `listingUrl` | Direct link to the listing on Booli |
| `streetAddress` | Street address |
| `areaName` | Neighbourhood or district name |
| `municipality` | Municipality (kommun) |
| `objectType` | Property type, such as Lägenhet, Villa, or Radhus |
| `tenureForm` | Ownership form (upplåtelseform) |
| `rooms` | Number of rooms |
| `livingArea` | Living area in square meters |
| `plotArea` | Plot area in square meters, when listed |
| `listPrice` | Asking price as a number |
| `listPriceFormatted` | Asking price as shown on Booli |
| `sqmPrice` | Price per square meter |
| `estimatePrice` | Booli's own value estimate |
| `priceDiffPercent` | Price change since publication, when available |
| `daysActive` | Days the listing has been active |
| `published` | Publish date and time |
| `latitude`, `longitude` | Map coordinates |
| `isNewConstruction` | Whether it is a new build |
| `upcomingSale` | Whether the sale is upcoming |
| `biddingOpen` | Bidding status |
| `agencyName`, `agencyUrl` | The listing agency and its Booli page |
| `nextShowing` | Next viewing date and time, when set |
| `primaryImage` | Main listing photo |
| `images` | Photo URLs for the listing |
| `sourceUrl` | The search URL this listing came from |
| `scrapedAt` | When the record was collected (UTC) |

### Exporting

Results land in an Apify dataset. Download them as JSON, CSV, Excel, or XML from the run's Storage tab, or pull them through the Apify API.

### Common uses

- Track asking prices and price per square meter in a chosen area over time
- Watch for new listings in a neighbourhood you follow
- Build a dataset for housing market analysis or a property app
- Compare agencies, viewing schedules, or new construction supply

### Notes

Booli's pages are in Swedish, so text values like `objectType` and `tenureForm` come back in Swedish. Numeric fields (`listPrice`, `livingArea`, `rooms`) are plain numbers, so they sort and filter cleanly. Please scrape responsibly and follow Booli's terms of use.

# Actor input Schema

## `searchUrl` (type: `string`):

A Booli.se search page URL to extract listings from. Apply any filters you want on Booli (area, price, rooms, object type) and paste the resulting URL here.

## `searchUrls` (type: `array`):

Optional list of additional Booli.se search page URLs to extract in the same run.

## `maxPages` (type: `integer`):

How many result pages to walk through for each search URL. Each page holds up to 70 listings.

## `maxItems` (type: `integer`):

Maximum number of listings to collect per run across all search URLs.

## `requestTimeoutSecs` (type: `integer`):

Per-request timeout in seconds.

## Actor input object example

```json
{
  "searchUrl": "https://www.booli.se/sok/till-salu",
  "searchUrls": [
    "https://www.booli.se/sok/till-salu?areaIds=2",
    "https://www.booli.se/sok/till-salu?rooms=3"
  ],
  "maxPages": 1,
  "maxItems": 100,
  "requestTimeoutSecs": 30
}
```

# Actor output Schema

## `properties` (type: `string`):

Extract Booli.se property listings with prices, addresses, size, images and agency details from any search URL.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "searchUrl": "https://www.booli.se/sok/till-salu",
    "searchUrls": []
};

// Run the Actor and wait for it to finish
const run = await client.actor("kawsar/booli-property-listings-extractor").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "searchUrl": "https://www.booli.se/sok/till-salu",
    "searchUrls": [],
}

# Run the Actor and wait for it to finish
run = client.actor("kawsar/booli-property-listings-extractor").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "searchUrl": "https://www.booli.se/sok/till-salu",
  "searchUrls": []
}' |
apify call kawsar/booli-property-listings-extractor --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,kawsar/booli-property-listings-extractor"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/BNeswgmFplQz5DDrB/builds/lyhs2VdW8WrZBCYzj/openapi.json
