# Brave News publisher monitor example

**Use case:** 

Monitor how Reuters articles rank in Brave News and export fresh publisher, headline, URL, snippet, and date records.

## Input

```json
{
  "queries": [
    "site:reuters.com climate technology"
  ],
  "maxResultsPerQuery": 30,
  "country": "GB",
  "language": "en",
  "freshness": "month",
  "safeSearch": "moderate",
  "maxRequestRetries": 2,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "text"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "url": {
    "label": "Article",
    "format": "link"
  },
  "publisher": {
    "label": "Publisher",
    "format": "text"
  },
  "publicationTimeText": {
    "label": "Publication time",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published at",
    "format": "date"
  },
  "snippet": {
    "label": "Snippet",
    "format": "text"
  },
  "thumbnailUrl": {
    "label": "Thumbnail",
    "format": "image"
  },
  "sourceDomain": {
    "label": "Domain",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Brave page",
    "format": "link"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "freshness": {
    "label": "Freshness",
    "format": "text"
  },
  "retrievedAt": {
    "label": "Retrieved at",
    "format": "date"
  }
}
```

## About this Actor

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