# Find jobs in Tallinn on CV.ee

**Use case:** 

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

## Input

```json
{
  "searchQuery": "müügijuht",
  "maxResults": 5,
  "fetchDetails": false,
  "locale": "",
  "startUrls": []
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "publishDate": {
    "label": "Published",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "text"
  }
}
```

## About this Actor

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