# Google News Technology Headlines Scraper US

**Use case:** 

Scrape the latest US technology headlines from Google News by topic. Get titles, sources, publish dates and article links for news aggregation.

## Input

```json
{
  "maxItems": 25,
  "withDetails": true,
  "mode": "topic",
  "query": "artificial intelligence",
  "topic": "TECHNOLOGY",
  "language": "en-US",
  "country": "US",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "publishedAt": {
    "label": "Published",
    "format": "date"
  },
  "snippet": {
    "label": "Snippet",
    "format": "text"
  },
  "relatedCoverage": {
    "label": "Related Coverage",
    "format": "array"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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