# Monitor Branded Search Results for Reputation Management

**Use case:** 

Track how your brand appears in Google Search results to monitor online reputation and identify any negative mentions or press. Proactively manage your brand im

## Input

```json
{
  "queries": [
    "Apify reviews",
    "Apify pricing",
    "Apify alternatives",
    "Apify problems",
    "Apify news"
  ],
  "maxResults": 50,
  "countryCode": "us",
  "languageCode": "en",
  "maxPagesPerQuery": 1,
  "resultsPerPage": 10,
  "timePeriod": "month",
  "mobileResults": false,
  "csvFriendlyOutput": true
}
```

## Output

```json
{
  "position": {
    "label": "Position",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "searchQuery": {
    "label": "Search Query",
    "format": "text"
  }
}
```

## About this Actor

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