# Track Competitor Product Launches and Market Mentions

**Use case:** 

Gain competitive intelligence by monitoring news coverage of your rivals' new product announcements and market buzz. This helps product managers and marketing t

## Input

```json
{
  "queries": [
    "Tesla Cybertruck launch",
    "Rivian R2 reveal",
    "Ford F-150 Lightning updates"
  ],
  "maxResultsPerQuery": 30,
  "language": "en",
  "country": "US",
  "dateRange": "7d",
  "siteFilter": "techcrunch.com OR engadget.com OR cnet.com",
  "extractFullText": true,
  "includeImages": true,
  "maxConcurrency": 5
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "snippet": {
    "label": "Snippet",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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