Culture and politics news monitoring
Usa los endpoints de Slate para convertir culture and politics news monitoring en solicitudes API repetibles con inputs documentados y respuestas JSON.
Turn Slate's public RSS feed sections and article pages into normalized JSON for culture, politics, and technology news monitoring.
Get Slate's public feed sections, section headlines, and full article content as structured JSON.
Familias de endpoints
3
Parámetros documentados
5
Ejemplos
3
Snapshot en vivo del catálogo
Endpoints activos
3
Métodos
GET
Parámetros obligatorios
4
Referencias de esquema
3
{
"platform": "Slate",
"endpoint": "slate-categories",
"method": "GET",
"path": "/slate/categories",
"auth": "apiKey"
}Casos de uso
Get Slate's public feed sections, section headlines, and full article content as structured JSON.
Usa los endpoints de Slate para convertir culture and politics news monitoring en solicitudes API repetibles con inputs documentados y respuestas JSON.
Usa los endpoints de Slate para convertir content aggregation en solicitudes API repetibles con inputs documentados y respuestas JSON.
Usa los endpoints de Slate para convertir editorial research en solicitudes API repetibles con inputs documentados y respuestas JSON.
Ejecución gestionada
Cada cifra de abajo se lee directamente del catálogo de endpoints en vivo de Slate — 3 endpoints, 5 parámetros de solicitud documentados y 3 esquemas de respuesta publicados — el mismo catálogo contra el que corren Docs y Playground.
3 documented Slate endpoints, grouped into 3 request families — Article, Categories and Headlines.
5 request parameters are documented across those Slate endpoints, 4 of them required — the full input contract is public before you write any integration code.
3 of the 3 Slate endpoints ship a recorded example response, and 3 carry a documented response schema — you can code against the real JSON before the first request.
Slate endpoints document their error responses (400, 404, 429, 500 and 503) alongside the success schema, so a block, a rate limit, or a missing record comes back as a typed error rather than silently empty data.
3 hosted MCP tools back the Slate endpoints, so an agent can call the same routes with the same parameters and the same JSON contract, with no custom glue.
Mapa de cobertura
Estas tarjetas se generan a partir del catálogo de endpoints activo, así que la landing page refleja la misma superficie de API que usan Docs y Playground.
/slate/article
/slate/categories
/slate/headlines
Catálogo de endpoints
/slate/categoriesLists the exact Slate section values accepted by slate-headlines. The set includes all, news-and-politics, culture, technology, business, life, and advice; subsection navigation pages are not RSS feeds and are intentionally not accepted by slate-headlines.
Herramienta MCP slate_categories
/slate/headlinesReturns current Slate article-card metadata from one public RSS feed. section must be one of the values returned by slate-categories.
Herramienta MCP slate_headlines
/slate/articleReturns public Slate article metadata and server-delivered body paragraphs from a canonical dated Slate URL. It does not log in, use account cookies, or bypass a challenge; is_paywalled reports when Slate marks the delivered page as subscription-gated.
Herramienta MCP slate_article
APIs relacionadas
Media & Streaming
Research streaming catalogs, title availability, providers, offers, seasons, episodes, and release changes from JustWatch with normalized JSON.
Media & Streaming
Turn Apple Books ebook and audiobook pages into structured data — search, catalog detail, paginated customer reviews, similar titles, author bibliographies, series listings, and chart rankings as normalized JSON. Credential-free.
Media & Streaming
Search public Ticketmaster events and browse the full discovery hierarchy by category or city, with pagination plus event, attraction, and venue detail endpoints -- including fan reviews, related attractions, trending attractions, and enhanced venue branding -- for live-entertainment research.
Cómo hacer scraping de Slate
Slate publishes six public RSS feed sections; Crawlora exposes discovery, per-section headlines, and full article extraction for each with one API key, without logging in or bypassing any subscription gate.
Call /slate/categories for the exact section values /slate/headlines accepts: all, news-and-politics, culture, technology, business, life, and advice, each with its own feed URL.
Pass a section slug to /slate/headlines (defaults to all) for normalized article metadata from that section's public RSS feed. Non-article podcast entries are excluded.
Pass a canonical dated slate.com article URL to /slate/article for full metadata and body paragraphs. An is_paywalled flag reports whether Slate marked that specific page as subscription-gated.
Preguntas frecuentes
Six: all, news-and-politics, culture, technology, business, life, and advice — call /slate/categories for the live list with each section's display name and feed URL. Subsection pages like Politics, Movies, or Science are public navigation pages but don't have their own RSS feed, so they aren't accepted section values.
It returns title, description, publish and update timestamps, section, authors, lead image, tags, heading list, and ordered body paragraphs from Slate's public page. An is_paywalled field reports when Slate marks the delivered page as subscription-gated — treat it as an access-status signal from the upstream page, not a guarantee of free redistribution rights.
No. It reads whatever Slate's public page itself delivers, without account cookies or a bypassed challenge. It does not log in as a Slate Plus subscriber.
A dated, .html-suffixed path on slate.com or www.slate.com, for example slate.com/news-and-politics/2026/09/example.html.