# Scrape homes for sale in Oslo

**Use case:** 

Extract homes for sale in Oslo from Finn.no. Structured Norwegian property data with prices. Pay per result.

## Input

```json
{
  "locations": [
    "Oslo"
  ],
  "propertyCategory": "homes",
  "fetchDetails": true,
  "maxItems": 5
}
```

## Output

```json
{
  "id": {
    "label": "Finnkode",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "propertyType": {
    "label": "Property type",
    "format": "text"
  },
  "ownershipType": {
    "label": "Ownership",
    "format": "text"
  },
  "transaction": {
    "label": "Transaction",
    "format": "text"
  },
  "priceAmount": {
    "label": "Asking price",
    "format": "number"
  },
  "totalPrice": {
    "label": "Total price",
    "format": "number"
  },
  "collectiveDebt": {
    "label": "Collective debt",
    "format": "number"
  },
  "priceCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "monthlyFee": {
    "label": "Monthly fee",
    "format": "number"
  },
  "areaM2": {
    "label": "Area (m²)",
    "format": "number"
  },
  "primaryAreaM2": {
    "label": "Primary area (m²)",
    "format": "number"
  },
  "plotAreaM2": {
    "label": "Plot area (m²)",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "number"
  },
  "floor": {
    "label": "Floor",
    "format": "number"
  },
  "constructionYear": {
    "label": "Built",
    "format": "number"
  },
  "energyLabel": {
    "label": "Energy label",
    "format": "text"
  },
  "streetAddress": {
    "label": "Street address",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal code",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "cooperativeName": {
    "label": "Cooperative",
    "format": "text"
  },
  "localAreaName": {
    "label": "Local area",
    "format": "text"
  },
  "agencyName": {
    "label": "Agency",
    "format": "text"
  },
  "viewingDates": {
    "label": "Viewing dates",
    "format": "text"
  },
  "images": {
    "label": "Images"
  },
  "description": {
    "label": "Description"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "datetime"
  },
  "contentHash": {
    "label": "Content hash"
  }
}
```

## About this Actor

This example demonstrates how to use [Finn Real Estate Scraper](https://apify.com/unfenced-group/finn-realestate-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/finn-realestate-scraper) to learn more, explore other use cases, and run it yourself.