# Extract Krogsveen property listing detail Norway

**Use case:** 

Scrape full Krogsveen.no property detail with floor plans, energy label, and viewing schedule.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.krogsveen.no/kjope/boliger-til-salgs/768D6AFA-C944-4574-9362-E1E735CB7186"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "_id": {
    "label": "Id"
  },
  "createdAt": {
    "label": "Created at"
  },
  "updatedAt": {
    "label": "Updated at"
  },
  "type": {
    "label": "Type"
  },
  "systemId": {
    "label": "System id"
  },
  "status": {
    "label": "Status"
  },
  "address": {
    "label": "Address"
  },
  "municipality": {
    "label": "Municipality"
  },
  "municipalityId": {
    "label": "Municipality id"
  },
  "latitude": {
    "label": "Latitude"
  },
  "longitude": {
    "label": "Longitude"
  },
  "heading": {
    "label": "Heading"
  },
  "estateId": {
    "label": "Estate id"
  },
  "estateType": {
    "label": "Estate type"
  },
  "estateTypeId": {
    "label": "Estate type id"
  },
  "estateBaseType": {
    "label": "Estate base type"
  },
  "estatePrice": {
    "label": "Estate price"
  },
  "estateSize": {
    "label": "Estate size"
  },
  "sumArea": {
    "label": "Sum area"
  },
  "size": {
    "label": "Size"
  },
  "noOfBathRooms": {
    "label": "No of bath rooms"
  },
  "noOfBedRooms": {
    "label": "No of bed rooms"
  },
  "constructionYear": {
    "label": "Construction year"
  },
  "ownership": {
    "label": "Ownership"
  },
  "partOwnership": {
    "label": "Part ownership"
  },
  "estateOfDeceased": {
    "label": "Estate of deceased"
  },
  "requiresConcession": {
    "label": "Requires concession"
  },
  "publicProbate": {
    "label": "Public probate"
  },
  "odel": {
    "label": "Odel"
  },
  "plot": {
    "label": "Plot"
  },
  "brokers": {
    "label": "Brokers"
  },
  "department": {
    "label": "Department"
  },
  "sellers": {
    "label": "Sellers"
  },
  "documents": {
    "label": "Documents"
  },
  "pdfProspect": {
    "label": "Pdf prospect"
  },
  "images": {
    "label": "Images"
  },
  "coverImages": {
    "label": "Cover images"
  },
  "buildings": {
    "label": "Buildings"
  },
  "showings": {
    "label": "Showings"
  },
  "links": {
    "label": "Links"
  },
  "matrikkel": {
    "label": "Matrikkel"
  },
  "valuationTax": {
    "label": "Valuation tax"
  },
  "energyColorCode": {
    "label": "Energy color code"
  },
  "energyLetter": {
    "label": "Energy letter"
  },
  "createdDate": {
    "label": "Created date"
  },
  "changedDate": {
    "label": "Changed date"
  },
  "expireDate": {
    "label": "Expire date"
  },
  "commissionAcceptedDate": {
    "label": "Commission accepted date"
  },
  "lastDocumentChangeDate": {
    "label": "Last document change date"
  },
  "lastImageChangeDate": {
    "label": "Last image change date"
  },
  "upcoming": {
    "label": "Upcoming"
  },
  "previewAd": {
    "label": "Preview ad"
  },
  "inSettlement": {
    "label": "In settlement"
  },
  "farm": {
    "label": "Farm"
  },
  "floor": {
    "label": "Floor"
  },
  "textFields": {
    "label": "Text fields"
  },
  "originType": {
    "label": "Origin type"
  },
  "originTypeId": {
    "label": "Origin type id"
  },
  "ownAdvertisementType": {
    "label": "Own advertisement type"
  },
  "ownAssignmentType": {
    "label": "Own assignment type"
  },
  "takeOverComment": {
    "label": "Take over comment"
  },
  "verdibevis": {
    "label": "Verdibevis"
  }
}
```

## About this Actor

This example demonstrates how to use [Krogsveen.no Scraper](https://apify.com/lexis-solutions/krogsveen-no-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/krogsveen-no-scraper) to learn more, explore other use cases, and run it yourself.