Google Trends API for AI agents — UnifAPI

UnifAPI’s Google Trends API gives AI agents structured trending-topic and interest-over-time data through one normalized endpoint.

Endpoints (v1)

Endpoint Description
google-trends/rising Currently-rising queries by geo
google-trends/interest-over-time Time-series interest for a query
google-trends/related-queries Related rising / top queries
google-trends/by-region Geographic interest distribution

Example

curl https://api.unifapi.com/v1/google-trends/interest-over-time \
  -H "Authorization: Bearer $UNIFAPI_KEY" \
  -d '{"q": "ai agents", "geo": "US", "timeframe": "12m"}'

What it’s for

  • Trend discovery — leading indicator for consumer interest
  • Market research — quantify whether a topic is rising
  • Investor / analyst agents tracking attention shifts

→ Start free · Browse all APIs