# Scrape academic affairs jobs on Chronicle Jobs

**Use case:** 

Extract higher education academic affairs job listings from jobs.chronicle.com with institution, salary, and requirements.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://jobs.chronicle.com/jobs/academic-affairs/"
    }
  ],
  "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.