# Monitor AI Startup News for Investment Opportunities

**Use case:** 

Stay informed about the latest developments and funding rounds in the AI startup ecosystem to identify potential investment opportunities. This task helps ventu

## Input

```json
{
  "queries": [
    "AI startup funding",
    "AI innovation news"
  ],
  "maxResultsPerQuery": 50,
  "language": "en",
  "country": "US",
  "dateRange": "1d",
  "excludeWords": [
    "layoffs",
    "bankruptcy"
  ],
  "extractFullText": true,
  "includeImages": false,
  "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.