Culture and politics news monitoring
Mit Slate-Endpunkten verwandelst du culture and politics news monitoring in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
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.
Endpunkt-Familien
3
Dokumentierte Parameter
5
Beispiele
3
Live-Katalog-Snapshot
Aktive Endpunkte
3
Methoden
GET
Pflichtparameter
4
Schema-Referenzen
3
{
"platform": "Slate",
"endpoint": "slate-categories",
"method": "GET",
"path": "/slate/categories",
"auth": "apiKey"
}Use Cases
Get Slate's public feed sections, section headlines, and full article content as structured JSON.
Mit Slate-Endpunkten verwandelst du culture and politics news monitoring in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Mit Slate-Endpunkten verwandelst du content aggregation in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Mit Slate-Endpunkten verwandelst du editorial research in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Managed Execution
Jede Zahl unten stammt direkt aus dem Live-Slate-Endpunktkatalog — 3 Endpunkte, 5 dokumentierte Request-Parameter und 3 veröffentlichte Response-Schemas — demselben Katalog, gegen den auch Docs und Playground laufen.
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.
Abdeckungskarte
Diese Karten werden aus dem aktiven Endpunktkatalog generiert, damit die Landingpage dieselbe API-Oberfläche widerspiegelt, die auch Docs und Playground nutzen.
/slate/article
/slate/categories
/slate/headlines
Endpunktkatalog
/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.
MCP-Tool 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.
MCP-Tool 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.
MCP-Tool slate_article
Verwandte APIs
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.
So scrapst du 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.
FAQ
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.