# Check Domain Citations in AI Answers

**Use case:** 

Tests whether AI answer engines cite a target domain for a defined brand and topic set, with citation-focused rows and source-domain evidence.

## Input

```json
{
  "brandName": "Apify",
  "targetDomain": "apify.com",
  "industry": "web scraping tools",
  "competitors": [
    "Bright Data",
    "Octoparse"
  ],
  "queries": [
    "What are the best web scraping tools?",
    "Is Apify good for data extraction?"
  ],
  "queryTemplates": [
    "recommendations",
    "alternatives"
  ],
  "platforms": [
    "perplexity",
    "chatgpt",
    "gemini"
  ],
  "maxQueries": 3,
  "responseFormat": "concise",
  "webhookUrl": "https://hooks.zapier.com/hooks/catch/123/abc",
  "demoMode": false
}
```

## Output

```json
{
  "platform": {
    "label": "AI Platform",
    "format": "string"
  },
  "query": {
    "label": "Prompt",
    "format": "string"
  },
  "domainCited": {
    "label": "Domain Cited",
    "format": "boolean"
  },
  "citedUrl": {
    "label": "First Cited URL",
    "format": "string"
  },
  "sourceDomains": {
    "label": "Source Domains",
    "format": "array"
  },
  "citedUrls": {
    "label": "All Cited URLs",
    "format": "array"
  },
  "checkedAt": {
    "label": "Checked At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Visibility Tracker - Brand & Citation GEO](https://apify.com/khadinakbar/ai-visibility-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/khadinakbar/ai-visibility-tracker) to learn more, explore other use cases, and run it yourself.