# Monitor Competitor Press Coverage with Google News

**Use case:** 

Monitor competitor press coverage on Google News: title, source, publish date, description and URL. Watch rival launches, funding and PR, benchmark share of voi

## Input

```json
{
  "queries": [
    "Tesla",
    "Rivian",
    "Lucid Motors"
  ],
  "maxResults": 10,
  "language": "en",
  "country": "US",
  "timeRange": ""
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "published_date": {
    "label": "Published Date",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "source_url": {
    "label": "Source URL",
    "format": "link"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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