# Riga Apartments for Sale Price Tracker

**Use case:** 

Track apartments for sale in Riga priced under €120,000. Receive detailed listings including prices, specifications, and links for analysis.

## Input

```json
{
  "query": "",
  "category": "flats",
  "categoryUrl": "https://www.ss.com/en/transport/cars/audi/",
  "startUrls": [],
  "maxPrice": 120000,
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "listing_id": {
    "label": "Listing ID",
    "format": "string"
  },
  "title": {
    "label": "Listing Title",
    "format": "string"
  },
  "price_eur": {
    "label": "Price (EUR)",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "product_url": {
    "label": "Product URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [SS.com Scraper: Latvia Classified Ads & Prices](https://apify.com/getascraper/ss-com-latvia-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/ss-com-latvia-scraper) to learn more, explore other use cases, and run it yourself.