# BreezyHR Current Jobs

**Use case:** 

Get structured data for breezyhr current jobs with Breezyhr Jobs Scraper. Export results for research, monitoring, or automation.

## Input

```json
{
  "careerUrls": [
    "https://shown-media.breezy.hr/"
  ],
  "query": "",
  "location": "",
  "remoteOnly": false,
  "includeDescription": true,
  "maxResults": 3
}
```

## Output

```json
{
  "job_id": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Job title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location_text": {
    "label": "Location",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "employment_types": {
    "label": "Employment",
    "format": "array"
  },
  "date_posted": {
    "label": "Posted",
    "format": "date"
  },
  "valid_through": {
    "label": "Valid through",
    "format": "date"
  },
  "salary": {
    "label": "Salary",
    "format": "object"
  },
  "url": {
    "label": "Apply",
    "format": "link"
  },
  "career_site_url": {
    "label": "Career site",
    "format": "link"
  }
}
```

## About this Actor

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