# ChatGPT Brand Monitoring for SaaS & B2B

**Use case:** 

Monitor your brand's visibility against competitors like Mixpanel and Amplitude. Get insights into search results that affect your brand's positioning.

## Input

```json
{
  "prompts": [
    "best product analytics tools",
    "best Mixpanel alternatives",
    "top product analytics software for startups",
    "best user behavior analytics platform"
  ],
  "brand": "",
  "brandAliases": [],
  "brandDomains": [],
  "competitors": [
    "Mixpanel",
    "Amplitude",
    "Heap",
    "PostHog",
    "June"
  ],
  "country": [
    "us"
  ],
  "surfaces": [
    "chatgpt"
  ],
  "outputEmail": "me@example.com",
  "publishVisibilityPage": true,
  "slackChannel": "#ai-visibility",
  "watchCompetitors": true,
  "deepDivePrompt": "Also grade it on B2B buyer intent: a comparison table vs named rivals, transparent pricing, an integration list, security/compliance badges, and a migration guide from the incumbent. Name the one comparison asset we should build first.",
  "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.