no key · no human

Tech Cave API, RSS and sitemap

Every article Tech Cave 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,046 by volume

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

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

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

technology 100%

Call the API

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

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

Publishing volume

Articles per day over the last 14 days. The busiest hour is 14: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: 14 articles2026-08-30: 10 articles2026-08-31: 6 articles2026-09-01: 6 articles2026-09-02: 6 articles2026-09-03: 9 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.techcave.it&top=10"

Publishing rhythm

When Tech Cave 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: 40405: 70506: 60607: 110708: 70809: 110910: 71011: 51112: 31213: 81314: 141415: 61516: 111617: 101718: 51819: 51920: 22021: 22122: 02223: 023
Mon: 11MonTue: 12TueWed: 12WedThu: 18ThuFri: 24FriSat: 26SatSun: 21Sun

Sections

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

Languages

CodeLanguageArticlesShare
itItalian124100.0%

Latest articles

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

Quanto dura un HDD esterno: il segnale d'allarme da non ignorare mai
2026-09-06 15:46 UTC
Un tic, una pausa, e il disco ti parla. Ecco qual è il segnale d’allarme più importante su un HDD esterno, come riconoscerlo, quali sintomi non confondere e come salvare
Mesh o ripetitore Wi-Fi: la scelta sbagliata che penalizza le stanze lontane
2026-09-06 14:17 UTC
Ripetitore o rete mesh? Capire come viaggiano i pacchetti tra i muri fa la differenza: backhaul, canali, DFS e settaggi che impattano davvero su banda, ping e stabilità.
Connessione HTTPS su reti pubbliche: il limite che non ti aspetti
2026-09-06 07:47 UTC
Il protocollo HTTPS offre un falso senso di sicurezza sulle reti Wi-Fi pubbliche. Metadati, DNS e intercettazioni rimangono vulnerabili nonostante la cifratura. Una VPN e
Bias nei sistemi di intelligenza artificiale: l'impatto sulla sicurezza reale
2026-09-04 14:13 UTC
Il bias non è solo un difetto statistico: può trasformarsi in rischi concreti per reti, accessi e persone. Spiego dove nasce, come riconoscerlo e quali contromisure adott
Monitor portatile per lavoro: il vantaggio concreto che ribalta l'organizzazione
2026-09-04 07:34 UTC
Il monitor portatile raddoppia lo spazio visivo ovunque, taglia i passaggi tra finestre e riduce gli errori. Guida essenziale a scelta, limiti e setup rapido.

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.techcave.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.techcave.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 Tech Cave marks up its own pages — useful if you are deciding whether to parse them yourself.

6%
dates from JSON-LD
6%
articles with a byline
29%
articles with sections
23 KB
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 138 min at the median, 3518 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 Tech Cave 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 Tech Cave publish per day?

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