# Profound Alternative for AI Visibility Tracking

**Use case:** 

A pay per check alternative to Profound. No subscription, no prompt caps, mention rate across runs, competitors named, sources cited.

## Input

```json
{
  "brand": "Webflow",
  "queries": [
    "What is the best no code website builder in 2026?",
    "Which platform is best for a marketing site?",
    "What should I use instead of WordPress?"
  ],
  "engines": [
    "gemini"
  ],
  "useGrounding": true,
  "runsPerQuery": 3,
  "geminiModel": "gemini-2.5-flash"
}
```

## Output

```json
{
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "query": {
    "label": "Query",
    "format": "text"
  },
  "engine": {
    "label": "Engine",
    "format": "text"
  },
  "mention_rate_pct": {
    "label": "Mention rate %",
    "format": "number"
  },
  "stability": {
    "label": "Stability",
    "format": "text"
  },
  "avg_prominence": {
    "label": "Prominence",
    "format": "number"
  },
  "competitors_mentioned": {
    "label": "Competitors named",
    "format": "array"
  },
  "recommended_action": {
    "label": "Recommended action",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Answer Visibility Monitor - GEO Brand Tracking API](https://apify.com/veska/ai-answer-visibility-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/veska/ai-answer-visibility-monitor) to learn more, explore other use cases, and run it yourself.