no key · no human

Diário de São Paulo API, RSS and sitemap

Every article Diário de São Paulo publishes, as JSON, through an open API with no key and no signup. 401 of their articles are indexed right now, refreshed hourly.

BrazilPortuguese#5,512 by volume

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

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

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

politics 36%entertainment 19%economy 13%crime 12%health 9%

Call the API

A live request. Paste it into a terminal and Diário de São Paulo headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=spdiario.com.br&size=5"
401
articles indexed
367
in the last 30 days
34
median per day
1
languages
402 min
median crawl lag
25.08 → 06.09
archive depth

Publishing volume

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

2026-08-25: 48 articles2026-08-26: 60 articles2026-08-27: 29 articles2026-08-28: 39 articles2026-08-29: 16 articles2026-08-31: 2 articles2026-09-01: 34 articles2026-09-02: 37 articles2026-09-03: 34 articles2026-09-04: 44 articles2026-09-05: 17 articles2026-09-06: 7 articles08-2508-2708-2909-0109-0309-0509-06
bash
curl "https://freenewsapi.ai/v1/stats?host=spdiario.com.br&top=10"

Publishing rhythm

When Diário de São Paulo actually publishes, by hour of day (UTC) and by day of week — measured from 401 timestamps, not from a schedule they advertise.

00: 30001: 20102: 60203: 00304: 10405: 60506: 100607: 80708: 350809: 260910: 291011: 371112: 251213: 281314: 221415: 351516: 231617: 191718: 161819: 211920: 42021: 62122: 52223: 023
Mon: 2MonTue: 82TueWed: 97WedThu: 63ThuFri: 83FriSat: 33SatSun: 7Sun

Sections

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

SectionArticles
entertainment250
politics250

Languages

CodeLanguageArticlesShare
ptPortuguese36791.5%

Latest articles

The 18 most recent Diário de São Paulo articles in the index — the same rows the API returns, rendered for humans.

Brasil chega ao centésimo gol na Copa do Mundo Feminina Sub-20 em goleada sobre a Tanzânia
2026-09-05 22:04 UTC
Brasil volta a campo na terça-feira contra o Canadá, em Bielsko-Biala, pela segunda rodada do grupo
Tarcísio anuncia hub ferroviário na Água Branca e prevê trem SP-Campinas até 2029
2026-09-05 17:37 UTC
Governador, candidato à reeleição, apresenta plano de investimento logístico com horizonte até 2050
Lula e Haddad reúnem aliados em comício no interior de São Paulo
2026-09-05 15:48 UTC
Presidente participa de agenda em São José do Rio Preto ao lado de Alckmin, Marina Silva e Simone Tebet
Quem é GH, streamer acusado de homofobia contra João Victor Gonçalves, de 'Quem Ama Cuida'
2026-09-05 15:32 UTC
Criador de conteúdo do Rio de Janeiro ganhou repercussão após live com João Victor Gonçalves e já havia sido acusado de transfobia
Quem é Gabriela Botelho, mineira que representa o Brasil no Miss Mundo 2026
2026-09-05 15:13 UTC
Aos 25 anos, candidata acumula experiência em concursos, formação em Administração e Design de Moda e atuação em projetos sociais

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=spdiario.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=spdiario.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 Diário de São Paulo 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
68%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 402 min at the median, 2652 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 Diário de São Paulo 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 401 of their articles and lets you filter by date, language and section.

How many articles does Diário de São Paulo publish per day?

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