Skip to content

Trendflow logo

Trendflow

A type-safe Python library for querying, streaming, and exporting Google Trends data.

The HTTP client returns raw JSON; parsing into dataclasses lives in trendflow._parsers, and the high-level GoogleTrendsFetcher (exposed as Client) ties it together. See Architecture for the full layout.

Getting started