# Latvia Job Listings Data Scraper

**Use case:** 

Extract job listings from ss.com in Latvia. Get titles, prices, and specifications for up to 100 job ads ready for your spreadsheet.

## Input

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

## Output

```json
{
  "image_url": {
    "label": "Image URL",
    "format": "string"
  },
  "listing_id": {
    "label": "Listing ID",
    "format": "string"
  },
  "title": {
    "label": "Listing Title",
    "format": "string"
  },
  "price_eur": {
    "label": "Price (EUR)",
    "format": "number"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "mileage": {
    "label": "Mileage (km)",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "area_m2": {
    "label": "Area (m2)",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "product_url": {
    "label": "Product URL",
    "format": "string"
  },
  "scraped_at": {
    "label": "Scraped At",
    "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.