no key · no human

Siempre Auto API, RSS and sitemap

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

ArgentinaSpanish#10,143 by volume

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

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

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

transport 67%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=siempreauto.com&size=5"
151
articles indexed
151
in the last 30 days
7
median per day
1
languages
4000 min
median crawl lag
18.08 → 06.09
archive depth

Publishing volume

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

2026-08-18: 2 articles2026-08-19: 8 articles2026-08-20: 9 articles2026-08-21: 10 articles2026-08-22: 10 articles2026-08-23: 6 articles2026-08-24: 6 articles2026-08-25: 16 articles2026-08-26: 12 articles2026-08-27: 14 articles2026-08-28: 12 articles2026-08-29: 10 articles2026-08-31: 3 articles2026-09-01: 7 articles2026-09-02: 7 articles2026-09-03: 6 articles2026-09-04: 6 articles2026-09-05: 4 articles2026-09-06: 3 articles08-1808-2108-2408-2708-3109-0309-06
bash
curl "https://freenewsapi.ai/v1/stats?host=siempreauto.com&top=10"

Publishing rhythm

When Siempre Auto actually publishes, by hour of day (UTC) and by day of week — measured from 151 timestamps, not from a schedule they advertise.

00: 10001: 00102: 00203: 20304: 00405: 00506: 00607: 00708: 00809: 00910: 61011: 91112: 41213: 01314: 191415: 261516: 141617: 221718: 161819: 111920: 82021: 122122: 02223: 123
Mon: 9MonTue: 25TueWed: 27WedThu: 29ThuFri: 28FriSat: 24SatSun: 9Sun

Sections

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

Languages

CodeLanguageArticlesShare
esSpanish151100.0%

Latest articles

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

Bristol Cars desempolvó el Fighter para un renacimiento exclusivo
2026-09-03 23:13 UTC
Bristol Cars busca volver a las tradiciones de fabricar autos exclusivos con una serie de Fighters ultralimitados que no salieron a la venta
Por qué la RAV4 tiene lista de espera digna de un superdeportivo
2026-09-03 18:30 UTC
La nueva RAV4 híbrida enfrenta meses de espera pese a fuerte demanda y problemas de producción global
El plan de Honda para bajar sus costos y precios
2026-09-03 17:10 UTC
Honda busca ahorrar $9,400 millones para 2030 recortando precios a proveedores tras su primera pérdida anual histórica
Por qué estallan los techos solares: casi 500 casos en 2026
2026-09-03 16:59 UTC
Casi 500 techos solares se rompen sin aviso en 2026; expertos analizan causas, modelos afectados y qué hacer si te pasa
Bentley Torcal romperá todos los esquemas de la marca
2026-09-03 15:05 UTC
El Bentley Torcal se convierte en el modelo de producción más potente y rápido de la marca, llevando su tradición Gran Turismo a la era eléctrica

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=siempreauto.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=siempreauto.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 Siempre Auto marks up its own pages — useful if you are deciding whether to parse them yourself.

7%
dates from JSON-LD
7%
articles with a byline
25%
articles with sections
194 KB
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 4000 min at the median, 11717 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 Siempre Auto 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 151 of their articles and lets you filter by date, language and section.

How many articles does Siempre Auto publish per day?

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