# Find jobs in Riga on Visidarbi.lv

**Use case:** 

Scrape job listings in Riga from Visidarbi.lv. Structured Latvian job data. No subscription, pay per result.

## Input

```json
{
  "searchQuery": "developer",
  "location": "Rīga",
  "maxResults": 100,
  "skipReposts": false,
  "fetchDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "startUrls": []
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "locationRegion": {
    "label": "Region",
    "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"
  },
  "salaryText": {
    "label": "Salary (raw)",
    "format": "text"
  },
  "publishDate": {
    "label": "Published (raw)",
    "format": "text"
  },
  "publishDateISO": {
    "label": "Published Date",
    "format": "text"
  },
  "deadline": {
    "label": "Deadline",
    "format": "text"
  },
  "externalSource": {
    "label": "Source Site",
    "format": "text"
  },
  "contractType": {
    "label": "Contract Type",
    "format": "text"
  },
  "descriptionHtml": {
    "label": "Description (HTML)",
    "format": "text"
  },
  "descriptionText": {
    "label": "Description (text)",
    "format": "text"
  },
  "descriptionMarkdown": {
    "label": "Description (markdown)",
    "format": "text"
  },
  "contentHash": {
    "label": "Content Hash",
    "format": "text"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "isRepost": {
    "label": "Is Repost",
    "format": "text"
  },
  "originalPublishDate": {
    "label": "Original Publish Date",
    "format": "text"
  },
  "originalUrl": {
    "label": "Original URL",
    "format": "link"
  }
}
```

## About this Actor

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