no key · no human

Zazoom Social News API, RSS and sitemap

Every article Zazoom Social News publishes, as JSON, through an open API with no key and no signup. 6,368 of their articles are indexed right now, refreshed hourly.

ItalyItalian#686 by volume

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

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

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

health 60%entertainment 40%

Call the API

A live request. Paste it into a terminal and Zazoom Social News headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=www.zazoom.it&size=5"
6,368
articles indexed
2,674
in the last 30 days
326
median per day
1
languages
44 min
median crawl lag
09.06 → 07.09
archive depth

Publishing volume

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

2026-06-09: 153 articles2026-06-10: 2,640 articles2026-06-11: 901 articles2026-08-26: 102 articles2026-08-27: 326 articles2026-08-28: 349 articles2026-08-29: 347 articles2026-08-30: 30 articles2026-09-03: 272 articles2026-09-04: 376 articles2026-09-05: 345 articles2026-09-06: 325 articles2026-09-07: 202 articles06-0906-1108-2708-2909-0309-0509-07
bash
curl "https://freenewsapi.ai/v1/stats?host=www.zazoom.it&top=10"

Publishing rhythm

When Zazoom Social News actually publishes, by hour of day (UTC) and by day of week — measured from 6,368 timestamps, not from a schedule they advertise.

00: 1680001: 1650102: 1450203: 1460304: 2500405: 1490506: 1510607: 3620708: 4570809: 3050910: 2911011: 3311112: 3781213: 3431314: 3501415: 3621516: 3601617: 2751718: 3121819: 2651920: 2282021: 1602122: 2112223: 20423
Mon: 202MonTue: 153TueWed: 2,742WedThu: 1,499ThuFri: 725FriSat: 692SatSun: 355Sun

Sections

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

SectionArticles
News3,725
entertainment2,566
health2,566
Cruciverba77

Languages

The site identifies itself under Zazoom Social News, Soluzioni Cruciverba ✓ Parole Crociate — separate editions publishing under one domain.

CodeLanguageArticlesShare
itItalian6,368100.0%

Latest articles

The 18 most recent Zazoom Social News articles in the index — the same rows the API returns, rendered for humans.

Fissato come un ricordo
2026-09-07 15:05 UTC · health
A far l amore tu canta Raffaella Carrà
2026-09-07 15:00 UTC · health
Leggermente scheggiato lungo il bordo
2026-09-07 14:55 UTC · health
Un azienda italiana che si occupa dei pedaggi
2026-09-07 14:50 UTC · health
Collezionismo senza lezioni
2026-09-07 14:45 UTC · health
Possono contenere letti
2026-09-07 14:35 UTC · health
Febbre trasmessa da certe zanzare
2026-09-07 14:30 UTC · health
Un noto bolero messicano: mucho spa
2026-09-07 14:25 UTC · health
La Milena che si è esibita con il Bagaglino
2026-09-07 14:20 UTC · health
Appellativo usato in lettere formali
2026-09-07 14:15 UTC · health
Lo condividono gemelli e cancro
2026-09-07 14:10 UTC · health
In un sito web quella principale è la home
2026-09-07 14:05 UTC · health
Mancante di forza
2026-09-07 14:00 UTC · health
Espressione per dire dinanzi: al
2026-09-07 13:55 UTC · health

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.zazoom.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.zazoom.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 Zazoom Social News marks up its own pages — useful if you are deciding whether to parse them yourself.

60%
dates from JSON-LD
60%
articles with a byline
100%
articles with sections
37 KB
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 44 min at the median, 460 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 Zazoom Social News 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 6,368 of their articles and lets you filter by date, language and section.

How many articles does Zazoom Social News publish per day?

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