Get Websites
Compare your brand against competitors with per-website performance metrics.
Example: “Benchmark visibility and citation share across all tracked websites.”
Metrics (optional): mentions_count, citation_share, cited_answers, visibility_score, rank
Filters: topics, prompts, tags, markets, intent, branded, platform, has_shopping_card, visibility, rank, website_mentioned_in_answer, cited_page_url, cited_domain, website_mentioned_in_citation, url, name.
Sort fields: Any metric name, plus name.
Dates: If metrics are requested without dates, defaults to latest run date range. If no metrics and no dates, defaults to all-time.
Pagination: Use pagination (limit 1-100, default 10; offset for paging). Use order_by for sorting.
Response: Returns data array with info metadata containing total_rows (before pagination) and query (applied metrics, dates, sorting, pagination, filters).
Authorizations
Body
Request parameters for retrieving all websites.
Unique identifier of the project to query. Get valid project IDs from get_all_projects.
1"550e8400-e29b-41d4-a716-446655440000"
Start of the date range (ISO 8601). Limits results to data collected on or after this date. When omitted: defaults to the latest run's start date for metric queries, or earliest available date for list queries.
"2026-01-01T00:00:00Z"
"2026-03-01T00:00:00Z"
End of the date range (ISO 8601). Limits results to data collected on or before this date. When omitted: defaults to today. Date-only strings (no 'T') are extended to end of day.
"2026-01-31T23:59:59Z"
"2026-03-17T23:59:59Z"
Sort results by one or more fields. Each entry specifies a field name and direction. Results are sorted by the first entry, then ties broken by subsequent entries.
[
{
"field": "visibility_score",
"order": "desc"
}
][
{ "field": "mention_count", "order": "desc" },
{ "field": "rank", "order": "asc" }
]Control result pagination. Set limit for page size and offset to skip results. Omit to return all results (use with caution on large datasets).
{ "limit": 10, "offset": 0 }{ "limit": 25, "offset": 50 }Metrics to include. Options: mentions_count, citation_share, cited_answers, visibility_score, rank.
mentions_count, citation_share, cited_answers, visibility_score, rank ["mentions_count", "visibility_score"]Optional filters to narrow down websites by URL or name.