# Jobbird Hiring Leads Scraper

**Use case:** 

Collect Jobbird vacancy leads across sales, logistics, and marketing roles for recruiting and B2B outreach workflows.

## Input

```json
{
  "searchTerms": [
    "sales",
    "chauffeur",
    "marketing"
  ],
  "locations": [
    "Amsterdam",
    "Eindhoven",
    "Den Haag"
  ],
  "radiusKm": 30,
  "sortBy": "date",
  "startUrls": [
    {
      "url": "https://www.jobbird.com/nl/vacature?s=developer&rad=30&ot=date"
    }
  ],
  "maxItems": 150,
  "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.