# Monitor 69th Brigade Sentinel on Newspapers.com

**Use case:** 

Track Newspapers.com 69th Brigade Sentinel newspaper page with available editions, dates, and clipping previews.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.newspapers.com/paper/the-69th-brigade-sentinel/12243/"
    }
  ],
  "maxItems": 5,
  "maxNumOfClippingsPerPaper": 1,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Paper URL",
    "format": "link"
  },
  "name": {
    "label": "Paper Name",
    "format": "text"
  },
  "location": {
    "label": "Paper Location",
    "format": "text"
  },
  "about": {
    "label": "Paper Info",
    "format": "text"
  }
}
```

## About this Actor

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