no key · no human

Jornal Correio API, RSS and sitemap

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

BrazilPortuguese#977 by volume

Four ways to pull correio24horas.com.br

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

JSON Search this publisher

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

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

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

health 21%crime 14%economy 14%sport 14%entertainment 13%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=www.correio24horas.com.br&size=5"
4,104
articles indexed
3,742
in the last 30 days
159
median per day
1
languages
139 min
median crawl lag
09.06 → 07.09
archive depth

Publishing volume

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

2026-06-09: 170 articles2026-06-10: 150 articles2026-06-11: 42 articles2026-08-14: 105 articles2026-08-15: 87 articles2026-08-16: 100 articles2026-08-17: 168 articles2026-08-18: 325 articles2026-08-19: 159 articles2026-08-20: 194 articles2026-08-21: 159 articles2026-08-22: 133 articles2026-08-23: 83 articles2026-08-24: 158 articles2026-08-25: 167 articles2026-08-26: 170 articles2026-08-27: 183 articles2026-08-28: 171 articles2026-08-29: 127 articles2026-08-30: 114 articles2026-08-31: 159 articles2026-09-01: 166 articles2026-09-02: 178 articles2026-09-03: 199 articles2026-09-04: 175 articles2026-09-05: 119 articles2026-09-06: 93 articles2026-09-07: 50 articles06-0908-1508-1908-2308-2708-3109-0409-07
bash
curl "https://freenewsapi.ai/v1/stats?host=www.correio24horas.com.br&top=10"

Publishing rhythm

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

00: 1370001: 830102: 600203: 880304: 310405: 800506: 690607: 830708: 2490809: 2180910: 2491011: 2291112: 2761213: 2511314: 2481415: 1881516: 2401617: 1891718: 2161819: 2011920: 1952021: 2392122: 1292223: 15623
Mon: 535MonTue: 828TueWed: 657WedThu: 618ThuFri: 610FriSat: 466SatSun: 390Sun

Sections

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

SectionArticles
health850

Languages

The site identifies itself under Jornal Correio, correio24horas.com.br — separate editions publishing under one domain.

CodeLanguageArticlesShare
ptPortuguese4,104100.0%

Latest articles

The 18 most recent Jornal Correio 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.correio24horas.com.br&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.correio24horas.com.br&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 Jornal Correio marks up its own pages — useful if you are deciding whether to parse them yourself.

79%
dates from JSON-LD
78%
articles with a byline
21%
articles with sections
697 KB
average page weight

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

How many articles does Jornal Correio publish per day?

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