# Startup Funding News Tracker

**Use case:** 

Monitor U.S. startup funding announcements, including seed and Series A rounds. Get structured data on headlines, sources, and publish dates.

## Input

```json
{
  "queries": [
    "seed round raises",
    "series A funding"
  ],
  "language": "en",
  "country": "US",
  "maxPerQuery": 100
}
```

## Output

```json
{
  "title": {
    "label": "Headline",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "pubDate": {
    "label": "Published",
    "format": "string"
  },
  "query": {
    "label": "Query",
    "format": "string"
  },
  "link": {
    "label": "Link",
    "format": "string"
  }
}
```

## About this Actor

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