# See how your sales tool appears in LLMs

**Use case:** 

Monitor brand mentions in AI search for lead generation and sales tools. Analyze competitors’ visibility and data claims for smarter strategy.

## Input

```json
{
  "prompts": [
    "best lead generation software",
    "best sales intelligence tools",
    "best B2B contact database",
    "best Apollo alternatives"
  ],
  "brand": "",
  "brandAliases": [],
  "brandDomains": [],
  "competitors": [
    "ZoomInfo",
    "Apollo.io",
    "Clay",
    "Cognism",
    "Lusha",
    "Seamless.ai"
  ],
  "country": [
    "us"
  ],
  "surfaces": [
    "aio",
    "perplexity",
    "chatgpt"
  ],
  "outputEmail": "me@example.com",
  "publishVisibilityPage": true,
  "slackChannel": "#ai-visibility",
  "watchCompetitors": true,
  "deepDivePrompt": "Also evaluate the data-quality claims buyers actually compare: record counts, refresh cadence, email/phone verification rates, GDPR/CCPA posture, and CRM integrations. Flag every specific number they publish that we should be publishing too.",
  "deepDiveModel": "haiku"
}
```

## Output

```json
{
  "scraped_at": {
    "label": "Scraped at",
    "format": "string"
  },
  "surface": {
    "label": "Surface",
    "format": "string"
  },
  "query": {
    "label": "Query",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "block_status": {
    "label": "Block status",
    "format": "string"
  },
  "present": {
    "label": "Present",
    "format": "boolean"
  },
  "answer_char_count": {
    "label": "Answer chars",
    "format": "number"
  },
  "citation_count": {
    "label": "Citations",
    "format": "number"
  },
  "brand_mentions": {
    "label": "Brand hits",
    "format": "array"
  },
  "competitor_mentions": {
    "label": "Competitor hits",
    "format": "array"
  },
  "duration_ms": {
    "label": "Duration (ms)",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Brand Visibility Tracker — ChatGPT, Gemini, Perplexity](https://apify.com/inovaflow/ai-brand-monitoring) with a specific input configuration. Visit the [Actor detail page](https://apify.com/inovaflow/ai-brand-monitoring) to learn more, explore other use cases, and run it yourself.