# Lägenheter till salu — Apartments for Sale in Stockholm

**Use case:** 

Every Stockholm apartment on Booli as rows: asking price, avgift, rum, boarea, price per m², Booli's own estimate and the broker. 25 rows free.

## Input

```json
{
  "operation": "search",
  "locations": [
    "Stockholm"
  ],
  "searchUrls": [],
  "objectTypes": [
    "Lägenhet"
  ],
  "maxResults": 25,
  "minPrice": 0,
  "maxPrice": 0,
  "minRooms": 0,
  "maxRooms": 0,
  "minLivingArea": 0,
  "maxLivingArea": 0,
  "onlyNewConstruction": false,
  "onlyUpcomingSale": false
}
```

## Output

```json
{
  "booliId": {
    "label": "🆔 Booli ID",
    "format": "string"
  },
  "streetAddress": {
    "label": "🛣️ Street address",
    "format": "string"
  },
  "url": {
    "label": "🔗 Listing URL",
    "format": "string"
  },
  "thumbnailUrl": {
    "label": "🖼️ Photo",
    "format": "string"
  },
  "imageUrls": {
    "label": "🖼️ All photos",
    "format": "array"
  },
  "photoCount": {
    "label": "🔢 Photo count",
    "format": "number"
  },
  "objectType": {
    "label": "🏠 Property type",
    "format": "string"
  },
  "listPrice": {
    "label": "💰 Asking price (kr)",
    "format": "number"
  },
  "listPriceText": {
    "label": "💵 Asking price (as shown)",
    "format": "string"
  },
  "soldPrice": {
    "label": "🧾 Sold price (kr)",
    "format": "number"
  },
  "soldPriceText": {
    "label": "🧾 Sold price (as shown)",
    "format": "string"
  },
  "soldPriceDiffPct": {
    "label": "📊 Sold vs asking (%)",
    "format": "number"
  },
  "soldPriceDiffText": {
    "label": "📊 Sold vs asking (as shown)",
    "format": "string"
  },
  "soldPriceType": {
    "label": "🤝 Price type",
    "format": "string"
  },
  "soldDate": {
    "label": "📅 Sold date",
    "format": "string"
  },
  "listSqmPrice": {
    "label": "📊 Price per m² (kr)",
    "format": "number"
  },
  "listPriceDiffPct": {
    "label": "📉 Asking price change (%)",
    "format": "number"
  },
  "estimatePrice": {
    "label": "🔮 Booli estimate (kr)",
    "format": "number"
  },
  "rooms": {
    "label": "🛏️ Rooms",
    "format": "number"
  },
  "livingArea": {
    "label": "📐 Living area (m²)",
    "format": "number"
  },
  "additionalArea": {
    "label": "➕ Additional area (m²)",
    "format": "number"
  },
  "plotArea": {
    "label": "🌳 Plot area (m²)",
    "format": "number"
  },
  "rent": {
    "label": "🏷️ Monthly fee (kr)",
    "format": "number"
  },
  "tenureForm": {
    "label": "📝 Tenure",
    "format": "string"
  },
  "isNewConstruction": {
    "label": "🏗️ New construction",
    "format": "boolean"
  },
  "upcomingSale": {
    "label": "⏳ Coming to market",
    "format": "boolean"
  },
  "biddingOpen": {
    "label": "🔨 Bidding open",
    "format": "boolean"
  },
  "publishedAt": {
    "label": "🕒 Published",
    "format": "string"
  },
  "daysActive": {
    "label": "📆 Days on market",
    "format": "number"
  },
  "nextShowing": {
    "label": "👀 Next viewing",
    "format": "string"
  },
  "descriptiveAreaName": {
    "label": "📍 Area",
    "format": "string"
  },
  "municipality": {
    "label": "🏙️ Municipality",
    "format": "string"
  },
  "latitude": {
    "label": "🌍 Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "🌍 Longitude",
    "format": "number"
  },
  "agencyName": {
    "label": "🏢 Agency",
    "format": "string"
  },
  "agencyUrl": {
    "label": "🔗 Agency on Booli",
    "format": "string"
  },
  "agencyThumbnail": {
    "label": "🖼️ Agency logo",
    "format": "string"
  },
  "amenities": {
    "label": "✨ Amenities",
    "format": "array"
  },
  "searchedLocation": {
    "label": "🔎 Searched area",
    "format": "string"
  },
  "searchUrl": {
    "label": "🔗 Search URL",
    "format": "string"
  },
  "status": {
    "label": "✅ Status",
    "format": "string"
  },
  "errorMessage": {
    "label": "⚠️ Message",
    "format": "string"
  },
  "_operation": {
    "label": "⚙️ Operation",
    "format": "string"
  },
  "_fetchedAt": {
    "label": "⏱️ Fetched at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Booli Scraper - Sweden Property Listings & Sold Prices](https://apify.com/sian.agency/booli-property-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/booli-property-scraper.md) to learn more, explore other use cases, and run it yourself.


## 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.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **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 full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/sian.agency/booli-property-scraper.md

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).
