# Rivian vs Lucid News Tracker from Google News

**Use case:** 

One query, two EV rivals: the OR operator follows Rivian and Lucid headlines side by side over the past month for competitive coverage tracking.

## Input

```json
{
  "query": "Rivian OR Lucid Motors",
  "topic": "",
  "freshness": "30d",
  "language": "en-US",
  "country": "US",
  "maxItems": 80,
  "resolveUrls": true,
  "fetchArticleText": false,
  "aiSummary": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published",
    "format": "text"
  },
  "url": {
    "label": "Article URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Publisher link",
    "format": "link"
  },
  "snippet": {
    "label": "Snippet",
    "format": "text"
  }
}
```

## About this Actor

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