# AI Brand Monitor — Visibility Rank Tracker — API Automation

**Use case:** 

Run AI Brand Monitor — Visibility Rank Tracker for API, agent, and automation workflows. Export structured results for research, reporting, integrations, and

## Input

```json
{
  "brandName": "Notion",
  "brandDomain": "notion.so",
  "industry": "productivity software",
  "prompts": [
    "What is the best note-taking app for teams?"
  ],
  "platforms": [
    "perplexity"
  ],
  "competitors": [
    "Obsidian",
    "Coda"
  ],
  "extractCitations": true,
  "analyzeSentiment": true,
  "useWebSearch": true,
  "webSearchResults": 10,
  "models": {},
  "maxPrompts": 12
}
```

## Output

```json
{
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "engine": {
    "label": "AI engine",
    "format": "string"
  },
  "prompt": {
    "label": "Prompt",
    "format": "string"
  },
  "mentioned": {
    "label": "Mentioned",
    "format": "boolean"
  },
  "position": {
    "label": "Position",
    "format": "integer"
  },
  "share_of_voice": {
    "label": "Share of voice",
    "format": "integer"
  },
  "cited": {
    "label": "Cited",
    "format": "boolean"
  },
  "sentiment": {
    "label": "Sentiment",
    "format": "string"
  },
  "competitors_mentioned": {
    "label": "Competitors mentioned",
    "format": "array"
  },
  "visibility_status": {
    "label": "Visibility status",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  },
  "checked_at": {
    "label": "Checked at",
    "format": "string"
  }
}
```

## About this Actor

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


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/muhammadafzal/ai-visibility-rank-tracker.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
