# Jobbird Nursing Vacancy Extractor

**Use case:** 

Monitor nursing vacancies around Utrecht on Jobbird and export employer, salary, hours, and apply-link data.

## Input

```json
{
  "searchTerms": [
    "verpleegkundige"
  ],
  "locations": [
    "Utrecht"
  ],
  "radiusKm": 50,
  "sortBy": "date",
  "startUrls": [
    {
      "url": "https://www.jobbird.com/nl/vacature?s=developer&rad=30&ot=date"
    }
  ],
  "maxItems": 75,
  "includeDetails": true
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID"
  },
  "title": {
    "label": "Title"
  },
  "company": {
    "label": "Company"
  },
  "location": {
    "label": "Location"
  },
  "salaryMin": {
    "label": "Salary min"
  },
  "salaryMax": {
    "label": "Salary max"
  },
  "salaryCurrency": {
    "label": "Currency"
  },
  "workHours": {
    "label": "Work hours"
  },
  "employmentType": {
    "label": "Employment type"
  },
  "datePosted": {
    "label": "Date posted"
  },
  "directApply": {
    "label": "Direct apply"
  },
  "sourceUrl": {
    "label": "Jobbird URL",
    "format": "link"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Jobbird Jobs Scraper](https://apify.com/automation-lab/jobbird-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/jobbird-jobs-scraper) to learn more, explore other use cases, and run it yourself.