Baselight

Daily Google Search Trends

Trending topics in the United States, updated daily via the Google Trends API

@kaggle.adrianjuliusaluoch_daily_google_search_trends_us

Loading...
Loading...

About this Dataset

Daily Google Search Trends

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:

  • A scheduled script pulls the latest trending topics once a day.
  • The data is stored in Google BigQuery, where it undergoes only basic cleaning (removing duplicates, normalizing dates). Beyond that, the dataset is intentionally left “as-is” to reflect real-world data pipelines and give Kagglers room to tackle the imperfections themselves.
  • Fresh records are published directly to Kaggle, ensuring the dataset is always current.

This resource is designed for anyone who wants to explore what’s “buzzing” in the US:

  • Content creators can spot ideas that audiences are actively searching for.
  • Data analysts can visualize patterns in search interest over time.
  • Students and learners can practice building queries, dashboards, and predictive models with live, evolving data.
  • Researchers can study how cultural moments and events show up in online behavior.

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.

Tables

@kaggle.adrianjuliusaluoch_daily_google_search_trends_us.trending_searches_in_us
  • 344.37 kB
  • 8,836 rows
  • 8 columns
Loading...
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
);

Share link

Anyone who has the link will be able to view this.