# Scrape Chronicle faculty hiring and tenure coverage

**Use case:** 

Monitor Chronicle.com articles on faculty hiring, tenure, and academic labor for higher ed workforce intelligence.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.chronicle.com/tag/adjuncts"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "articleSection": {
    "label": "Article Section",
    "format": "text"
  },
  "articleBody": {
    "label": "Article Body",
    "format": "text"
  }
}
```

## About this Actor

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