Daily Google Search Trends
Trending topics in the United States, updated daily via the Google Trends API
@kaggle.adrianjuliusaluoch_daily_google_search_trends_us
Trending topics in the United States, updated daily via the Google Trends API
@kaggle.adrianjuliusaluoch_daily_google_search_trends_us
Every day, millions of searches reveal what’s capturing people’s attention. This dataset tracks daily trending Google searches in the United States, collected automatically via the Google Trends API since 19 September 2025.
A lightweight pipeline handles the workflow:
This resource is designed for anyone who wants to explore what’s “buzzing” in the US:
With daily updates and historical records preserved in BigQuery, this dataset balances realism and usability: clean enough to work with, but still raw enough to present a genuine challenge.
CREATE TABLE trending_searches_in_us (
"query" VARCHAR,
"start_date" TIMESTAMP,
"end_date" TIMESTAMP,
"active" BOOLEAN,
"search_volume" BIGINT,
"increase_percentage" BIGINT,
"categories" VARCHAR,
"trend_breakdown" VARCHAR
);
Anyone who has the link will be able to view this.