no key · no human

Xataka México API, RSS and sitemap

Every article Xataka México publishes, as JSON, through an open API with no key and no signup. 426 of their articles are indexed right now, refreshed hourly.

MexicoSpanish#5,293 by volume

Four ways to pull xataka.com.mx

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

JSON Search this publisher

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

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

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

society 29%technology 13%

Call the API

A live request. Paste it into a terminal and Xataka México headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=www.xataka.com.mx&size=5"
426
articles indexed
395
in the last 30 days
33
median per day
1
languages
2 min
median crawl lag
25.08 → 06.09
archive depth

Publishing volume

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

2026-08-25: 27 articles2026-08-26: 42 articles2026-08-27: 36 articles2026-08-28: 36 articles2026-08-29: 33 articles2026-08-30: 23 articles2026-08-31: 18 articles2026-09-01: 36 articles2026-09-02: 35 articles2026-09-03: 33 articles2026-09-04: 37 articles2026-09-05: 26 articles2026-09-06: 13 articles08-2508-2708-2908-3109-0209-0409-06
bash
curl "https://freenewsapi.ai/v1/stats?host=www.xataka.com.mx&top=10"

Publishing rhythm

When Xataka México actually publishes, by hour of day (UTC) and by day of week — measured from 426 timestamps, not from a schedule they advertise.

00: 200001: 130102: 200203: 140304: 100405: 90506: 90607: 50708: 80809: 50910: 71011: 61112: 91213: 151314: 191415: 221516: 311617: 201718: 251819: 231920: 242021: 252122: 242223: 3223
Mon: 18MonTue: 63TueWed: 77WedThu: 69ThuFri: 73FriSat: 59SatSun: 36Sun

Sections

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

SectionArticles
society188

Languages

CodeLanguageArticlesShare
esSpanish39592.7%

Latest articles

The 18 most recent Xataka México articles in the index — the same rows the API returns, rendered for humans.

El día que investigadores australianos desarrollaron una batería con 5,000 horas de vida útil. Mantiene 91% de su capaci
2026-09-06 16:00 UTC
Aunque las baterías de litio han dominado la tecnología, estas sufren dos grandes limitaciones: son costosas y dependen de minerales escasos , además de que sufren riesgo
Hoy en Prime Video: la película de vampiros que la crítica destrozó pero que el público ama; tiene 82% de aprobación
2026-09-06 14:00 UTC
Drácula es uno de los personajes más representativos de la cultura popular. Prácticamente nunca pasa de moda y el cine lo sabe. Por eso, han existido un sinfín de adaptac
Cómo usar los Paneles Edge de One UI para abrir apps, tomar capturas y hacer tareas desde cualquier pantalla
2026-09-06 13:00 UTC
Si eres de los que buscan maximizar la productividad y acceder a sus aplicaciones o tareas sin saturar la pantalla de inicio , en One UI es posible configurar y personali
La IA hizo más caras las tarjetas gráficas; ahora varias startups quieren pagarte por rentar tu PC cuando no juegues
2026-09-06 10:00 UTC
El auge de la inteligencia artificial entra en una nueva etapa: la llegada de la inferencia y los agentes autónomos . Durante los últimos años, el sector se concentró en
Tu Samsung Galaxy puede tener una pantalla de inicio infinita y activarla solo toma unos segundos
2026-09-06 04:00 UTC
Cuando organizas varias ventanas con widgets y apps en tu pantalla de inicio, llegar a la última página suele significar una cosa: tener que deslizar de regreso en sentid
Una aspiradora que sube escalones, otra que limpia con vapor y una cámara 8K: Todo lo nuevo de Dreame
2026-09-06 02:00 UTC
Dreame ha aprovechado el marco del Internationale Funkausstellung Berlin (IFA) para desplegar la línea de productos con la que busca consolidar su presencia en el mercado
"Impresionante": con una calificación de 4.1 sobre 5, es la mejor película de guerra de 2023, pero le negaron un estreno
2026-09-05 23:00 UTC
Apenas dos años después de sorprender con Justicia implacable , el director británico Guy Ritchie decidió alejarse de su zona de confort habitual para sumergirse de lleno
Samsung tiene una app para transformar el teclado de tu Galaxy y probablemente no la estás usando
2026-09-05 21:30 UTC
Si eres de los que disfrutan personalizar cada detalle de su smartphone, en One UI es posible modificar la apariencia y los efectos de tu teclado utilizando Theme Park o
Hizo llorar a todo el mundo y es una de las películas animadas más importantes de la historia: Your Name regresa a Méxic
2026-09-05 21:00 UTC
Hay películas que uno recuerda por su historia ; otras, por una canción, una escena o incluso por el lugar donde las vio por primera vez. Your Name consiguió algo bastant

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.xataka.com.mx&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.xataka.com.mx&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 Xataka México 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
48%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 2 min at the median, 1946 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 Xataka México 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 426 of their articles and lets you filter by date, language and section.

How many articles does Xataka México publish per day?

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