Skip to main content
The “Citation Rank” / “Citation Share by Domain” panel in the Profound app is the citations endpoint grouped by 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

  1. dimensions: ["root_domain"] — one row per cited domain in each call. Run both the current and prior windows.
  2. Merge by domain. For each current-window row, look up the previous-window share (default 0 if missing) and diff.
  3. Sort by current citation_share descending 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

Swap root_domain for url in dimensions to get the top citing pages (one row per URL) instead of the top citing domains.