# Find jobs in Tallinn on CVKeskus.ee

**Use case:** 

Scrape job listings in Tallinn from CVKeskus.ee. Structured Estonian job data. No subscription, pay per result.

## Input

```json
{
  "searchQuery": "developer",
  "location": "Tallinn",
  "fetchDetails": false,
  "maxItems": 100
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "publishDate": {
    "label": "Posted",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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