# Export raw AI search answers and citations

**Use case:** 

Full answer text and cited sources from AI engines, sampled, with no scoring applied. For teams running their own analysis, or agents wanting raw material.

## Input

```json
{
  "brand": "Notion",
  "competitors": [
    "Coda",
    "Airtable",
    "ClickUp"
  ],
  "industry": "team workspace and note-taking software",
  "language": "en",
  "market": "US",
  "queries": [
    "best project management software",
    "Notion alternatives",
    "best team workspace tools"
  ],
  "maxPrompts": 10,
  "samplesPerPrompt": 3,
  "engines": [
    "google_aio",
    "gemini"
  ],
  "analysisMode": "collect-only",
  "analysisModel": "openai/gpt-5.6-luna",
  "webhookUrl": ""
}
```

## Output

```json
{
  "engine": {
    "label": "Engine"
  },
  "prompt": {
    "label": "Prompt"
  },
  "sampleIndex": {
    "label": "Sample"
  },
  "status": {
    "label": "Status"
  },
  "answerText": {
    "label": "Answer"
  },
  "citations": {
    "label": "Citations"
  },
  "sourceRunId": {
    "label": "Source run"
  },
  "sourceActor": {
    "label": "Source Actor"
  }
}
```

## About this Actor

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