# Tech and business news RSS feed

**Use case:** 

Pull Google News top stories for Technology and Business. 100 articles per feed, deduped. Schedule daily for a morning briefing.

## Input

```json
{
  "queries": [
    "artificial intelligence"
  ],
  "topics": [
    "TECHNOLOGY",
    "BUSINESS"
  ],
  "maxResultsPerQuery": 100,
  "extractFullText": false,
  "dateRange": "anytime",
  "language": "en",
  "country": "US"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "publishedAt": {
    "label": "Published",
    "format": "text"
  },
  "url": {
    "label": "Google News URL",
    "format": "link"
  },
  "articleUrl": {
    "label": "Article URL",
    "format": "link"
  },
  "snippet": {
    "label": "Snippet",
    "format": "text"
  },
  "query": {
    "label": "Query",
    "format": "text"
  },
  "text": {
    "label": "Full text",
    "format": "text"
  }
}
```

## About this Actor

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