# Norwegian Homes for Sale on FINN.no

**Use case:** 

Export homes for sale from FINN.no across Norway: Prisantydning, Totalpris, m2, bedrooms, ownership form, estate agency and GPS. CSV, JSON or Excel.

## Input

```json
{
  "operation": "search",
  "section": "homes",
  "locations": [
    "Oslo",
    "Bergen",
    "Trondheim",
    "Stavanger"
  ],
  "searchQuery": "",
  "sort": "PUBLISHED_DESC",
  "maxResults": 30,
  "publishedToday": false,
  "priceFrom": 0,
  "priceTo": 0,
  "areaFrom": 0,
  "areaTo": 0,
  "minBedrooms": 0,
  "propertyType": "",
  "ownershipType": "",
  "energyLabel": "",
  "sellerType": "",
  "constructionYearFrom": 0,
  "constructionYearTo": 0,
  "includeDetails": false,
  "listingUrls": [],
  "searchUrls": []
}
```

## Output

```json
{
  "adId": {
    "label": "🆔 Ad ID",
    "format": "number"
  },
  "finnCode": {
    "label": "🔢 FINN code",
    "format": "string"
  },
  "listingTitle": {
    "label": "🏷️ Heading",
    "format": "string"
  },
  "url": {
    "label": "🔗 Ad URL",
    "format": "string"
  },
  "section": {
    "label": "🏘️ Section",
    "format": "string"
  },
  "address": {
    "label": "📍 Address",
    "format": "string"
  },
  "localArea": {
    "label": "🗺️ Area",
    "format": "string"
  },
  "priceSuggestion": {
    "label": "💵 Asking price",
    "format": "number"
  },
  "priceTotal": {
    "label": "💰 Total price",
    "format": "number"
  },
  "priceSharedCost": {
    "label": "🧾 Shared cost / month",
    "format": "number"
  },
  "priceRangeFrom": {
    "label": "💶 Price from",
    "format": "number"
  },
  "priceRangeTo": {
    "label": "💶 Price to",
    "format": "number"
  },
  "monthlyRent": {
    "label": "🔑 Monthly rent",
    "format": "number"
  },
  "deposit": {
    "label": "🏦 Deposit",
    "format": "number"
  },
  "currency": {
    "label": "🪙 Currency",
    "format": "string"
  },
  "areaFrom": {
    "label": "📐 Size from (m²)",
    "format": "number"
  },
  "areaTo": {
    "label": "📐 Size to (m²)",
    "format": "number"
  },
  "usableArea": {
    "label": "📏 Usable area (m²)",
    "format": "number"
  },
  "plotArea": {
    "label": "🟩 Plot area (m²)",
    "format": "number"
  },
  "bedrooms": {
    "label": "🛏️ Bedrooms",
    "format": "number"
  },
  "propertyType": {
    "label": "🏡 Property type",
    "format": "string"
  },
  "ownershipType": {
    "label": "📜 Ownership",
    "format": "string"
  },
  "furnishedState": {
    "label": "🛋️ Furnishing",
    "format": "string"
  },
  "agencyName": {
    "label": "🏢 Estate agency",
    "format": "string"
  },
  "latitude": {
    "label": "🌐 Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "🌐 Longitude",
    "format": "number"
  },
  "imageUrl": {
    "label": "🖼️ Photo",
    "format": "string"
  },
  "imageUrls": {
    "label": "🖼️ All photos",
    "format": "array"
  },
  "imageCount": {
    "label": "📸 Photo count",
    "format": "number"
  },
  "viewingTimes": {
    "label": "👀 Viewings",
    "format": "array"
  },
  "publishedAt": {
    "label": "🕒 Published",
    "format": "string"
  },
  "constructionYear": {
    "label": "🗓️ Built",
    "format": "number"
  },
  "energyLabelClass": {
    "label": "⚡ Energy label",
    "format": "string"
  },
  "floor": {
    "label": "🪜 Floor",
    "format": "number"
  },
  "facilities": {
    "label": "✨ Facilities",
    "format": "array"
  },
  "listingText": {
    "label": "📝 Full description",
    "format": "string"
  },
  "agentPhones": {
    "label": "☎️ Agent phones",
    "format": "array"
  },
  "cadastre": {
    "label": "🧭 Cadastre",
    "format": "object"
  },
  "documentLinks": {
    "label": "📎 Documents",
    "format": "array"
  },
  "externalAdId": {
    "label": "🏷️ Agency reference",
    "format": "string"
  },
  "isSold": {
    "label": "✅ Sold / withdrawn",
    "format": "boolean"
  },
  "listingLabels": {
    "label": "🔖 FINN labels",
    "format": "array"
  },
  "updatedAt": {
    "label": "🔄 Ad last edited",
    "format": "string"
  },
  "searchedArea": {
    "label": "🔎 Searched area",
    "format": "string"
  },
  "searchedQuery": {
    "label": "🔑 Searched keyword",
    "format": "string"
  },
  "status": {
    "label": "✅ Status",
    "format": "string"
  },
  "_operation": {
    "label": "🎯 Mode",
    "format": "string"
  },
  "_fetchedAt": {
    "label": "⏱️ Fetched",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [FINN.no Property Scraper - Norway Real Estate Data](https://apify.com/sian.agency/finn-no-property-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/finn-no-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/finn-no-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).
