# Monitor AI Answer Changes for CRM Queries

**Use case:** 

Monitor changes in AI responses for queries like 'best CRM for small business'. Get insights on source updates and answer modifications.

## Input

```json
{
  "queries": [
    "best crm for small business"
  ],
  "models": [
    "perplexity/sonar"
  ],
  "lang": "en",
  "openrouterApiKey": "***",
  "maxConcurrency": 1
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "changed": {
    "label": "Changed",
    "format": "boolean"
  },
  "changeType": {
    "label": "Change type",
    "format": "text"
  },
  "addedDomains": {
    "label": "New domains",
    "format": "array"
  },
  "removedDomains": {
    "label": "Dropped domains",
    "format": "array"
  },
  "answerSnippet": {
    "label": "Answer snippet",
    "format": "text"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "baselineWriteError": {
    "label": "Baseline warning",
    "format": "text"
  },
  "concurrentRunSeen": {
    "label": "Concurrent run seen",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Answer Change Alert](https://apify.com/zinin/ai-answer-change-alert) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/ai-answer-change-alert) to learn more, explore other use cases, and run it yourself.