Measure how website traffic is growing or declining for any domain. Competitive benchmarking, traffic spike attribution, and long-term audience growth signals - structured for AI analysis.
Tools for this workflow
get_trendsExport the full website traffic time series for any domain - use the growth trajectory to evaluate whether a business is consistently gaining or losing digital audience over time.
get_trends(keyword='notion.so', source='webtraffic', data_mode='weekly')
get_growthCalculate website traffic growth for a domain over 6-month and 1-year windows - consistent multi-period growth is a strong proxy for underlying business momentum.
get_growth(keyword='notion.so', source='webtraffic', percent_growth=['6M', '1Y'])
get_ranked_trendsRank a set of domains by traffic growth rate to find which companies in a competitive landscape are gaining audience share the fastest.
get_ranked_trends(source='webtraffic', sort='yoy_pct_change', limit=25)
get_top_trendsPull SimilarWeb's top websites by traffic right now - no keyword needed. Use this to discover which digital properties are attracting the most visitor attention today.
get_top_trends(type='SimilarWeb Top Websites', limit=20)
FAQ