# Perplexity AI Brand Mention Monitoring Tool

**Use case:** 

Run Perplexity AI Brand Mention Monitoring Tool on Apify in one click. Pre-configured task ready to use.

## Input

```json
{
  "brand": "Linear",
  "industry": "project management and issue tracking",
  "competitors": [
    "Jira",
    "Asana",
    "Trello"
  ],
  "llms": [
    "perplexity/llama-3.1-sonar-large-128k-online",
    "openai/gpt-4o-mini",
    "anthropic/claude-haiku-4.5"
  ],
  "aspects": [
    "speed",
    "design",
    "developer experience"
  ]
}
```

## Output

```json
{
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "overall_sentiment": {
    "label": "Overall sentiment"
  },
  "brand_positioning": {
    "label": "Positioning",
    "format": "text"
  },
  "recommendation_likelihood": {
    "label": "Rec. Likelihood",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [GEO Brand Sentiment - AI Brand Perception Analysis](https://apify.com/dltik/geo-brand-sentiment) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dltik/geo-brand-sentiment) to learn more, explore other use cases, and run it yourself.