Prompt
What are the best datasets for tracking online trends?
Latest observation
Tracking online trends effectively depends on what kind of trends you want to analyze—such as consumer search behavior, viral social media topics, global news coverage, or technical developments.
The best datasets for tracking online trends are categorized below by domain, along with their primary use cases and access methods.
1. Search Behavior & Consumer Intent
- Google Trends / PyTrends:
- What it tracks: Normalized relative search interest across geographical regions, categories, and timeframes.
- Best for: Identifying rising consumer intent, seasonal demand shifts, viral topics, and long-term search interest.
- How to access: Directly on the Google Trends portal, programmatically using Python wrappers like
pytrends, or via curated historical archives like the GoogleTrendArchive.
2. Global News & News Media Trends
- The GDELT Project (Global Database of Events, Language, and Tone):
- What it tracks: A real-time global dataset monitoring print, broadcast, and web news across more than 100 languages. Updated every 15 minutes.
- Best for: Geopolitical event tracking, sentiment analysis, crisis monitoring, and news coverage velocity.
- How to access: Free and open via Google BigQuery, downloadable raw files, or interactive GDELT visualizers.
- Media Cloud:
- What it tracks: An open-source platform tracking online news media coverage across thousands of global digital publications.
- Best for: Studying media ecosystem trends, topic framing, narrative diffusion, and news frequency over time.
- How to access: Free API and web search platform for researchers and analysts.
3. Social Media & Viral Culture
- Reddit Datasets (Pushshift Archives & Reddit API):
- What it tracks: Millions of posts, comments, subreddits, upvote metrics, and community discussions spanning over a decade.
- Best for: Uncovering subculture trends, meme origins, product sentiment, niche interest adoption, and unvarnished public opinion.
- How to access: Academic torrents, BigQuery public datasets (
fh-bigquery:reddit_posts), and the official Reddit API.
- Bluesky Public Firehose / AT Protocol Data:
- What it tracks: An unauthenticated/public real-time websocket stream of user posts, likes, reposts, and profile updates across the decentralized network.
- Best for: Real-time social sentiment, emerging tech/media discussions, and public discourse tracking without heavy API paywalls.
- How to access: Websocket connection to
bsky.networkfirehose endpoints.
- TikTok / YouTube Research APIs:
- What it tracks: Metadata, views, comments, hashtags, audio tracks, and engagement metrics for short- and long-form video content.
- Best for: Identifying viral audio/video formats, creator-led trends, and youth culture dynamics.
- How to access: Official developer/researcher APIs (academic verification often required).
4. Information Interest & Knowledge Spikes
- Wikimedia Pageview API & Dumps:
- What it tracks: Daily and hourly pageview metrics across all Wikipedia language editions and topics.
- Best for: Measuring real-time public curiosity spikes following breaking news, pop culture events, or historical discoveries.
- How to access: Wikimedia REST API, raw monthly database dumps, and tools like Wikimedia Toolforge.
- Common Crawl:
- What it tracks: Petabytes of raw web page content, metadata, and link graphs crawled across the public internet.
- Best for: Macro-level web publishing trends, emerging terminology/jargon, and web technology adoption.
- How to access: AWS Public Datasets (S3) free to query via Amazon Athena or Hugging Face Datasets.
5. Developer & Tech Industry Trends
- GH Archive (GitHub Archive):
- What it tracks: All public activity events on GitHub (commits, star counts, fork patterns, issue filings, and PRs).
- Best for: Spotting trending open-source tools, rising programming languages, and tech stack shifts.
- How to access: Available as a public dataset on Google BigQuery or via
gharchive.org.
- Hacker News Datasets & API:
- What it tracks: Tech-focused article links, commentary, and vote distributions.
- Best for: Monitoring tech ecosystem buzz, startup trends, and developer discussions.
- How to access: Firebase API, official Hacker News API, and BigQuery public datasets.
Summary Recommendation
- For consumer & market intent: Start with Google Trends.
- For global news & geopolitical narrative: Use GDELT.
- For niche topics & organic conversation: Use Reddit or Bluesky Firehose datasets.
- For broad cultural curiosity: Look at Wikipedia Pageviews.
Brands
Citations
- https://explodingtopics.com/blog/trend-tools
- https://arxiv.org/html/2603.21871v1
- https://www.gdeltproject.org/
- https://www.interviewquery.com/p/social-media-datasets
- https://imerit.ai/resources/blog/11-best-social-media-datasets-for-machine-learning-all-pbm/
- https://github.com/bytewax/awesome-public-real-time-datasets
- https://www.kaggle.com/datasets/atharvasoundankar/viral-social-media-trends-and-engagement-analysis
- https://www.dataquest.io/blog/free-datasets-for-projects/
Observation history
See 3 earlier observations
Create a free Obsurfable account to unlock historical responses, model comparisons, and deeper brand intelligence.
How did Obsurfable measure this prompt?
Obsurfable records AI answers to buyer-style prompts in its research corpus (4 observations for this page). Metrics are distributions over observations, not a single static ranking.
Which AI systems does Obsurfable collect answers from?
OpenAI, ChatGPT, Google, Gemini, Google AI Mode, Anthropic, Claude, Perplexity, Grok, DeepSeek, Mistral, Copilot, and Meta AI.