# AI Visibility Tracker for Alternative Data Providers

**Use case:** 

Monitor brand visibility across AI platforms. Get insights on top alternative data providers for investment research and hedge funds.

## Input

```json
{
  "prompts": [
    "best alternative data providers",
    "best alternative data for hedge funds",
    "best web data for investment research",
    "best consumer transaction data providers"
  ],
  "brand": "",
  "brandAliases": [],
  "brandDomains": [],
  "competitors": [
    "YipitData",
    "Thinknum",
    "Similarweb",
    "M Science",
    "Earnest Analytics",
    "Consumer Edge"
  ],
  "country": [
    "us"
  ],
  "surfaces": [
    "aio",
    "perplexity",
    "chatgpt"
  ],
  "outputEmail": "me@example.com",
  "publishVisibilityPage": true,
  "slackChannel": "#ai-visibility",
  "watchCompetitors": true,
  "deepDivePrompt": "Also judge it as an institutional buyer would: data lineage and sourcing methodology, panel size and coverage, point-in-time accuracy and backtest history, delivery (API/S3/Snowflake), and compliance/licensing. Name the one credibility 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.