Private equity due diligence relies heavily on management presentations and historical financials. Trends MCP adds the independent behavioral layer: web traffic growth, consumer search demand, brand sentiment, and category momentum - signals that show what the market actually thinks of a target, not just what management says.
Tools for this workflow
get_trendsPull the full web traffic and branded search history for any acquisition target - see whether the company has been consistently growing its digital audience or showing signs of stagnation before a deal.
get_trends(keyword='target-company.com', source='webtraffic', data_mode='weekly')
get_growthBuild a behavioral due diligence view for any company: web traffic growth, branded search momentum, Amazon demand (for consumer businesses), and news sentiment trend all in one AI query.
get_growth(keyword='target company', source='webtraffic, google search, news sentiment, reddit', percent_growth=['3M', '6M', '1Y'])
get_ranked_trendsBenchmark a target company against competitors by ranking them all by web traffic or branded search growth - find whether the target is gaining or losing market position in its category.
get_ranked_trends(entity_mode='companyCombined', sort='yoy_pct_change', limit=20)
get_top_trendsMonitor news and community discussion around a target company or sector in real time during diligence - surfaces emerging narratives, competitor moves, and industry shifts that affect valuation.
get_top_trends(type='Google News RSS', limit=20)
FAQ