GET rae.es HTTP 200116 ms14.8 KB$0.000169 captured Aug 7, 2026
rae.es, as data
One API turns any rae.es page into markdown, structured JSON, its link graph or a screenshot, and crawls the whole site the same way. The panel shows the real response we captured.
- Render mode
- Plain HTTP, no browser needed
- Response
- HTTP 200 in 116 ms
- Page size
- 14.8 KB of markdown, 331 lines
- Fields
- Title, Content, Date, Source and 1 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This rae.es page cost $0.000169 to fetch.
Diccionario de la lengua españolaDiccionario panhispánico de dudasDiccionario panhispánico del español jurídicoDiccionario histórico de la lengua españolaDiccionario de americanismos## Herramienta de consultas lingüísticas (LEIA) ### Lengua Española e Inteligencia Artificial (LEIA).## La expansión de la lengua española en Hispanoamérica ### Nota informativa.## La BCRAE incorpora nuevos títulos de Gil Vicente y fray Antonio de Guevara ### Las obras «Teatro castellano» y «Libro áureo de Marco Aurelio» se suman a la Biblioteca Clásica de la RAE.## Recopilador de la diversidad lingüística del español (LEIA) ### Los hablantes pueden compartir, de forma interactiva y lúdica, el uso que hacen del español gracias a una amplia variedad de retos lingüísticos.El CORPES supera los 455 millones de formasLa Real Academia Española ha publicado la versión 1.5 del Corpus del Español del Siglo XXI (CORPES).## Acceda a las papeletas lexicográficas digitalizadas por la RAE dentro del proyecto LEIA ### Lengua Española e Inteligencia Artificial (LEIA).## DUDAS Y CURIOSIDADES Portal lingüístico AccederLa BCRAE incorpora nuevos títulos de Gil Vicente y fray Antonio de GuevaraFallece el escritor y académico de la RAE Luis Goytisolo«La gran aventura de la lengua española»LA EXPANSIÓN DE LA LENGUA ESPAÑOLA EN HISPANOAMÉRICAPublicado el cuaderno CCCXXXIII del «BRAE»El Concejo Deliberante de la Municipalidad de La Plata declara la III Convención de la Red Panhispánica de Lenguaje Claro y Accesible de interés municipal, cultural, educativo y social> “Nuestros académicos son el alma de la Academia”Red Panhispánica de Lenguaje Claro y AccesibleUnidad Interactiva del DiccionarioLa **Unidad Interactiva del Diccionario** se creó en 2011 para recibirlas propuestas y sugerencias externas relacionadas con el *Diccionario de la lengua española*.Recursos académicos de apoyo para el lenguaje claroLos discursos de ingreso, en Soundcloud What Spider does on rae.es
Same key, five endpoints. The numbers under a cell were measured on this page.
Page to markdown
Clean text for RAG and LLM context, boilerplate removed. The lane that runs without a key.
116 ms · $0.000169Page to JSON
Spider reads the page and names the fields. Pass your own schema when you need exact keys.
Rendered capture
Real Chromium, full-page PNG. The same call also returns the rendered HTML.
The call behind the panel
This request produced the response above. Paste it with your key and you get the same bytes.
curl -X POST https://api.spider.cloud/scrape \
-H "Authorization: Bearer $SPIDER_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://rae.es/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://rae.es/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://rae.es/", {
return_format: "markdown",
});
console.log(page.content); What rae.es costs
Multiplied from the measured 14.8 KB page. Estimates round to the cent.
1 GB of transfer costs $1, plus $0.001 per CPU minute, and failed requests cost $0. Crawling daily? The Unlimited plan is a flat monthly rate.
Point this at the rest of rae.es.
The capture above took 116 ms and cost $0.000169. The same call takes any URL on rae.es.