AI 品牌曝光追踪与 GEO 监测 API

定期衡量 AI 搜索中的品牌提及和引用,并与竞争对手比较变化。

在相同条件下重复同一问题

保存品牌别名、追踪域名、竞争对手、引擎、问题和国家,每 1 至 168 小时运行一次,并保留条件用于时间序列比较。

区分提及、引用和竞争份额

提及根据回答正文中的别名判断,引用根据来源域名判断。在观测到的回答集合中比较各引擎比率和竞争份额。

追踪 ChatGPT 中的品牌

分开发现类问题和品牌对比类问题,并登记不同语言的品牌别名及官方域名。

API 可读取的曝光指标

从 GET /v1/monitors/:id 获取引擎比率、引用域名和 shareOfVoice。请同时查看汇总指标和原始回答。

  • engineRates: compare mention and citation results by engine.
  • topDomains, topPages: inspect cited domains and individual pages.
  • shareOfVoice: calculate each brand’s mention rate from runs and its mentions count. Multiple brands can appear in one answer, so the rates need not sum to 100%.

Create a monitor

Send this input to POST /v1/monitors. Replace the illustrative brand and domain with your actual tracking target. You can also create, edit and pause monitors in the dashboard.

{
  "name": "Earbud brand tracking",
  "engines": [
    "CHATGPT",
    "GEMINI"
  ],
  "prompts": [
    "best wireless earbuds for commuting"
  ],
  "aliases": [
    "Acme Audio"
  ],
  "domains": [
    "example.com"
  ],
  "competitors": [
    {
      "name": "Sony",
      "aliases": [
        "Sony"
      ]
    }
  ],
  "country": "US",
  "intervalHours": 24
}

Scheduled runs use ordinary task limits

Each run creates prompts × engines tasks. For example, 12 prompts across ChatGPT and Gemini create 24 tasks and consume 36 credits if all complete. Plan concurrency and available balance apply; a scheduled time does not guarantee every answer is ready immediately.

Inspect the evidence behind changes

When mention rates change, inspect the underlying answers and sources. Check whether prompt composition, execution failures or AI summary availability changed too. Domain citation tracking requires registered domains.

API 文档

相关功能