no key · no human

ZDNET API, RSS and sitemap

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

FranceFrench#7,963 by volume

Four ways to pull zdnet.fr

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

JSON Search this publisher

Every article we hold from zdnet.fr, newest first. Add q= to search inside.

curl -s "https://freenewsapi.ai/v1/search?host=www.zdnet.fr&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=www.zdnet.fr&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=www.zdnet.fr&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=www.zdnet.fr&size=20&fields=title,url,published_at,lang"open it →

What this outlet covers, by share of its recent output:

technology 60%economy 20%science 20%

Call the API

A live request. Paste it into a terminal and ZDNET headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=www.zdnet.fr&size=5"
236
articles indexed
236
in the last 30 days
17
median per day
1
languages
7 min
median crawl lag
26.08 → 07.09
archive depth

Publishing volume

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

2026-08-26: 4 articles2026-08-27: 30 articles2026-08-28: 26 articles2026-08-29: 12 articles2026-08-30: 8 articles2026-08-31: 20 articles2026-09-01: 17 articles2026-09-02: 32 articles2026-09-03: 29 articles2026-09-04: 32 articles2026-09-05: 15 articles2026-09-06: 9 articles2026-09-07: 2 articles08-2608-2808-3009-0109-0309-0509-07
bash
curl "https://freenewsapi.ai/v1/stats?host=www.zdnet.fr&top=10"

Publishing rhythm

When ZDNET actually publishes, by hour of day (UTC) and by day of week — measured from 236 timestamps, not from a schedule they advertise.

00: 00001: 00102: 00203: 00304: 20405: 130506: 170607: 340708: 160809: 200910: 181011: 151112: 121213: 161314: 111415: 41516: 261617: 41718: 81819: 51920: 112021: 02122: 42223: 023
Mon: 22MonTue: 17TueWed: 36WedThu: 59ThuFri: 58FriSat: 27SatSun: 17Sun

Sections

Sections come from the publisher's own markup, present on 36% of their articles.

Languages

CodeLanguageArticlesShare
frFrench236100.0%

Latest articles

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

J'ai demandé à Gemini et à Claude de rédiger mes réponses par e-mail. Mais il n'y en a qu'un qui écrit vraiment comme mo
2026-09-06 13:35 UTC
Gemini et Claude ont chacun leurs points forts, mais lorsqu'il s'agit d'aide à la rédaction d'e-mails, il n'y a qu'un seul gagnant.
Les 16 paramètres d'Apple Messages que je modifie sur chaque iPhone – et pourquoi
2026-09-06 08:10 UTC
Activez ou désactivez ces paramètres iMessage pour profiter d'une expérience de messagerie plus épurée, plus moderne et plus confidentielle.
J'ai réussi à donner à Linux l'apparence de Windows 11 gratuitement, grâce à quelques modifications simples apportées à
2026-09-05 13:01 UTC
Si l'interface de Windows 11 vous plaît, mais que vous préférez utiliser Linux, vous avez de la chance.
Le raccourci iMessage que la plupart des utilisateurs d'iPhone ignorent encore
2026-09-05 07:01 UTC
Les dernières mises à jour d'iOS ont ajouté une multitude d'étapes inutiles pour des actions simples, comme ajouter une photo à un texto. Mais il existe une astuce simple
IA pratique : comment débuter avec ChatGPT Work
2026-09-04 18:00 UTC · technology
Souveraineté IA : l'État accélère avec Mistral AI mais met en garde contre le piège du champion unique
2026-09-04 14:55 UTC
L'État renforce son alliance avec la pépite française via un contrat de 6 millions d'euros ciblant la cybersécurité et la justice. Mais depuis la Silicon Valley, le minis

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=www.zdnet.fr&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=www.zdnet.fr&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 ZDNET marks up its own pages — useful if you are deciding whether to parse them yourself.

2%
dates from JSON-LD
12%
articles with a byline
36%
articles with sections
239 KB
average page weight

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

Similar publishers

Comparable outlets in the same language. Those without a page here yet link straight to their slice of the API.

FAQ

Does ZDNET 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 236 of their articles and lets you filter by date, language and section.

How many articles does ZDNET publish per day?

17 on a median day, measured across 13 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.