# Scrape Newspapers.com papers directory listings

**Use case:** 

Extract newspaper titles from Newspapers.com papers directory with publication dates, locations, and clipping counts for archival research.

## Input

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