no key · no human

Google DeepMind News API, RSS and sitemap

Every article Google DeepMind News publishes, as JSON, through an open API with no key and no signup. 29 of their articles are indexed right now, refreshed hourly.

English#17,293 by volume

Four ways to pull deepmind.google

All four are ours, all four are live, and none of them needs a key.

JSON Search this publisher

Every article we hold from deepmind.google, newest first. Add q= to search inside.

curl -s "https://freenewsapi.ai/v1/search?host=deepmind.google&size=20"open it →

RSS Subscribe in any reader

The same articles as an RSS 2.0 feed. Works in Feedly, Inoreader, Thunderbird — anywhere.

curl -s "https://freenewsapi.ai/v1/rss?host=deepmind.google&size=50"open it →

JSON Feed For apps

JSON Feed 1.1, the same content in a format apps parse natively.

curl -s "https://freenewsapi.ai/v1/feed.json?host=deepmind.google&size=50"open it →

Trimmed For agents

Only the fields an agent needs — title, url, date, language — so the response stays small.

curl -s "https://freenewsapi.ai/v1/search?host=deepmind.google&size=20&fields=title,url,published_at,lang"open it →

Call the API

A live request. Paste it into a terminal and Google DeepMind News headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=deepmind.google&size=5"
29
articles indexed
8
in the last 30 days
1
median per day
1
languages
55813 min
median crawl lag
08.06 → 01.09
archive depth

Publishing volume

Articles per day over the last 22 days. The busiest hour is 15:00 UTC — that is when the newsroom pushes its main batch.

2026-06-08: 1 articles2026-06-09: 3 articles2026-06-10: 2 articles2026-06-16: 2 articles2026-06-24: 1 articles2026-06-30: 1 articles2026-07-03: 1 articles2026-07-13: 1 articles2026-07-16: 1 articles2026-07-17: 1 articles2026-07-21: 1 articles2026-07-22: 1 articles2026-07-28: 1 articles2026-07-29: 1 articles2026-07-30: 1 articles2026-08-06: 1 articles2026-08-12: 1 articles2026-08-13: 1 articles2026-08-21: 1 articles2026-08-26: 1 articles2026-08-27: 2 articles2026-09-01: 1 articles06-0806-1607-0307-1707-2808-0608-2109-01
bash
curl "https://freenewsapi.ai/v1/stats?host=deepmind.google&top=10"

Publishing rhythm

When Google DeepMind News actually publishes, by hour of day (UTC) and by day of week — measured from 29 timestamps, not from a schedule they advertise.

00: 00001: 00102: 00203: 00304: 00405: 00506: 00607: 00708: 00809: 10910: 11011: 11112: 21213: 31314: 41415: 61516: 51617: 31718: 01819: 01920: 02021: 12122: 02223: 023
Mon: 2MonTue: 9TueWed: 7WedThu: 6ThuFri: 3FriSat: 0SatSun: 0Sun

Languages

The site identifies itself under Google DeepMind News, Natural 20 — separate editions publishing under one domain.

CodeLanguageArticlesShare
enEnglish2793.1%

Latest articles

The 18 most recent Google DeepMind News articles in the index — the same rows the API returns, rendered for humans.

Piloting the world's first double-blind AI evaluations
2026-08-27 12:59 UTC
Piloting the world's first double-blind AI evaluations
Intelligent transcription with Gemini 3.5 Transcribe
2026-08-26 17:01 UTC
Now you can get more intelligent speech-to-text transcription with Gemini 3.5 Transcribe.
From Atari to EVE Online: Building on 15 Years of AI Research in Games
2026-08-21 11:59 UTC
Google DeepMind partners with game studios to prototype breakthrough AI gameplay.
Introducing Gemini 3.7 Flash
2026-08-13 17:04 UTC
Putting sign language AI into users’ hands
2026-08-12 14:01 UTC
Introducing sign-language-to-text (SL2T), our breakthrough model powering new sign language features for Deaf and hard of hearing users.
Gemini Robotics ER 2: powering robotics with video understanding, task orchestration, and multi-robot collaboration
2026-07-30 15:00 UTC
Gemini Robotics ER 2 helps robots reason, collaborate, and solve real-world tasks. It represents a step change in video understanding, tool orchestration, and multi-robot
Accelerating the frontiers of scientific discovery: Google’s $40M commitment to the Genesis Mission
2026-07-22 13:38 UTC
Google commits $40M in AI tokens and credits for the Genesis Mission
Introducing Gemini 3.6 Flash, 3.5 Flash-Lite, and 3.5 Flash Cyber
2026-07-21 15:16 UTC
We’re introducing new Gemini models, including Gemini 3.6 Flash, 3.5 Flash-Lite and 3.5 Flash Cyber.
Introducing Gemini 3.5 Flash Cyber
2026-07-17 15:00 UTC
Google introduces Gemini 3.5 Flash Cyber, a lightweight cybersecurity model to find and patch vulnerabilities.
Our approach to bioresilience
2026-07-16 09:30 UTC
Google DeepMind and Isomorphic Labs are sharing our joint approach to bioresilience and AI models.
Empowering India’s next generation of innovators with ATL Saathi
2026-07-13 12:37 UTC
Google and AIM launched ATL Saathi, a Gemini-powered AI tool empowering Indian educators in robotics labs.

Harvest it all

Page through the archive by date. from and to accept YYYY-MM-DD or relative values such as now-7d.

bash
curl "https://freenewsapi.ai/v1/search?host=deepmind.google&from=now-7d&size=100"

To poll for new material, keep the timestamp of the newest article you saw and ask only for what came after it:

bash
curl "https://freenewsapi.ai/v1/search?host=deepmind.google&from=now-1h&sort=date_asc"

Article bodies come with full_text=true. No key, no quota tier, no header — see the search endpoint for every parameter.

Metadata quality

How well Google DeepMind News marks up its own pages — useful if you are deciding whether to parse them yourself.

0%
dates from JSON-LD
0%
articles with a byline
0%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 55813 min at the median, 110543 minutes at the 90th percentile.

FAQ

Does Google DeepMind News have an official API?

Not a public one. This endpoint is the practical alternative: their articles as structured JSON, with title, lead, publication time, section, byline and a link back to the original.

How do I get their RSS feed?

Most publishers expose one at /rss or /feed, but feeds carry only the last few dozen items and drop them within hours. This index keeps 29 of their articles and lets you filter by date, language and section.

How many articles does Google DeepMind News publish per day?

1 on a median day, measured across 22 days.

Can I use this commercially?

The API is free and unauthenticated. What you may do with the content is between you and the publisher: we return metadata, a lead paragraph and a link, not a licence.