Culture and politics news monitoring
Slateエンドポイントを使えば、「Culture and politics news monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
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.
エンドポイントファミリー
3
ドキュメント化されたパラメータ
5
サンプル数
3
ライブカタログスナップショット
稼働エンドポイント
3
メソッド
GET
必須パラメータ
4
スキーマ参照
3
{
"platform": "Slate",
"endpoint": "slate-categories",
"method": "GET",
"path": "/slate/categories",
"auth": "apiKey"
}ユースケース
Get Slate's public feed sections, section headlines, and full article content as structured JSON.
Slateエンドポイントを使えば、「Culture and politics news monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Slateエンドポイントを使えば、「Content aggregation」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Slateエンドポイントを使えば、「Editorial research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
以下の数値はすべて、稼働中のSlateエンドポイントカタログから取得しています(エンドポイント3件、ドキュメント化されたリクエストパラメータ5個、公開レスポンススキーマ3件)。DocsとPlaygroundが参照しているカタログと同じものです。
Slateのエンドポイントは3件、3つのリクエストファミリーに分類されています(Article、Categories、Headlines)。
これらのSlateエンドポイントには5個のリクエストパラメータがドキュメント化されており、うち4個が必須です。統合コードを書く前に入力仕様をすべて確認できます。
3件のSlateエンドポイントのうち3件が実際のサンプルレスポンスを、3件がドキュメント化されたレスポンススキーマを備えています。最初のリクエストの前に実データの形に合わせて実装できます。
Slateのエンドポイントは成功時のスキーマに加えてエラーレスポンス(400、404、429、500、503)もドキュメント化しています。ブロック、レート制限、レコード欠損は空データではなく型付きのエラーとして返ります。
Slateのエンドポイントは3個のホスト型MCPツールとして提供されており、エージェントは同じパラメータと同じJSON契約のまま、追加の実装なしに同じルートを呼び出せます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/slate/article
/slate/categories
/slate/headlines
エンドポイントカタログ
/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ツール 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ツール 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ツール slate_article
関連API
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.
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.