# AI Citation Tracker for Project Management Software

**Use case:** 

Track which sources AI assistants cite for project management software queries. Get detailed backlink profiles from models like Perplexity Sonar.

## Input

```json
{
  "queries": [
    "best project management software",
    "what is the capital of France"
  ],
  "models": [
    "perplexity/sonar"
  ],
  "lang": "en",
  "openrouterApiKey": "***",
  "maxConcurrency": 1
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "citedDomains": {
    "label": "Cited domains",
    "format": "array"
  },
  "citedUrls": {
    "label": "Cited URLs",
    "format": "array"
  },
  "answerSnippet": {
    "label": "Answer snippet",
    "format": "text"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  }
}
```

## About this Actor

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