no key · no human

Capital Cripto API, RSS and sitemap

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

Spanish#10,549 by volume

Four ways to pull capitalcripto.com

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

JSON Search this publisher

Every article we hold from capitalcripto.com, newest first. Add q= to search inside.

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

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

crypto 100%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=capitalcripto.com&size=5"
137
articles indexed
137
in the last 30 days
10
median per day
1
languages
601 min
median crawl lag
23.08 → 06.09
archive depth

Publishing volume

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

2026-08-23: 4 articles2026-08-24: 6 articles2026-08-25: 5 articles2026-08-26: 11 articles2026-08-27: 8 articles2026-08-28: 12 articles2026-08-29: 12 articles2026-08-30: 10 articles2026-08-31: 6 articles2026-09-01: 6 articles2026-09-02: 10 articles2026-09-03: 10 articles2026-09-04: 16 articles2026-09-05: 12 articles2026-09-06: 9 articles08-2308-2508-2708-2908-3109-0209-0409-06
bash
curl "https://freenewsapi.ai/v1/stats?host=capitalcripto.com&top=10"

Publishing rhythm

When Capital Cripto actually publishes, by hour of day (UTC) and by day of week — measured from 137 timestamps, not from a schedule they advertise.

00: 00001: 00102: 00203: 00304: 00405: 00506: 00607: 220708: 00809: 20910: 01011: 81112: 241213: 01314: 241415: 01516: 41617: 231718: 01819: 21920: 162021: 02122: 122223: 023
Mon: 12MonTue: 11TueWed: 21WedThu: 18ThuFri: 28FriSat: 24SatSun: 23Sun

Sections

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

SectionArticles
crypto34

Languages

CodeLanguageArticlesShare
esSpanish137100.0%

Latest articles

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

XRP en el campo de la NFL: ¿la nueva era del patrocinio cripto o puro humo?
2026-09-06 20:00 UTC
Ripple y Florida Athletics firman un acuerdo multianual que llevará el logo de XRP al Ben Hill Griffin Stadium. ¿Qué significa para la adopción cripto?
BNB se dispara y Zcash se dispara: ¿qué está moviendo el mercado hoy?
2026-09-06 07:00 UTC
El mercado cripto cae un 2,33% pero Bitcoin aguanta. BNB y Zcash lideran las subidas con +5,7% y +12,5%.
Caida del 4% en el mercado cripto: jBitcoin pierde los 80.000 dolares a pesar de la codicia?
2026-09-05 07:00 UTC
El mercado cripto cae un 3,93% en 24h, con bitcoin a la cabeza de las perdidas. El indice de miedo y codicia se mantiene en 73.
¿Puede Cardano dispararse tras el "efecto Sony" y su llegada a Japón?
2026-09-04 14:00 UTC
ADA sube un 5% mientras el mercado digiere el interés de Sony y el listado en Japón. ¿Nueva era para Cardano?
¿Abandona el bitcoin la mineria por la IA? Un acuerdo de 1.200 millones que lo cambia todo
2026-09-04 12:00 UTC
Un minero de bitcoin abandona su sede para un acuerdo de IA que podría superar los 1.200 millones de dólares. Analizamos qué significa para el sector.
Por qué sube todo: Garlinghouse dice que la «capital cripto» de Trump está al alcance y septiembre guarda tres fechas qu
2026-09-04 11:31 UTC
XRP se dispara un 6,23% hasta 1,45 dólares y acumula un 36% en el mes, con bitcoin en 81.012. El motivo real no es una bajada de tipos, sino el alivio de que quizá no hay

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=capitalcripto.com&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=capitalcripto.com&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 Capital Cripto 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
25%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 601 min at the median, 4637 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 Capital Cripto 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 137 of their articles and lets you filter by date, language and section.

How many articles does Capital Cripto publish per day?

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