Domain Influence Trends Over Time
Metrics
Domain Influence Trends Over Time
Compares domain influence scores between two time periods,
showing which sources are gaining or losing impact with AI models.
This endpoint calculates influence score changes between a current and comparison week,
revealing trends like Reddit growing from 0.75 to 0.88 (+17%) or a news site declining from 0.60 to 0.45 (-25%). Essential for tracking source momentum, identifying rising platforms, and detecting influence shifts in the information landscape.
**When to use:** User wants to track influence changes, identify trending sources, measure source momentum, compare time periods, or detect emerging/declining platforms.
**Common user queries:**
- "Which sources are growing in influence?"
- "Show influence trends over time"
- "Has Reddit's impact increased?"
- "Compare source influence week over week"
- "Which platforms are gaining traction?"
- "Track influence evolution"
**Returns:** Array of domains with current and comparison influence scores plus change metrics.
Example: [{"domain": "reddit.com", "current_score": 0.88, "previous_score": 0.75, "change": 0.13,
"change_percent": 17.3}]
Required permission: `read:analysis`.
GET
Domain Influence Trends Over Time
Authorizations
Path Parameters
A UUID string identifying the analysis.
A UUID string identifying the organization.
A UUID string identifying the workspace.
Query Parameters
Comparison week start date (YYYY-MM-DD). Must be in the past of current_week_start_date.
Current week start date (YYYY-MM-DD).
Available options:
csv, json