List Sources (by root domain)
Returns the top cited sources for a website, grouped by root domain. Each row carries citation, mention, brand-mention, and impression metrics for the requested date range, plus a default_source_type classification (owned / competitor / partner / third_party).
Companion to POST /api/v1/source-pages, which returns the same data grouped per URL (one row per cited page) instead of per root domain.
Body
Request body for listing domain-grouped sources.
The website to list sources for.
"123e4567-e89b-12d3-a456-426614174000"
Filters for querying responses and metrics. Pass location filters in the JSON body as filters.location_ids.
Zero-indexed page number.
x >= 0Number of rows per page (1–100).
1 <= x <= 100Column to sort by.
citation_percentage, mention_percentage, competitor_mention_percentage, brand_mention_percentage, estimated_impressions, total_mentions, domain_count, mentions_count, root_domain, response_count, first_seen asc, desc Substring filter on normalized_root_domain. Protocol (https://), www., path, query, and fragment are stripped before matching, so a full URL like https://www.example.com/foo collapses to example.com.
If yes, only count sources where your brand was mentioned in the citing response. If no, only count sources where your brand was NOT mentioned. Omit the field to count every cited source.
yes, no If yes, only count sources where your brand was mentioned in the citing response. If no, only count sources where your brand was NOT mentioned. Omit the field to count every cited source.
yes, no Response
Successful response with the page of sources.