# Monitor Google News for Brand Mentions (Tesla Example)

**Use case:** 

Monitor Google News for any brand mentions in real time. Track everything written about a company like Tesla and never miss a story again.

## Input

```json
{
  "keywords": [
    "Tesla"
  ],
  "topics": [],
  "topicUrls": [],
  "maxArticles": 100,
  "timeframe": "7d",
  "region_language": "US:en",
  "decodeUrls": true,
  "extractDescriptions": true,
  "extractImages": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "image": {
    "label": "Image",
    "format": "image"
  },
  "publishedAt": {
    "label": "Publication Date",
    "format": "text"
  },
  "publishedTimestamp": {
    "label": "Publication Timestamp",
    "format": "number"
  },
  "url": {
    "label": "Article URL",
    "format": "link"
  },
  "metadata": {
    "label": "Metadata",
    "format": "array"
  }
}
```

## About this Actor

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