If you've landed here, you probably just discovered one of two things: pytrends — the unofficial Google Trends library the entire Python ecosystem relied on for a decade — was archived in April 2025 and no longer works reliably, or Google's long-promised official Trends API is still in limited-access alpha and you can't get in.

Meanwhile you have a dashboard, a research pipeline, or an SEO report that needs interest-over-time data. Here's the honest state of your options in 2026.

What actually powers Google Trends

There's no public API, but the Trends website itself is a JavaScript app fed by JSON endpoints — the same data you see in the charts, served as structured JSON. The flow is a two-step "token dance":

Call /trends/api/explore with your keywords, geo, and timeframe. It returns a set of widgets, each with a token — one for the timeline, one for the region map, one each for related queries and topics.