# AI Visibility Tracker for Healthcare Companies

**Use case:** 

Monitor AI visibility for top healthcare data providers and software. Analyze mentions and compliance details for Epic, Cerner, and others.

## Input

```json
{
  "prompts": [
    "best healthcare data providers",
    "best EHR software",
    "best healthcare analytics platforms",
    "best medical data API"
  ],
  "brand": "",
  "brandAliases": [],
  "brandDomains": [],
  "competitors": [
    "Epic",
    "Cerner",
    "Athenahealth",
    "Health Catalyst",
    "Innovaccer",
    "Komodo Health"
  ],
  "country": [
    "us"
  ],
  "surfaces": [
    "aio",
    "perplexity",
    "chatgpt"
  ],
  "outputEmail": "me@example.com",
  "publishVisibilityPage": true,
  "slackChannel": "#ai-visibility",
  "watchCompetitors": true,
  "deepDivePrompt": "Also judge it as a healthcare buyer would: HIPAA/SOC 2 posture, interoperability standards supported (HL7, FHIR), named health-system customers, clinical validation or peer-reviewed evidence, and implementation timeline. Name the compliance or evidence artefact they publish that we lack.",
  "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.