# Scrape Top Technology News from Google News (US)

**Use case:** 

Scrape the top technology news from Google News in the US. Get the latest tech headlines, sources and links curated by Google in one clean feed.

## Input

```json
{
  "keywords": [],
  "topics": [
    "TECHNOLOGY"
  ],
  "topicUrls": [],
  "maxArticles": 50,
  "timeframe": "7d",
  "region_language": "US:en",
  "decodeUrls": true,
  "extractDescriptions": false,
  "extractImages": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "image": {
    "label": "Image",
    "format": "image"
  },
  "publishedAt": {
    "label": "Publication Date",
    "format": "text"
  },
  "publishedTimestamp": {
    "label": "Publication Timestamp",
    "format": "number"
  },
  "url": {
    "label": "Article URL",
    "format": "link"
  },
  "metadata": {
    "label": "Metadata",
    "format": "array"
  }
}
```

## About this Actor

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