# Track Chronicle scholarship research articles

**Use case:** 

Extract scholarship and research coverage from Chronicle.com tag pages for higher ed news monitoring.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.chronicle.com/tag/scholarship-research"
    }
  ],
  "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.