Scottish news monitoring
Daily Recordエンドポイントを使えば、「Scottish news monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Turn the Daily Record's public news RSS feed, section pages, and article pages into normalized JSON for Scottish news monitoring.
Get Daily Record's public section list, site-wide and per-section headlines, and full public article content as structured JSON.
エンドポイントファミリー
5
ドキュメント化されたパラメータ
9
サンプル数
5
ライブカタログスナップショット
稼働エンドポイント
5
メソッド
GET
必須パラメータ
7
スキーマ参照
5
{
"platform": "Daily Record",
"endpoint": "dailyrecord-article",
"method": "GET",
"path": "/dailyrecord/article",
"auth": "apiKey"
}ユースケース
Get Daily Record's public section list, site-wide and per-section headlines, and full public article content as structured JSON.
Daily Recordエンドポイントを使えば、「Scottish news monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Daily Recordエンドポイントを使えば、「Local news coverage tracking」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Daily Recordエンドポイントを使えば、「Content aggregation」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
以下の数値はすべて、稼働中のDaily Recordエンドポイントカタログから取得しています(エンドポイント5件、ドキュメント化されたリクエストパラメータ9個、公開レスポンススキーマ5件)。DocsとPlaygroundが参照しているカタログと同じものです。
Daily Recordのエンドポイントは5件、5つのリクエストファミリーに分類されています(Article、Author、Headlinesほか2件)。
これらのDaily Recordエンドポイントには9個のリクエストパラメータがドキュメント化されており、うち7個が必須です。統合コードを書く前に入力仕様をすべて確認できます。
5件のDaily Recordエンドポイントのうち5件が実際のサンプルレスポンスを、5件がドキュメント化されたレスポンススキーマを備えています。最初のリクエストの前に実データの形に合わせて実装できます。
Daily Recordのエンドポイントは成功時のスキーマに加えてエラーレスポンス(400、404、503)もドキュメント化しています。ブロック、レート制限、レコード欠損は空データではなく型付きのエラーとして返ります。
Daily Recordのエンドポイントは5個のホスト型MCPツールとして提供されており、エージェントは同じパラメータと同じJSON契約のまま、追加の実装なしに同じルートを呼び出せます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/dailyrecord/article
/dailyrecord/author
/dailyrecord/headlines
/dailyrecord/news
/dailyrecord/sections
エンドポイントカタログ
/dailyrecord/articleReturns public Daily Record article metadata and body paragraphs from a canonical article URL.
MCPツール dailyrecord_article
/dailyrecord/authorReturns one Daily Record author's public profile: name, job title, bio, email, X/Twitter handle, and their recent articles.
MCPツール dailyrecord_author
/dailyrecord/headlinesReturns fresh headlines from one public Daily Record section.
MCPツール dailyrecord_headlines
/dailyrecord/newsReturns fresh Daily Record stories from the public News RSS feed.
MCPツール dailyrecord_news
/dailyrecord/sectionsReturns the public Daily Record editorial section inventory.
MCPツール dailyrecord_sections
関連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.
Daily Recordのスクレイピング方法
The Daily Record's scotland section is dense with court and crime reporting — its 24 latest headlines on 2026-09-22 ran from a 19-year manhunt for a Glasgow murder suspect to a jailed child-abuse mentor — alongside harder policy coverage like a Justice Secretary dodging questions on real-terms fire-service cuts. Crawlora's four endpoints return the Record's ten sections, its news feed, and individual articles as normalized JSON.
/dailyrecord/sections returns the full 10-slug list /dailyrecord/headlines accepts — news, scotland, uk-world-news, sport, football, showbiz, lifestyle, money, travel, and in-your-area.
/dailyrecord/news reads the Record's public news RSS feed. On 2026-09-22 it led with an SNP public-sector-reform story alongside Scottish crime coverage, each item carrying a published_at timestamp and thumbnail image_url.
Pass a slug from /dailyrecord/sections to /dailyrecord/headlines. Sections other than news are parsed from their public category page rather than a dedicated RSS feed — scotland returned 24 current headlines on 2026-09-22, almost entirely court and crime stories.
Pass a canonical numeric-id URL to /dailyrecord/article for title, author, and body paragraphs. A 2026-09-22 politics piece bylined Chris McCall quoted Justice Secretary Neil Gray's office citing a specific £436 million SFRS budget figure, an increase of £23.8 million.
FAQ
10 — news, scotland, uk-world-news, sport, football, showbiz, lifestyle, money, travel, and in-your-area — call /dailyrecord/sections for the live list.
No. Only the news section has a dedicated public RSS feed. The other nine sections are parsed from their public category page instead.
The URL must end in a numeric article id, the format the Daily Record assigns each published article, for example dailyrecord.co.uk/news/politics/snp-told-drop-aversion-scrutiny-37685787.
No. These endpoints read the Daily Record's public RSS feed, category pages, and article pages — no login or subscription is bypassed. Crawlora API authentication still applies.
Court and crime reporting. Of the 24 headlines /dailyrecord/headlines returned for scotland on 2026-09-22, the large majority covered ongoing trials, manhunts, and sentencing — alongside occasional local-interest stories like a new Scottish retail-store opening.