Competitor content
Give your AI competitor names or domains. Cite42 pulls the data for where they rank, what sources AI cites, and which topics have demand.
Overview
Use this for agency audits, competitive research, and content gap planning.
It combines AI rankings with citation data, so you see both who is named and who is sourced.
The workflow price is calculated from the primitive tools it runs. The listed default is $0.63 for all models; pass fewer models to reduce the per-model primitive portion.
Example
Ask your agent in plain English and it calls the workflow tool for you:
# you say
Where are competitors winning AI answers for "AI visibility platform"?The tool runs every primitive in parallel and returns the aggregated data to your agent (you never see this directly):
{ "status": "workflow_result", "workflow": "competitor_content", "results": [ { "endpoint": "/v1/rankings", "ok": true, "why": "Measures which brands appear in AI answers and where they rank.", "data": { /* full /v1/rankings output */ } }, { "endpoint": "/v1/compare", "ok": true, "why": "Compares one brand against competitors in AI answers.", "data": { /* full /v1/compare output */ } }, { "endpoint": "/v1/citations", "ok": true, "why": "Finds which sources AI models cite and where your site is missing.", "data": { /* full /v1/citations output */ } }, { "endpoint": "/v1/keywords", "ok": true, "why": "Adds search volume, CPC, competition, and related keyword ideas.", "data": { /* full /v1/keywords output */ } } // …one entry per primitive in the workflow ] }
Your agent reads the per-source results and answers you in plain English:
# your AI replies
Audit a client category — here's what the data shows and what to do next…Full input and output schema: POST /v1/workflows/competitor-content. Workflow pricing follows the primitive tools in the plan and the selected model rates.