# Google News Scraper for AI Coverage

**Use case:** 

Scrape Google News articles about artificial intelligence. Get headlines, sources, publish dates and links for media monitoring and trend analysis.

## Input

```json
{
  "maxItems": 25,
  "withDetails": true,
  "mode": "search",
  "query": "artificial intelligence",
  "topic": "TECHNOLOGY",
  "language": "en-US",
  "country": "US",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "publishedAt": {
    "label": "Published",
    "format": "date"
  },
  "snippet": {
    "label": "Snippet",
    "format": "text"
  },
  "relatedCoverage": {
    "label": "Related Coverage",
    "format": "array"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Google News Article Scraper](https://apify.com/scrapers_lat/google-news-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/google-news-scraper) to learn more, explore other use cases, and run it yourself.