# Monitor faculty positions on Chronicle Jobs portal

**Use case:** 

Track jobs.chronicle.com faculty position listings across disciplines for US higher education hiring trends.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://jobs.chronicle.com/jobs/faculty-positions/"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Job URL",
    "format": "link"
  },
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Product Name",
    "format": "text"
  },
  "employer": {
    "label": "Employer Name",
    "format": "text"
  },
  "location": {
    "label": "Job Location",
    "format": "text"
  }
}
```

## About this Actor

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