# Perplexity AI Brand Mention and Citation Monitoring Tool

**Use case:** 

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

## Input

```json
{
  "domain": "stripe.com",
  "brand": "Stripe",
  "prompts": [
    "What is the best payment processor for SaaS companies? Cite sources.",
    "Compare Stripe vs Adyen vs Braintree with references.",
    "How does {brand} handle PCI compliance? Reference official docs.",
    "Which payment platforms do YC startups use? Include source links.",
    "What are {brand}'s pricing tiers? Cite the source."
  ],
  "llms": [
    "perplexity/llama-3.1-sonar-large-128k-online",
    "openai/gpt-4o-mini:online",
    "google/gemini-2.0-flash-001"
  ],
  "limit": 8
}
```

## Output

```json
{
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "citation_rate": {
    "label": "Citation rate",
    "format": "text"
  },
  "citation_strength": {
    "label": "Citation strength",
    "format": "text"
  },
  "domain_mentions": {
    "label": "Domain mentions",
    "format": "text"
  },
  "llms_tested": {
    "label": "LLMs tested",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [GEO Citation Tracker - URL & Source Citations in AI Answers](https://apify.com/dltik/geo-citation-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dltik/geo-citation-tracker) to learn more, explore other use cases, and run it yourself.