# Perplexity GEO Brand Visibility Monitor

**Use case:** 

Run recurring Perplexity searches to monitor brand mentions, competitor answers, cited domains, and source changes over time.

## Input

```json
{
  "queries": [
    "What is Apify and how does it help automate web data workflows?"
  ],
  "queryText": "What are the best web scraping platforms for enterprise teams?\nCompare Apify and Bright Data for web data automation\nWhich sources explain browser automation best?",
  "recencyFilter": "month",
  "countryCode": "US",
  "includeRelatedQuestions": true,
  "includeImages": false,
  "maxRetries": 2,
  "delayBetweenQueriesMs": 1500
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "text"
  },
  "success": {
    "label": "Success",
    "format": "boolean"
  },
  "answer": {
    "label": "Answer",
    "format": "text"
  },
  "sources": {
    "label": "Sources",
    "format": "array"
  },
  "citationUrls": {
    "label": "Citation URLs",
    "format": "array"
  },
  "relatedQuestions": {
    "label": "Related questions",
    "format": "array"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "resultUrl": {
    "label": "Perplexity result",
    "format": "link"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "searchMode": {
    "label": "Search mode",
    "format": "text"
  },
  "searchedAt": {
    "label": "Searched at",
    "format": "date"
  },
  "durationMs": {
    "label": "Duration (ms)",
    "format": "number"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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