# Find jobs in Vilnius on CVbankas.lt

**Use case:** 

Scrape job listings in Vilnius from CVbankas.lt. Structured Lithuanian job data. No subscription, pay per result.

## Input

```json
{
  "searchQuery": "vadybininkas",
  "city": "Vilnius",
  "category": "",
  "workType": "",
  "maxResults": 5,
  "fetchDetails": false,
  "skipReposts": false,
  "startUrls": []
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment Type",
    "format": "text"
  },
  "isVip": {
    "label": "VIP",
    "format": "boolean"
  },
  "publishedAt": {
    "label": "Published",
    "format": "date"
  },
  "expiresAt": {
    "label": "Expires",
    "format": "date"
  },
  "salaryRaw": {
    "label": "Salary (raw)",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "salaryPeriod": {
    "label": "Salary Period",
    "format": "text"
  },
  "salaryType": {
    "label": "Net/Gross",
    "format": "text"
  },
  "descriptionText": {
    "label": "Description",
    "format": "text"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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