# AI Brand Visibility Tracker for Web Scraping Services

**Use case:** 

Monitor your brand's visibility against competitors like Apify and Zyte in AI search results. Analyze brand mentions and optimize strategies based on insights.

## Input

```json
{
  "prompts": [
    "best web scraping services",
    "best web scraping companies",
    "best data scraping service providers",
    "best web scraping API"
  ],
  "brand": "",
  "brandAliases": [],
  "brandDomains": [],
  "competitors": [
    "Apify",
    "Zyte",
    "Bright Data",
    "ScrapingBee",
    "PromptCloud",
    "ScrapeHero"
  ],
  "country": [
    "us"
  ],
  "surfaces": [
    "aio",
    "perplexity",
    "chatgpt"
  ],
  "outputEmail": "me@example.com",
  "publishVisibilityPage": true,
  "slackChannel": "#ai-visibility",
  "watchCompetitors": true,
  "deepDivePrompt": "Also judge the winning page as a technical buyer would: real code samples, API/SDK docs, how it handles anti-bot and rate limits, transparent pricing, and a clear legal/compliance stance (robots.txt, GDPR). Name the single strongest technical proof they have that we don't, and the exact page section we should add.",
  "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.