no key · no human

Notizie.it API, RSS and sitemap

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

ItalyItalian#787 by volume

Four ways to pull notizie.it

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

JSON Search this publisher

Every article we hold from notizie.it, newest first. Add q= to search inside.

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

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

health 20%transport 12%crime 10%politics 10%weather 10%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=www.notizie.it,milano.notizie.it&size=5"

This page covers 2 hosts of notizie.it as one publisher: www.notizie.it, milano.notizie.it. The API accepts them comma-separated in host.

5,346
articles indexed
2,200
in the last 30 days
201
median per day
1
languages
38 min
median crawl lag
09.06 → 07.09
archive depth

Publishing volume

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

2026-06-09: 221 articles2026-06-10: 219 articles2026-06-11: 211 articles2026-06-12: 225 articles2026-06-13: 184 articles2026-06-14: 151 articles2026-06-15: 221 articles2026-06-16: 201 articles2026-06-17: 228 articles2026-06-18: 230 articles2026-06-19: 217 articles2026-06-20: 192 articles2026-06-21: 137 articles2026-06-22: 205 articles2026-06-23: 204 articles2026-06-24: 100 articles2026-08-25: 49 articles2026-08-26: 81 articles2026-08-27: 112 articles2026-08-28: 195 articles2026-08-29: 116 articles2026-08-30: 140 articles2026-08-31: 222 articles2026-09-01: 238 articles2026-09-02: 248 articles2026-09-03: 111 articles2026-09-04: 272 articles2026-09-05: 176 articles2026-09-06: 195 articles2026-09-07: 45 articles06-0906-1406-1906-2408-2909-0309-07
bash
curl "https://freenewsapi.ai/v1/stats?host=www.notizie.it,milano.notizie.it&top=10"

Publishing rhythm

When Notizie.it actually publishes, by hour of day (UTC) and by day of week — measured from 5,346 timestamps, not from a schedule they advertise.

00: 720001: 120102: 660203: 120304: 1360405: 2180506: 3110607: 2550708: 3660809: 2930910: 4401011: 3501112: 3371213: 3151314: 3501415: 3691516: 3681617: 2951718: 2271819: 1461920: 1652021: 632122: 1632223: 1723
Mon: 693MonTue: 913TueWed: 876WedThu: 664ThuFri: 909FriSat: 668SatSun: 623Sun

Sections

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

Languages

The site identifies itself under Notizie.it, Milano Notizie — separate editions publishing under one domain.

CodeLanguageArticlesShare
itItalian5,346100.0%

Latest articles

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

Ballando con le Stelle: Mariotto parla di Selvaggia Lucarelli e Amanda Lear
2026-09-07 07:32 UTC
Guillermo Mariotto si prepara per una nuova edizione di Ballando con le Stelle e parla del cambiamento in giuria, di Selvaggia Lucarelli e del ruolo fondamentale di Amand
Migranti, tensione sulle spiagge della Sardegna: barchino respinto dai bagnanti
2026-09-07 07:29 UTC
Migranti, tensione in Sardegna: barchino con otto persone torna al largo dopo la protesta dei bagnanti. Ecco cosa è successo. Leggi tutto Migranti, tensione sulle spiagge
Venezia, Susan Sarandon sfila sul red carpet con una spilla per Gaza
2026-09-07 07:25 UTC
Leggi tutto Venezia, Susan Sarandon sfila sul red carpet con una spilla per Gaza su Notizie.it .
Lorena Isceri, oggi l’autopsia: dovrà stabilire quando è morta, tutti i dubbi da chiarire
2026-09-07 07:14 UTC
Leggi tutto Lorena Isceri, oggi l’autopsia: dovrà stabilire quando è morta, tutti i dubbi da chiarire su Notizie.it .

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.notizie.it,milano.notizie.it&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.notizie.it,milano.notizie.it&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 Notizie.it marks up its own pages — useful if you are deciding whether to parse them yourself.

59%
dates from JSON-LD
59%
articles with a byline
65%
articles with sections
118 KB
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 38 min at the median, 113 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 Notizie.it 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 5,346 of their articles and lets you filter by date, language and section.

How many articles does Notizie.it publish per day?

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