no key · no human

Actu : toute l'information locale et nationale en direct API, RSS and sitemap

Every article Actu : toute l'information locale et nationale en direct publishes, as JSON, through an open API with no key and no signup. 6,848 of their articles are indexed right now, refreshed hourly.

FranceFrench#675 by volume

Four ways to pull actu.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 actu.fr, newest first. Add q= to search inside.

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

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

weather 32%sport 19%society 16%transport 9%

Call the API

A live request. Paste it into a terminal and Actu : toute l'information locale et nationale en direct headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=actu.fr&size=5"
6,848
articles indexed
6,844
in the last 30 days
459
median per day
1
languages
3 min
median crawl lag
10.07 → 07.09
archive depth

Publishing volume

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

2026-07-10: 2 articles2026-08-03: 1 articles2026-08-05: 1 articles2026-08-20: 1 articles2026-08-22: 1 articles2026-08-25: 3 articles2026-08-26: 73 articles2026-08-27: 675 articles2026-08-28: 640 articles2026-08-29: 425 articles2026-08-30: 418 articles2026-08-31: 623 articles2026-09-01: 654 articles2026-09-02: 660 articles2026-09-03: 459 articles2026-09-04: 764 articles2026-09-05: 466 articles2026-09-06: 461 articles2026-09-07: 521 articles07-1008-2008-2608-2909-0109-0409-07
bash
curl "https://freenewsapi.ai/v1/stats?host=actu.fr&top=10"

Publishing rhythm

When Actu : toute l'information locale et nationale en direct actually publishes, by hour of day (UTC) and by day of week — measured from 6,848 timestamps, not from a schedule they advertise.

00: 50001: 40102: 60203: 600304: 4900405: 4180506: 3900607: 3830708: 3700809: 4830910: 5251011: 3221112: 3391213: 3441314: 4671415: 6131516: 6691617: 4631718: 2801819: 1151920: 632021: 212122: 132223: 523
Mon: 1,145MonTue: 657TueWed: 734WedThu: 1,135ThuFri: 1,406FriSat: 892SatSun: 879Sun

Sections

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

SectionArticles
society1,298
sport1,298
weather1,298

Languages

CodeLanguageArticlesShare
frFrench6,848100.0%

Latest articles

The 18 most recent Actu : toute l'information locale et nationale en direct articles in the index — the same rows the API returns, rendered for humans.

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=actu.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=actu.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 Actu : toute l'information locale et nationale en direct 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
19%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 3 min at the median, 46 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 Actu : toute l'information locale et nationale en direct 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 6,848 of their articles and lets you filter by date, language and section.

How many articles does Actu : toute l'information locale et nationale en direct publish per day?

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