# Tools for Monitoring Brand Visibility in ChatGPT and Claude

**Use case:** 

Run Tools for Monitoring Brand Visibility in ChatGPT and Claude on Apify in one click. Pre-configured task ready to use.

## Input

```json
{
  "domain": "linear.app",
  "brand": "Linear",
  "prompts": [
    "What's the best issue tracker for software engineering teams in 2026? Cite sources.",
    "Compare Linear vs Jira vs Shortcut with references.",
    "Which project management tool do AI startups use? Reference official docs.",
    "How does {brand} compare to GitHub Issues? Provide source links.",
    "List the top Jira alternatives with sources."
  ],
  "llms": [
    "openai/gpt-4o-mini",
    "openai/gpt-4o",
    "anthropic/claude-haiku-4.5",
    "anthropic/claude-sonnet-4.5"
  ],
  "limit": 10
}
```

## 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.