no key · no human

Monitor do Mercado API, RSS and sitemap

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

BrazilPortuguese#5,914 by volume

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

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

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

economy 36%markets 21%business 9%

Call the API

A live request. Paste it into a terminal and Monitor do Mercado headlines come back as JSON.

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

Publishing volume

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

2026-08-25: 38 articles2026-08-26: 50 articles2026-08-27: 51 articles2026-08-28: 52 articles2026-08-29: 36 articles2026-08-30: 20 articles2026-08-31: 30 articles2026-09-01: 21 articles2026-09-02: 20 articles2026-09-03: 22 articles2026-09-04: 16 articles2026-09-05: 4 articles2026-09-06: 3 articles08-2508-2708-2908-3109-0209-0409-06
bash
curl "https://freenewsapi.ai/v1/stats?host=monitordomercado.com.br&top=10"

Publishing rhythm

When Monitor do Mercado actually publishes, by hour of day (UTC) and by day of week — measured from 363 timestamps, not from a schedule they advertise.

00: 80001: 70102: 00203: 40304: 00405: 40506: 50607: 80708: 60809: 200910: 271011: 261112: 291213: 341314: 181415: 271516: 241617: 251718: 291819: 231920: 162021: 122122: 92223: 223
Mon: 30MonTue: 59TueWed: 70WedThu: 73ThuFri: 68FriSat: 40SatSun: 23Sun

Sections

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

SectionArticles
economy250
markets250

Languages

CodeLanguageArticlesShare
ptPortuguese363100.0%

Latest articles

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

PF aponta que Cláudio Castro recebeu adega, mansão e caviar para ajudar Refit
2026-09-04 18:12 UTC
Relatório da PF detalha propinas ao ex-governador do Rio, como aluguel abaixo do mercado, mansão em Petrópolis e degustação de caviar de R$ 10,5 mil. O post PF aponta que
OPINIÃO: O erro que levou a Casas Bahia à recuperação judicial não está na planilha de juros
2026-09-04 17:57 UTC
Por Dema Oliveira* A Casas Bahia entrou em recuperação judicial com R$ 17,3 bilhões em dívidas. Fechou 298 lojas, cortou cerca de 3 mil postos de trabalho e reportou prej
INSS zera fila de perícia e tempo de espera cai para 34 dias
2026-09-04 15:22 UTC
Após medidas como concurso, telemedicina e mutirões, o INSS zerou a fila de perícia médica em agosto e reduziu o tempo de decisão para 34 dias, abaixo do prazo legal. O p
Morning Call: Manhã é de expectativa pelo payroll, de olho nos próximos passos do Fed
2026-09-04 12:36 UTC
Os mercados globais operam sem direção única nesta sexta-feira (4), na expectativa pelos dados do payroll de agosto nos Estados Unidos. Um resultado acima das projeções p
Em crise, Correios acionam plano de contingência após suspensão da Total Linhas Aéreas
2026-09-04 12:32 UTC
Agência suspendeu integralmente as operações da companhia cargueira em 1º de setembro. Correios acionaram plano de contingência para redistribuir encomendas. O post Em cr

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=monitordomercado.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=monitordomercado.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 Monitor do Mercado 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
69%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 220 min at the median, 2443 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 Monitor do Mercado 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 363 of their articles and lets you filter by date, language and section.

How many articles does Monitor do Mercado publish per day?

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