Gaming & Esports News Intelligence avatar

Gaming & Esports News Intelligence

Pricing

Pay per event

Go to Apify Store
Gaming & Esports News Intelligence

Gaming & Esports News Intelligence

Fetch and analyze news from top Gaming & Esports sources. Uses a smart "Scrape-First, Search-Fallback" engine to guarantee results. Features AI-powered sentiment analysis, hype ratings, and executive summaries. Batteries included: No external API keys needed.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Visita Intelligence

Visita Intelligence

Maintained by Community

Actor stats

1

Bookmarked

6

Total users

1

Monthly active users

10 minutes ago

Last modified

Categories

Share

๐ŸŽฎ Games & Esports Intelligence Database API

Query pre-analyzed, historical, and market-moving gaming intelligence โ€” backed by a daily AI-scraping pipeline and live gaming equities tracker.

This Actor doesn't force you to wait for live web scraping! We execute the heavy AI analysis natively on our backend every morning (~100 articles/day) utilizing LLMs and un-blockable scrapers. You are querying deeply enriched, pre-verified gaming and esports intelligence from a Supabase Postgres database.


๐Ÿš€ Why Use This Database?

๐Ÿ“ฐ News Intelligence (SEARCH_ARTICLES)

Instant access to AI-enriched gaming news that a standard RSS feed cannot provide:

  • ๐Ÿท๏ธ Entity Extraction: Automatically identifies games, hardware, companies, players, and esports teams (e.g., "Nintendo", "Faker", "Team Liquid").
  • ๐Ÿ“‹ Rich Metadata: Extrapolates genres, publishers, platforms, player_modes, events, players, and teams.
  • ๐Ÿ’ฏ Significance Score (0-100): Instantly filter noise. Know if an event is a "Minor Patch Note" (15/100) or an "Industry-Breaking Announcement" (95/100).
  • ๐Ÿ“ˆ Sentiment Analysis: Immediate Positive / Negative / Neutral classification per article.

๐Ÿ“ˆ Gaming Equities (QUERY_METRICS)

Daily stock metrics for the top 5 gaming publishers, powered by Yahoo Finance:

  • Nintendo (NTDOY), Sony (SONY), Electronic Arts (EA), Take-Two (TTWO), Tencent (TCEHY)
  • Fields: price_open, price_current, day_change_percent, volume

๐Ÿ“Š Industry Report (INDUSTRY_REPORT)

A one-shot intelligence summary combining:

  • Industry Sentiment โ€” rolling hype index and sentiment score
  • Top Stories โ€” the latest high-significance articles
  • Equities Performance โ€” current publisher stock data

๐Ÿ› ๏ธ Usage & Configuration

Because we handle the infrastructure, API keys, proxies, and LLM processing on our end, your setup is extremely straightforward.

Operation Modes

ModeDescriptionBilling
SEARCH_ARTICLESQuery AI-analyzed news articles by keyword, date, or entity.article-summary event
QUERY_METRICSRetrieve historical gaming publisher stock data.indices-fetched event
INDUSTRY_REPORTGenerate a consolidated gaming industry summary.report-generated event
DAILY_UPDATEโš™๏ธ Admin: Scrape equities + news, push to DB.โ€”
MAINTENANCEโš™๏ธ Admin: Recalculate hype & sentiment signals.โ€”
BACKFILL_METRICSโš™๏ธ Admin: Import historic equities data.โ€”

Configure Inputs

FieldDescription
Operation ModeSelect a mode from the table above.
News CategoryChoose a feed category (All, Esports & Gaming Industry, Console & PC, etc.)
Search Term(Optional) Query the database for a keyword or entity (e.g., "Nintendo", "Esports").
Start Date(Optional) Filter results on or after a specified date (YYYY-MM-DD).
Max ArticlesLimit the number of events returned.

๐Ÿ“Š Data Output

Results are saved to your Apify Dataset with a rich Table View in the console.

News Article Output (SEARCH_ARTICLES)

{
"title": "Nintendo Announces Next-Gen Console Specifications",
"url": "https://ign.com/articles/nintendo-switch-2-specs",
"published": "2025-11-30T14:30:00Z",
"content_type": "Industry/Business",
"significance_score": 95,
"sentiment": "Positive",
"affected_entities": ["Nintendo", "Switch 2", "Zelda"],
"genres": ["Action-Adventure"],
"publishers": ["Nintendo"],
"platforms": ["Switch"],
"player_modes": ["Single-player"],
"events": ["Nintendo Direct"],
"players": [],
"teams": [],
"summary": "Nintendo has officially announced the release timeline for the Switch successor..."
}

Equities Output (QUERY_METRICS)

{
"date": "2025-11-30",
"ticker_symbol": "NTDOY",
"company_name": "Nintendo",
"price_open": 72.50,
"price_current": 74.15,
"day_change_percent": 2.28,
"volume": "1523400"
}

Industry Report Output (INDUSTRY_REPORT)

{
"industry_sentiment": {
"date": "2025-11-30",
"sentiment_score": 0.65,
"industry_hype_index": 78.5,
"high_impact_news_flag": "True"
},
"top_stories": [ "..." ],
"equities_performance": [ "..." ]
}

๐Ÿ’ฐ Pricing & Monetization

This Actor uses a clear Pay-Per-Event model for complete predictability. You only pay when valuable data hits your dataset.

EventCostDescription
article-summary$0.01 per articleCharged per AI-analyzed article returned via SEARCH_ARTICLES
indices-fetched$0.01 per recordCharged per equity data point returned via QUERY_METRICS
report-generated$0.05 per reportCharged per consolidated report via INDUSTRY_REPORT

You do NOT burn money on HTTP 403s, proxy failures, or LLM hallucinations โ€” we've already handled the risk in our daily background schedules. You are strictly paying for the clean data payload.


๐Ÿข Platform Architecture

For advanced developers wishing to understand the infrastructure maintaining this database, refer to the AGENTS.md source of truth document for our automated deployment pipeline detailing LangGraph, Supabase integrations, Yahoo Finance equities tracking, and Brave Search Fallback mechanics.