News monitoring
The Guardianエンドポイントを使えば、「News monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Turn The Guardian into structured JSON — full article content and metadata, fresh section headlines from its public RSS feeds, and paginated topic or category archives, all from canonical Guardian URLs.
Get Guardian article content, section headlines, and paginated topic archives as structured JSON from a canonical article URL or RSS section.
エンドポイントファミリー
4
ドキュメント化されたパラメータ
9
サンプル数
0
ライブカタログスナップショット
稼働エンドポイント
4
メソッド
GET
必須パラメータ
7
スキーマ参照
4
{
"platform": "The Guardian",
"endpoint": "guardian-article",
"method": "GET",
"path": "/guardian/article",
"auth": "apiKey"
}ユースケース
Get Guardian article content, section headlines, and paginated topic archives as structured JSON from a canonical article URL or RSS section.
The Guardianエンドポイントを使えば、「News monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
The Guardianエンドポイントを使えば、「Topic and archive research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
The Guardianエンドポイントを使えば、「Content aggregation」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
以下の数値はすべて、稼働中のThe Guardianエンドポイントカタログから取得しています(エンドポイント4件、ドキュメント化されたリクエストパラメータ9個、公開レスポンススキーマ4件)。DocsとPlaygroundが参照しているカタログと同じものです。
The Guardianのエンドポイントは4件、4つのリクエストファミリーに分類されています(Article、Headlines、Liveほか1件)。
これらのThe Guardianエンドポイントには9個のリクエストパラメータがドキュメント化されており、うち7個が必須です。統合コードを書く前に入力仕様をすべて確認できます。
4件のThe Guardianエンドポイントのうち4件がドキュメント化されたレスポンススキーマを備えているため、パース処理を書く前にJSONの構造が分かります。
The Guardianのエンドポイントは成功時のスキーマに加えてエラーレスポンス(400、404、429、503)もドキュメント化しています。ブロック、レート制限、レコード欠損は空データではなく型付きのエラーとして返ります。
The Guardianのエンドポイントは3個のホスト型MCPツールとして提供されており、エージェントは同じパラメータと同じJSON契約のまま、追加の実装なしに同じルートを呼び出せます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/guardian/article
/guardian/headlines
/guardian/live
/guardian/topic
エンドポイントカタログ
/guardian/articleReturns a Guardian article's public metadata and body paragraphs from a canonical article URL. Live-blog timelines are not supported.
MCPツール guardian_article
/guardian/headlinesReturns fresh headlines from a public Guardian RSS section. section defaults to world.
MCPツール guardian_headlines
/guardian/liveReturns a bounded text snapshot of one public Guardian live blog: the headline, the key-events timeline, and the update blocks with timestamps, headings, bylines, and body paragraphs. This is a single page fetch of the public page at a canonical live-blog URL — not a live stream or polling feed. URLs must use the dated www.theguardian.com section /live/ path, e.g. https://www.theguardian.com/sport/live/2026/aug/08/<slug>/.
レスポンスに関する注記
Returns a bounded text snapshot of the public live-blog page: the headline, the key-events timeline, and the update blocks (newest first) with ISO timestamps, headings, bylines, and body paragraphs. This is a single page fetch of the public page — not a live stream, polling feed, or media source. A missing or non-live URL returns `404`. ```json { "code": 200, "msg": "OK", "data": { "url": "https://www.theguardian.com/sport/live/2026/aug/08/japan-vs-australia-live-updates-wallabies-nations-championship-rugby-union", "title": "Japan 32-35 Australia: rugby union international – as it happened", "last_updated": "2026-08-08T13:50:41.000Z", "key_events": [ { "published_at": "2026-08-08T13:50:41.000Z", "title": "Match report" } ], "blocks": [ { "id": "block-6a7734228f0851f2bc6ee275", "published_at": "2026-08-08T13:50:41.000Z", "title": "Match report", "author": "Angus Fontaine", "paragraphs": [ "There was good, bad and plenty of ugly but the Les Kiss era is off to a winning start." ] } ] } } ```
/guardian/topicReturns a paginated public Guardian topic or category archive. topic is a Guardian tag or section slug and page defaults to 1.
MCPツール guardian_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.
The Guardianのスクレイピング方法
Crawlora's Guardian endpoints read The Guardian's own public article pages, RSS feeds, and topic archives and return normalized JSON — no RSS client or HTML scraper to maintain.
Pass a canonical Guardian article URL to /guardian/article for its metadata and body paragraphs. Live-blog timelines are not supported — use a standard article URL.
Call /guardian/headlines with a section (defaults to world) for the current headline stream from that Guardian RSS section.
Pass a Guardian tag or section slug to /guardian/topic for a paginated archive of that topic or category (page defaults to 1).
FAQ
Send an article URL, section name, or topic slug to Crawlora's Guardian endpoints and get article, headline, or archive data back as structured JSON — no RSS parser or HTML scraper to maintain.
Yes — /guardian/topic accepts a page parameter (defaults to 1), so you can walk a Guardian tag or section's full archive page by page.
Collecting publicly accessible article, headline, and archive data is generally permissible if you respect The Guardian's terms of use, robots directives, rate limits, and applicable law. This is for public data you are authorized to collect.