# Ground News source article extractor

**Use case:** 

Extract Ground News story clusters and nested source article URLs, outlets, dates, and outlet bias labels for research and analysis.

## Input

```json
{
  "maxItems": 10,
  "includeSources": true
}
```

## 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.