# AI Visibility Tracker for Data Labeling Services

**Use case:** 

Monitor your brand's visibility in AI search results. Get insights on mentions and competitor standings for top data labeling companies.

## Input

```json
{
  "prompts": [
    "best AI training data providers",
    "best data labeling companies",
    "best datasets for LLM training",
    "best data annotation services"
  ],
  "brand": "",
  "brandAliases": [],
  "brandDomains": [],
  "competitors": [
    "Scale AI",
    "Labelbox",
    "Appen",
    "Surge AI",
    "Snorkel AI",
    "Toloka"
  ],
  "country": [
    "us"
  ],
  "surfaces": [
    "aio",
    "perplexity",
    "chatgpt"
  ],
  "outputEmail": "me@example.com",
  "publishVisibilityPage": true,
  "slackChannel": "#ai-visibility",
  "watchCompetitors": true,
  "deepDivePrompt": "Also evaluate it for an ML buyer: annotation quality controls and inter-annotator agreement, human-in-the-loop workflow, throughput/turnaround, supported modalities, and licensing/provenance of the data. Flag the specific quality metric they publish that we should publish 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.