# Landing JazzHR Jobs

**Use case:** 

Explore landing with JazzHR Jobs Scraper - Public Career Listings. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "careerUrls": [
    "https://landing.applytojob.com/apply/jobs"
  ],
  "query": "",
  "includeDescription": true,
  "maxResults": 3
}
```

## Output

```json
{
  "job_id": {
    "label": "Job Id",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "employment_type": {
    "label": "Employment Type",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "job_url": {
    "label": "Job Url",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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