# Scrape apartments for sale in Riga

**Use case:** 

Extract apartments for sale in Riga from SS.LV. Structured Latvian property data with prices. Pay per result.

## Input

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

## 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.