no key · no human

Ilcorrierino.com API, RSS and sitemap

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

ItalyItalian#879 by volume

Four ways to pull ilcorrierino.com

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

JSON Search this publisher

Every article we hold from ilcorrierino.com, newest first. Add q= to search inside.

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

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

sport 33%technology 31%crime 21%entertainment 10%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=www.ilcorrierino.com&size=5"
4,569
articles indexed
363
in the last 30 days
45
median per day
1
languages
90 min
median crawl lag
09.06 → 07.09
archive depth

Publishing volume

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

2026-06-09: 24 articles2026-06-10: 44 articles2026-06-11: 29 articles2026-06-12: 28 articles2026-06-13: 28 articles2026-06-14: 195 articles2026-06-15: 273 articles2026-06-16: 335 articles2026-06-17: 330 articles2026-06-18: 202 articles2026-06-19: 272 articles2026-06-20: 161 articles2026-06-21: 236 articles2026-06-22: 294 articles2026-06-23: 392 articles2026-06-24: 370 articles2026-06-25: 231 articles2026-06-26: 152 articles2026-06-27: 101 articles2026-06-28: 233 articles2026-06-29: 225 articles2026-06-30: 21 articles2026-08-09: gap in the upstream archive, the whole corpus dips2026-08-25: 2 articles2026-08-26: 31 articles2026-08-27: 32 articles2026-08-28: 30 articles2026-08-29: 31 articles2026-09-02: 31 articles2026-09-03: 43 articles2026-09-04: 44 articles2026-09-05: 44 articles2026-09-06: 45 articles2026-09-07: 30 articles06-0906-1406-1906-2406-2908-2709-0409-07

The 1 hatched days are gaps in the upstream news archive, not quiet days at Ilcorrierino.com: the whole corpus dips on those dates. They are excluded from the median above.

bash
curl "https://freenewsapi.ai/v1/stats?host=www.ilcorrierino.com&top=10"

Publishing rhythm

When Ilcorrierino.com actually publishes, by hour of day (UTC) and by day of week — measured from 4,569 timestamps, not from a schedule they advertise.

00: 450001: 390102: 490203: 900304: 650405: 600506: 1650607: 1610708: 1920809: 2480910: 3991011: 3861112: 2931213: 3161314: 3481415: 2601516: 1561617: 2791718: 3621819: 1481920: 1512021: 1722122: 1172223: 6823
Mon: 822MonTue: 774TueWed: 806WedThu: 537ThuFri: 526FriSat: 365SatSun: 739Sun

Sections

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

Languages

The site identifies itself under Ilcorrierino.com, www.ilcorrierino.com — separate editions publishing under one domain.

CodeLanguageArticlesShare
itItalian4,569100.0%

Latest articles

The 18 most recent Ilcorrierino.com 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=www.ilcorrierino.com&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.ilcorrierino.com&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 Ilcorrierino.com marks up its own pages — useful if you are deciding whether to parse them yourself.

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

Crawl lag — the delay between publication and the article reaching this index — is 90 min at the median, 1520 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 Ilcorrierino.com 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 4,569 of their articles and lets you filter by date, language and section.

How many articles does Ilcorrierino.com publish per day?

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