# Ground News bias monitor and story scraper

**Use case:** 

Scrape Ground News top stories, source totals, and left-center-right coverage percentages for a daily media bias monitoring dataset.

## Input

```json
{
  "maxItems": 20,
  "includeSources": false
}
```

## Output

```json
{
  "storyId": {
    "label": "Story ID"
  },
  "title": {
    "label": "Title"
  },
  "storyUrl": {
    "label": "Ground News URL",
    "format": "link"
  },
  "summary": {
    "label": "Summary"
  },
  "publishedAt": {
    "label": "Published at",
    "format": "date"
  },
  "totalSourceCount": {
    "label": "Total sources"
  },
  "biasRatedSourceCount": {
    "label": "Bias-rated sources"
  },
  "leftPercent": {
    "label": "Left %"
  },
  "centerPercent": {
    "label": "Center %"
  },
  "rightPercent": {
    "label": "Right %"
  },
  "coverageProfile": {
    "label": "Coverage profile"
  },
  "factualityDistribution": {
    "label": "Factuality"
  },
  "ownershipDistribution": {
    "label": "Ownership"
  },
  "sources": {
    "label": "Source articles"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Ground News Bias & Coverage Scraper](https://apify.com/automation-lab/ground-news-bias-coverage-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/ground-news-bias-coverage-scraper) to learn more, explore other use cases, and run it yourself.