Google has simply unveiled an alpha model of its Traits API at Google Search Central Stay, Deep Dive APAC 2025. This new providing brings explore-page knowledge instantly into functions.
The API will present constantly scaled search curiosity figures. These figures align extra predictably than the present web site numbers.
Introduced by Daniel Waisberg and Hadas Jacobi, the Alpha shall be opening up from at present and they’re searching for testers who will use the Alpha all through 2025.
The API won’t embrace Trending Now.
Key Options
Constantly Scaled Search Curiosity
The standout characteristic on this alpha launch is constant scaling.
Not like the online interface, the place search curiosity values shift relying in your question combine, the API returns values that stay steady throughout requests.
These gained’t be full search volumes, however within the pattern response proven, we will see an indicative search quantity introduced alongside the scaled quantity for comparability within the Google Traits web site interface.
5-12 months Rolling Window
The API surfaces knowledge throughout a five-year rolling window.
Information is obtainable as much as 48 hours in the past to protect temporal patterns, comparable to annual occasions or weekly cycles.
This longer context helps you distinction at present’s search spikes with these of earlier years. It’s best for recognizing traits tied to seasonal occasions and recurring information cycles.
Versatile Aggregations And Geographic Breakdown
You select learn how to mixture knowledge: weekly, month-to-month, or yearly.
This flexibility lets you zoom in for fine-grained evaluation or step again for long-term traits.
Regional and sub-regional breakdowns are additionally uncovered by way of the API. You may pinpoint curiosity in nations, states, and even cities with out additional work.
Pattern API Request & Response
Hadas shared an instance request immediate utilizing Python, in addition to a pattern response.
The request:
The response:
print(time_series)
{
“factors”: [
{
“time_range”: {
“start_time”: (2024-01-01),
“end_time”: (2024-01-07),
},
“search_interest”: 4400.0,
“scaled_search_interest”: 62,
},
{
“time_range”: {
“start_time”: (2024-01-08),
“end_time”: (2024-01-14),
},
“search_interest”: 7100.0,
“scaled_search_interest”: 100,
},
…
]
}
Enroll now to get early entry to the Google Traits API alpha.