# Scrape Brazilian News in Portuguese (pt-BR)

**Use case:** 

Google News articles from the Brazilian edition in Portuguese, with resolved publisher URLs and timestamps.

## Input

```json
{
  "queries": [
    "eleições"
  ],
  "topics": [],
  "headlines": false,
  "language": "pt-BR",
  "country": "BR",
  "maxArticlesPerQuery": 15,
  "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.