Google announced a Trends API alpha on 24 July 2025 and still collects testers at developers.google.com/search/apis/trends. The official product is first-party Google search interest, consistently scaled, geo via ISO 3166-2, a rolling five-year window. Trends API is a different contract: a Bearer key, POST https://api.trendsapi.ai/api, scores on 0-100, and sources Google does not operate. body is a JSON string and must be parsed a second time. Docs: the API reference. Caps: pricing. Google notes: the Google Trends guide.
Alpha application, no self-serve key
The official page asks for testers who can start soon and send feedback. Until a project is allow-listed, there is no official client to compare latency against. Trends API keys exist without that form. Do not file an alpha ticket against POST /api.
Consistently scaled values are not 0-100
The website rescales every request. The official API does not. That is why Google says callers can merge the last period onto an older pull and compare dozens of terms (the website still caps a comparison set). Trends API keeps the website-like 0-100 so google search can sit next to tiktok without a private min-max.
1800 days and geo ISO-3166-2
Official history is a rolling 1800 days. Official geo is region and sub-region. Those are the official differentiators versus Explore. Trends API get_growth windows are preset strings (3M, 12M, YTD). Country slices are not an ISO field on this POST.
What the official API does not ship
The public alpha text does not list TikTok, Amazon, Reddit, npm, or a live trending-now board. If the project is approved and the job is unscaled Google only, the official API is the first-party path. If the job is JSON today on more than Google, this POST is the path that exists without a waitlist.