# Export Google News Results to CSV

**Use case:** 

Search Google News and download the articles as a CSV: title, link, source, snippet, and date for each result. Exports to Excel and Sheets too.

## Input

```json
{
  "q": "technology news",
  "location": "Austin, TX, Texas, United States",
  "google_domain": "google.com",
  "lr": "lang_en",
  "safe": "off",
  "nfpr": "0",
  "filter": "0",
  "max_pages": 1
}
```

## Output

```json
{
  "news_results": {
    "label": "News Results",
    "format": "array"
  }
}
```

## About this Actor

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