The “Citation Rank” / “Citation Share by Domain” panel in the Profound app is the citations endpoint grouped byDocumentation Index
Fetch the complete documentation index at: https://docs.tryprofound.com/llms.txt
Use this file to discover all available pages before exploring further.
root_domain, sorted by
citation_share descending, with each row showing the change in share
vs the previous window. Two calls (current + prior), merge by domain,
diff the shares.
How this example works
dimensions: ["root_domain"]— one row per cited domain in each call. Run both the current and prior windows.- Merge by domain. For each current-window row, look up the previous-window share (default 0 if missing) and diff.
- Sort by current
citation_sharedescending to match the UI.
count and citation_share measure different things. count is the
raw number of citations to that domain in the window. citation_share
is count / total_citations per AI model, then averaged across
models. A domain cited heavily on a low-volume model (e.g. Perplexity)
can have a higher share than a domain with more total citations spread
across high-volume models — the two columns won’t sort in lockstep.
Pick the one that matches the question you’re answering and sort on it.Page-level breakdown
Swaproot_domain for url in dimensions to get the top citing pages
(one row per URL) instead of the top citing domains.