no key · no human

Rassegna Business API, RSS and sitemap

Every article Rassegna Business publishes, as JSON, through an open API with no key and no signup. 336 of their articles are indexed right now, refreshed hourly.

Italian#6,265 by volume

Four ways to pull rassegnabusiness.news

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

JSON Search this publisher

Every article we hold from rassegnabusiness.news, newest first. Add q= to search inside.

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

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

business 100%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=www.rassegnabusiness.news&size=5"
336
articles indexed
336
in the last 30 days
18
median per day
1
languages
2806 min
median crawl lag
13.08 → 07.09
archive depth

Publishing volume

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

2026-08-13: 12 articles2026-08-14: 6 articles2026-08-18: 16 articles2026-08-19: 2 articles2026-08-20: 18 articles2026-08-25: 36 articles2026-08-26: 23 articles2026-08-27: 18 articles2026-08-28: 11 articles2026-09-01: 22 articles2026-09-02: 30 articles2026-09-03: 42 articles2026-09-04: 98 articles2026-09-07: 2 articles08-1308-1808-2008-2608-2809-0209-0409-07
bash
curl "https://freenewsapi.ai/v1/stats?host=www.rassegnabusiness.news&top=10"

Publishing rhythm

When Rassegna Business actually publishes, by hour of day (UTC) and by day of week — measured from 336 timestamps, not from a schedule they advertise.

00: 00001: 00102: 00203: 00304: 00405: 30506: 60607: 180708: 240809: 320910: 321011: 321112: 341213: 371314: 361415: 321516: 251617: 191718: 61819: 01920: 02021: 02122: 02223: 023
Mon: 2MonTue: 74TueWed: 55WedThu: 90ThuFri: 115FriSat: 0SatSun: 0Sun

Sections

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

SectionArticles
business207

Languages

CodeLanguageArticlesShare
itItalian336100.0%

Latest articles

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

LG ottiene il titolo di Best Brand e più riconoscimenti agli IFA Innovation Awards 2026
2026-09-07 06:30 UTC
L’attenzione verso l’innovazione tecnologica nel settore dell’intrattenimento domestico trova conferma nei risultati degli IFA Innovation Awards 2026, che hanno visto LG
Physical AI per la produzione industriale, NEURA Robotics e SECO avviano una partnership strategica
2026-09-07 06:00 UTC
L’integrazione di tecnologie di Physical AI nei processi produttivi sta accelerando l’innovazione nell’industria dei semiconduttori. In questo contesto, NEURA Robotics e
Nuovo modello d’impresa per Termoisover: la Relazione di Impatto 2025 evidenzia sostenibilità e innovazione
2026-09-04 15:30 UTC
L’integrazione tra crescita economica, innovazione e sostenibilità sta ridefinendo le strategie delle imprese nel settore dell’efficienza energetica. Un esempio concreto
Il Gruppo Tecnocasa lancia il portale globale per rafforzare l’identità digitale
2026-09-04 15:10 UTC
L’evoluzione della comunicazione digitale sta spingendo le aziende a ridefinire la propria presenza online, con l’obiettivo di offrire piattaforme sempre più accessibili

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.rassegnabusiness.news&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.rassegnabusiness.news&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 Rassegna Business 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
62%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 2806 min at the median, 14610 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 Rassegna Business 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 336 of their articles and lets you filter by date, language and section.

How many articles does Rassegna Business publish per day?

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