# Extract Newspapers.com Kansas Topeka archive browse

**Use case:** 

Scrape Newspapers.com Kansas Topeka newspaper browse with title list, years covered, and page thumbnails for genealogy research.

## Input

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