no key · no human

BonForfait API, RSS and sitemap

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

FranceFrench#11,674 by volume

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

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

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

technology 40%business 30%society 20%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=bonforfait.fr&size=5"
107
articles indexed
2
in the last 30 days
6
median per day
1
languages
90892 min
median crawl lag
10.06 → 31.08
archive depth

Publishing volume

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

2026-06-10: 9 articles2026-06-11: 6 articles2026-06-12: 3 articles2026-06-15: 6 articles2026-06-16: 9 articles2026-06-18: 3 articles2026-06-23: 3 articles2026-06-24: 3 articles2026-06-25: 9 articles2026-06-29: 6 articles2026-07-01: 9 articles2026-07-06: 3 articles2026-07-09: 6 articles2026-07-21: 3 articles2026-07-22: 3 articles2026-07-23: 3 articles2026-07-28: 6 articles2026-07-29: 9 articles2026-07-30: 6 articles2026-08-31: 2 articles06-1006-1506-2306-2907-0907-2307-3008-31
bash
curl "https://freenewsapi.ai/v1/stats?host=bonforfait.fr&top=10"

Publishing rhythm

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

00: 00001: 00102: 00203: 00304: 00405: 00506: 120607: 120708: 240809: 290910: 91011: 61112: 31213: 31314: 31415: 61516: 01617: 01718: 01819: 01920: 02021: 02122: 02223: 023
Mon: 17MonTue: 21TueWed: 33WedThu: 33ThuFri: 3FriSat: 0SatSun: 0Sun

Sections

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

SectionArticles
business35
society35
technology35

Languages

CodeLanguageArticlesShare
frFrench107100.0%

Latest articles

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

La Poste Mobile offre 4 mois sur tous ses forfaits
2026-08-31 09:18 UTC
La Poste Mobile offre quatre mois d'abonnement sur ses cinq forfaits sans engagement, du 100 Mo au 350 Go, pour toute souscription jusqu'au 4 octobre 2026.
La RED Box 5G baisse à 24,99€/mois
2026-07-29 06:30 UTC · technology
SFR lance un forfait 500 Go 5G+ à 24,99€
2026-07-29 06:15 UTC · technology
B&You installe un 20 Go 5G à 9,99€ et revient au 100 Go
2026-07-06 09:19 UTC
B&You modifie sa gamme sans engagement : un 20 Go 5G arrive à 9,99€/mois, tandis que le forfait 150 Go repasse à 100 Go.
RED passe son forfait mobile à 60 Go pour 9,99€
2026-07-01 14:25 UTC · technology
B&You Voyage 200 Go revient à 15,99€
2026-07-01 07:09 UTC · technology
B&You Voyage 200 Go revient à 15,99€
2026-07-01 07:09 UTC
Bouygues Telecom baisse son forfait B&You Voyage 200 Go à 15,99€/mois. La 5G et les 40 Go utilisables dans plus de 150 destinations restent inclus.

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=bonforfait.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=bonforfait.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 BonForfait 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
33%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 90892 min at the median, 117529 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 BonForfait 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 107 of their articles and lets you filter by date, language and section.

How many articles does BonForfait publish per day?

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