# Find Breezy HR jobs by keyword

**Use case:** 

Extract public Breezy HR openings and filter titles, departments, locations, employers, and descriptions by recruiting keywords.

## Input

```json
{
  "boards": [
    "https://new-incentives.breezy.hr/"
  ],
  "keywords": [
    "manager",
    "operations"
  ],
  "remoteOnly": false,
  "maxItems": 20,
  "concurrency": 3
}
```

## Output

```json
{
  "employer": {
    "label": "Employer",
    "format": "string"
  },
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "department": {
    "label": "Department",
    "format": "string"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "string"
  },
  "location": {
    "label": "Primary location",
    "format": "string"
  },
  "isRemote": {
    "label": "Remote",
    "format": "boolean"
  },
  "publishedAt": {
    "label": "Published at",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "url": {
    "label": "Job URL",
    "format": "string"
  },
  "boardSlug": {
    "label": "Board slug",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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