πŸ“° AI News Intelligence Feed β€” Real-Time News for AI Agents avatar

πŸ“° AI News Intelligence Feed β€” Real-Time News for AI Agents

Pricing

from $5.00 / 1,000 results

Go to Apify Store
πŸ“° AI News Intelligence Feed β€” Real-Time News for AI Agents

πŸ“° AI News Intelligence Feed β€” Real-Time News for AI Agents

Real-time, structured, LLM-ready news for AI agents & RAG. Google News (aggregates Reuters, AP, BBC, Bloomberg & 1000s of publishers) + topics + BBC. Decodes Google's redirects to REAL publisher URLs; optional clean full text, sentiment & de-dup. No API key. MCP tool for ChatGPT/Claude.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Hitman studio

Hitman studio

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

πŸ“° AI News Intelligence Feed β€” Real-Time News for AI Agents & RAG

The news actor built for AI agents. Turn the world's news into clean, structured JSON β€” with real publisher URLs, clean full article text, sentiment and de-duplication β€” ready to feed straight to an LLM, RAG pipeline, or MCP-connected agent. Search Google News (which aggregates Reuters, AP, BBC, Bloomberg, Yahoo, Nature & 1000s more), plus topic sections, top headlines and BBC direct.

βœ… No API key, no login, no block. Free public sources. Set it on a daily schedule for an always-fresh news feed.


πŸ€– Why this beats a basic Google News scraper

Most news scrapers just dump headlines with a useless news.google.com/... redirect link. This one gives your AI agent everything it actually needs:

FeatureBasic scrapersThis actor
Headline, source, date, snippetβœ…βœ…
REAL publisher URL (decoded from Google's encrypted redirect)βŒβœ…
Clean full article text (token-efficient, LLM-ready β€” no HTML)βŒβœ… (optional)
Sentiment score + label per articleβŒβœ…
De-duplication (same story across 100 outlets β†’ 1)βŒβœ…
Topics, top headlines, freshness window, multi-languagepartialβœ…
Works as an MCP tool for ChatGPT / Claudeβ€”βœ…

The real URL matters: without it you can't open, cite, or crawl the article. The clean full text cuts ~94% of the tokens vs raw HTML β€” so your LLM reads the story, not the page furniture.


🎯 Perfect for

  • AI agents / assistants β€” give them current events (LLMs have a knowledge cutoff)
  • RAG pipelines β€” clean, chunk-ready article text with source attribution
  • Brand / PR monitoring β€” track mentions with sentiment
  • Finance & crypto β€” headline sentiment as a signal (bitcoin, a ticker, a company)
  • Research & trend tracking β€” topic sections + freshness windows
  • Daily automated feeds β€” schedule it; get fresh JSON every morning

🧾 Input

FieldDescription
queriesSearch keywords/phrases (Google News aggregates all major publishers)
topicsTopic sections: world, nation, business, technology, entertainment, sports, science, health
includeTopHeadlinesAlso pull the main front-page top stories
includeBBCAlso pull BBC News directly (first-party RSS)
freshness1h / 24h / 7d / 30d β€” only recent articles (applies to keywords)
maxResultsTotal unique articles (after de-dup), 1–2000
resolveUrlsDecode to REAL publisher URLs (recommended, default on)
includeFullTextAdd clean, LLM-ready full article text (slower)
includeSentimentAdd sentiment label + score (default on)
language / countryGoogle News edition (e.g. en / US, hi / IN)

Example input

{
"queries": ["OpenAI", "bitcoin price"],
"topics": ["technology", "business"],
"freshness": "24h",
"maxResults": 200,
"resolveUrls": true,
"includeSentiment": true
}

πŸ“€ Output (per article)

{
"title": "Previewing GPT-5.6 Sol: a next-generation model",
"source": "OpenAI",
"source_url": "https://openai.com/index/previewing-gpt-5-6-sol/",
"google_news_url": "https://news.google.com/rss/articles/CBMi...",
"url_resolved": true,
"published_at": "2026-06-26T17:02:16+00:00",
"snippet": "OpenAI previews its next-generation model...",
"image": "https://...",
"sentiment": "positive",
"sentiment_score": 0.5,
"query": "OpenAI",
"topic": null,
"feed": "google_news_search",
"language": "en",
"country": "US",
"full_text": "…clean article text when includeFullText is on…",
"scraped_at": "2026-07-03T..."
}

Every run also saves a SUMMARY (totals + source list) in the key-value store.

πŸ€– For AI agents, MCP & LLMs

This actor is available as a tool for AI agents via the Apify MCP server β€” ChatGPT, Claude and custom LLM agents can call it directly to fetch current news, resolve real article URLs, read clean full text, and score sentiment in real time. Clean, structured JSON makes it an ideal RAG / tool-use data source for research, monitoring and assistant workflows β€” closing the LLM knowledge-cutoff gap.

❓ FAQ

Q: Where does the data come from? Google News RSS (which aggregates Reuters, AP, BBC, Bloomberg, Yahoo, Nature and thousands of publishers) + BBC's own RSS. Public, free, no key.

Q: Why "real URLs"? Google News hides every link behind an encrypted redirect. This actor decodes each one to the true publisher URL so you can open, cite and crawl it.

Q: Is the full text really clean? Yes β€” it's extracted with a precision content extractor (no nav/ads/HTML), so it's compact and LLM-ready.

Q: Can I run it daily? Yes β€” schedule it in Apify and get a fresh feed automatically.

πŸ’΅ Pricing (pay per result)

You only pay for what you get β€” no subscription:

EventPrice
Actor start$0.01 / run
Per article (real URL + sentiment)$0.005
Per article with clean full text (LLM-ready)$0.012

Examples: 500 fresh articles β‰ˆ $2.50 Β· 500 with full article text β‰ˆ $6.00. The Apify Free plan's monthly credits cover thousands of articles.

  • Lead Enricher Pro β€” emails, phones, LinkedIn & tech stack from any website
  • Google Maps Leads β€” business leads with emails & phones
  • YouTube Transcript Scraper β€” transcripts/subtitles in 100+ languages
  • Google Trends Scraper β€” keyword & trend data

πŸ”– Keywords

news api, ai news, real-time news, google news scraper, news for ai agents, llm news feed, rag news, news api for chatgpt, news api for claude, mcp news tool, newsapi alternative, news aggregator, headlines api, article extraction, news sentiment, brand monitoring, crypto news sentiment, reuters ap bbc news, structured news json, daily news feed.

βš–οΈ Notes

Reads public news headlines/metadata and publicly available article pages. Respect each publisher's terms and copyright when storing or redistributing full text.