Political news monitoring
Politicoエンドポイントを使えば、「Political news monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Turn Politico's public navigation, feeds, section pages, and articles into normalized JSON for political news monitoring.
Get Politico section navigation, site-wide headlines, section archives, and full articles as structured JSON.
エンドポイントファミリー
4
ドキュメント化されたパラメータ
6
サンプル数
0
ライブカタログスナップショット
稼働エンドポイント
4
メソッド
GET
必須パラメータ
6
スキーマ参照
4
{
"platform": "Politico",
"endpoint": "politico-article",
"method": "GET",
"path": "/politico/article",
"auth": "apiKey"
}ユースケース
Get Politico section navigation, site-wide headlines, section archives, and full articles as structured JSON.
Politicoエンドポイントを使えば、「Political news monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Politicoエンドポイントを使えば、「Policy research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Politicoエンドポイントを使えば、「Content aggregation」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
以下の数値はすべて、稼働中のPoliticoエンドポイントカタログから取得しています(エンドポイント4件、ドキュメント化されたリクエストパラメータ6個、公開レスポンススキーマ4件)。DocsとPlaygroundが参照しているカタログと同じものです。
Politicoのエンドポイントは4件、4つのリクエストファミリーに分類されています(Article、Categories、Headlinesほか1件)。
これらのPoliticoエンドポイントには6個のリクエストパラメータがドキュメント化されており、うち6個が必須です。統合コードを書く前に入力仕様をすべて確認できます。
4件のPoliticoエンドポイントのうち4件がドキュメント化されたレスポンススキーマを備えているため、パース処理を書く前にJSONの構造が分かります。
Politicoのエンドポイントは成功時のスキーマに加えてエラーレスポンス(400、404、429、503)もドキュメント化しています。ブロック、レート制限、レコード欠損は空データではなく型付きのエラーとして返ります。
Politicoのエンドポイントは4個のホスト型MCPツールとして提供されており、エージェントは同じパラメータと同じJSON契約のまま、追加の実装なしに同じルートを呼び出せます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/politico/article
/politico/categories
/politico/headlines
/politico/topic
エンドポイントカタログ
/politico/articleReturns a public Politico article's metadata and full body paragraphs from a canonical article URL.
MCPツール politico_article
/politico/categoriesReturns Politico's full public section navigation tree, grouped the same way the site's own nav menu groups it. Use a section's slug directly as the topic parameter on politico-topic.
MCPツール politico_categories
/politico/headlinesReturns fresh headlines from Politico's public, site-wide RSS feed.
MCPツール politico_headlines
/politico/topicReturns the newest public Politico stories on one section archive page. topic is a section slug -- see politico-categories for the full known value space.
MCPツール politico_topic
関連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.
Politicoのスクレイピング方法
Crawlora returns Politico's live section tree, current headline feed, section story cards, and article bodies with one API key.
Call /politico/categories for the live section tree.
Use /politico/headlines or pass a discovered slug to /politico/topic.
Pass a canonical Politico News URL to /politico/article.
FAQ
Call /politico/categories. It reads the site's live navigation tree and returns grouped section names and slugs ready for /politico/topic.
/politico/headlines returns the current site-wide feed, while /politico/topic reads the newest story cards from one section archive selected by its discovered slug.
The article endpoint returns title, description, publication and update times, authors, image URL, and the full ordered paragraph list from the covered public Politico News template.
No. The integration covers regular public Politico News pages and does not attempt to access the separate paid Politico Pro product, account state, subscriber-only material, private newsletters, or personalized feeds. Unknown templates fail closed instead of returning partial records.