no key · no human

NewsAndCom.it API, RSS and sitemap

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

ItalyItalian#11,039 by volume

Four ways to pull newsandcom.it

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

JSON Search this publisher

Every article we hold from newsandcom.it, newest first. Add q= to search inside.

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

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

property 30%travel 30%economy 20%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=www.newsandcom.it&size=5"
124
articles indexed
124
in the last 30 days
10
median per day
1
languages
44 min
median crawl lag
24.08 → 06.09
archive depth

Publishing volume

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

2026-08-24: 5 articles2026-08-25: 6 articles2026-08-26: 6 articles2026-08-27: 9 articles2026-08-28: 12 articles2026-08-29: 12 articles2026-08-30: 11 articles2026-08-31: 6 articles2026-09-01: 6 articles2026-09-02: 6 articles2026-09-03: 10 articles2026-09-04: 12 articles2026-09-05: 12 articles2026-09-06: 11 articles08-2408-2608-2808-3009-0109-0309-0509-06
bash
curl "https://freenewsapi.ai/v1/stats?host=www.newsandcom.it&top=10"

Publishing rhythm

When NewsAndCom.it actually publishes, by hour of day (UTC) and by day of week — measured from 124 timestamps, not from a schedule they advertise.

00: 00001: 00102: 00203: 00304: 70405: 50506: 50607: 130708: 70809: 100910: 51011: 51112: 131213: 31314: 61415: 71516: 111617: 91718: 81819: 61920: 12021: 32122: 02223: 023
Mon: 11MonTue: 12TueWed: 12WedThu: 19ThuFri: 24FriSat: 24SatSun: 22Sun

Sections

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

SectionArticles
economy35
property35
travel35

Languages

CodeLanguageArticlesShare
itItalian124100.0%

Latest articles

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

Dieta mediterranea e infiammazione cronica: il meccanismo che agisce a livello cellulare
2026-09-06 17:54 UTC
La dieta mediterranea agisce a livello cellulare attraverso polifenoli, grassi monoinsaturi e fibre, riducendo l'infiammazione cronica che causa malattie degenerative. Sc
Spread nel mutuo a tasso variabile: il dettaglio che incide più dell'indice Euribor
2026-09-06 09:24 UTC
Nei mutui variabili il costo lo decide soprattutto lo spread: è fisso, lavora su ogni rata e vale più delle oscillazioni dell’Euribor. Ecco perché, con numeri e leve per
Fondo comune o conto deposito: il confronto che ribalta l'idea di sicurezza
2026-09-06 07:14 UTC
Conto deposito o fondo comune? Analizziamo garanzie, inflazione, costi e orizzonte. Una guida pratica con criteri e domande chiave per decidere senza illusioni.
Cale nascoste in Sicilia sud-occidentale: l'accesso a piedi che scoraggia le masse
2026-09-05 09:51 UTC
Scopri le cale meno battute della Sicilia sud-occidentale. Percorsi a piedi verso Torre Salsa, Punta Bianca e Foce del Belice, con consigli pratici, errori da evitare e t
Laghi italiani poco conosciuti: perché sostituiscono il mare per molti viaggiatori
2026-09-05 07:45 UTC
Sempre più viaggiatori scelgono i laghi italiani meno noti al posto del mare: sono oasi di tranquillità dove la tradizione locale rimane intatta e la natura regna sovrana

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.newsandcom.it&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.newsandcom.it&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 NewsAndCom.it 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
28%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 44 min at the median, 3507 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 NewsAndCom.it 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 124 of their articles and lets you filter by date, language and section.

How many articles does NewsAndCom.it publish per day?

10 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.