# Startup Funding Announcements from Google News

**Use case:** 

Get recent articles on startup funding series rounds in the US. Receive up to 100 articles with real publisher URLs from the past week.

## Input

```json
{
  "queries": [
    "startup funding series round"
  ],
  "topic": "",
  "geoLocation": "",
  "topHeadlines": false,
  "language": "en-US",
  "country": "US",
  "maxArticles": 100,
  "timeWindow": "7d",
  "fromDate": "",
  "toDate": "",
  "includeSources": [],
  "excludeSources": [],
  "resolveUrls": true,
  "extractThumbnails": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Headline",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published",
    "format": "date"
  },
  "originalUrl": {
    "label": "URL",
    "format": "link"
  },
  "description": {
    "label": "Snippet",
    "format": "text"
  },
  "thumbnailUrl": {
    "label": "Image",
    "format": "image"
  }
}
```

## About this Actor

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