π° AI News Intelligence Feed β Real-Time News for AI Agents
Pricing
from $5.00 / 1,000 results
π° 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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
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:
| Feature | Basic scrapers | This 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-language | partial | β |
| 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
| Field | Description |
|---|---|
queries | Search keywords/phrases (Google News aggregates all major publishers) |
topics | Topic sections: world, nation, business, technology, entertainment, sports, science, health |
includeTopHeadlines | Also pull the main front-page top stories |
includeBBC | Also pull BBC News directly (first-party RSS) |
freshness | 1h / 24h / 7d / 30d β only recent articles (applies to keywords) |
maxResults | Total unique articles (after de-dup), 1β2000 |
resolveUrls | Decode to REAL publisher URLs (recommended, default on) |
includeFullText | Add clean, LLM-ready full article text (slower) |
includeSentiment | Add sentiment label + score (default on) |
language / country | Google 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:
| Event | Price |
|---|---|
| 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.
π Related Actors (by the same author)
- 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.