# English (United States) Google News

**Use case:** 

Extract Google News data filtered by English (United States). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "searchQuery": "web scraping",
  "maxItems": 10,
  "language": "en:US",
  "fetchArticleDetails": true
}
```

## Output

```json
{
  "image": {
    "label": "Image",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "author": {
    "label": "Author",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "keywords": {
    "label": "Keywords",
    "format": "array"
  },
  "rssLink": {
    "label": "RSS Link",
    "format": "string"
  },
  "guid": {
    "label": "GUID",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "link": {
    "label": "Article URL",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published At",
    "format": "string"
  },
  "modifiedAt": {
    "label": "Modified At",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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