# Scrape Today's Technology News Headlines

**Use case:** 

Current technology headlines from Google News with real publisher URLs, not Google redirect links.

## Input

```json
{
  "queries": [],
  "topics": [
    "TECHNOLOGY"
  ],
  "headlines": false,
  "language": "en-US",
  "country": "US",
  "maxArticlesPerQuery": 20,
  "resolvePublisherUrls": true,
  "dedupByUrl": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "publisher": {
    "label": "Publisher",
    "format": "string"
  },
  "article_url": {
    "label": "Article URL",
    "format": "string"
  },
  "url_resolved": {
    "label": "Resolved",
    "format": "boolean"
  },
  "published_at": {
    "label": "Published",
    "format": "string"
  },
  "query": {
    "label": "Query",
    "format": "string"
  },
  "query_type": {
    "label": "Type",
    "format": "string"
  }
}
```

## About this Actor

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