# Scrape real estate in Latvia on SS.LV

**Use case:** 

Extract real estate listings from SS.LV across Latvia. Structured Latvian property data. Pay per result.

## Input

```json
{
  "fetchDetails": false,
  "maxItems": 5,
  "startUrls": [
    {
      "url": "https://www.ss.lv/en/real-estate/homes-summer-residences/"
    }
  ]
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "area": {
    "label": "Area m²",
    "format": "text"
  }
}
```

## About this Actor

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