# Find Properties for Sale in Spain on FINN.no

**Use case:** 

Find one page of properties for sale in Spain advertised on FINN.no, with structured prices, locations, areas, images, and listing URLs.

## Input

```json
{
  "mode": "discoverAbroad",
  "propertyUrl": "https://www.finn.no/realestate/homes/ad.html?finnkode=123456789",
  "query": "Oslo",
  "publishedToday": false,
  "page": 1,
  "mapAreaPolygon": [
    {
      "latitude": 61.54334,
      "longitude": 9.83717
    },
    {
      "latitude": 59.45027,
      "longitude": 9.98702
    },
    {
      "latitude": 59.7158,
      "longitude": 11.69149
    },
    {
      "latitude": 61.43605,
      "longitude": 11.65403
    },
    {
      "latitude": 61.54334,
      "longitude": 9.83717
    }
  ],
  "mapAreaRadius": {
    "latitude": 63.277425343347915,
    "longitude": 11.183341344287783,
    "radiusMeters": 38774
  },
  "viewingDates": [
    "20260719",
    "20260720"
  ],
  "plotOwned": false,
  "abroadLocations": [
    "1.25002.-134"
  ]
}
```

## Output

```json
{
  "page": {
    "label": "Page",
    "format": "number"
  },
  "lastPage": {
    "label": "Last page",
    "format": "number"
  },
  "resultCount": {
    "label": "Page results",
    "format": "number"
  },
  "matchCount": {
    "label": "Matches",
    "format": "number"
  },
  "groupCount": {
    "label": "Groups",
    "format": "number"
  },
  "results": {
    "label": "Properties",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [FINN Property Sales Scraper](https://apify.com/crawlstone/finn-property-sales-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlstone/finn-property-sales-scraper) to learn more, explore other use cases, and run it yourself.