Scottish news monitoring
Use Daily Record endpoints to turn scottish news monitoring into repeatable API requests with documented inputs and JSON responses.
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.
Endpoint families
5
Documented params
9
Examples
5
Live catalog snapshot
Active endpoints
5
Methods
GET
Required params
7
Schema refs
5
{
"platform": "Daily Record",
"endpoint": "dailyrecord-article",
"method": "GET",
"path": "/dailyrecord/article",
"auth": "apiKey"
}Use cases
Get Daily Record's public section list, site-wide and per-section headlines, and full public article content as structured JSON.
Use Daily Record endpoints to turn scottish news monitoring into repeatable API requests with documented inputs and JSON responses.
Use Daily Record endpoints to turn local news coverage tracking into repeatable API requests with documented inputs and JSON responses.
Use Daily Record endpoints to turn content aggregation into repeatable API requests with documented inputs and JSON responses.
Managed execution
Every figure below is read from the live Daily Record endpoint catalog — 5 endpoints, 9 documented request parameters, and 5 published response schemas — the same catalog Docs and Playground run against.
5 documented Daily Record endpoints, grouped into 5 request families — Article, Author and Headlines, plus 2 more.
9 request parameters are documented across those Daily Record endpoints, 7 of them required — the full input contract is public before you write any integration code.
5 of the 5 Daily Record endpoints ship a recorded example response, and 5 carry a documented response schema — you can code against the real JSON before the first request.
Daily Record endpoints document their error responses (400, 404 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.
5 hosted MCP tools back the Daily Record endpoints, so an agent can call the same routes with the same parameters and the same JSON contract, with no custom glue.
Coverage map
These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.
/dailyrecord/article
/dailyrecord/author
/dailyrecord/headlines
/dailyrecord/news
/dailyrecord/sections
Endpoint catalog
/dailyrecord/articleReturns public Daily Record article metadata and body paragraphs from a canonical article URL.
MCP tool dailyrecord_article
/dailyrecord/authorReturns one Daily Record author's public profile: name, job title, bio, email, X/Twitter handle, and their recent articles.
MCP tool dailyrecord_author
/dailyrecord/headlinesReturns fresh headlines from one public Daily Record section.
MCP tool dailyrecord_headlines
/dailyrecord/newsReturns fresh Daily Record stories from the public News RSS feed.
MCP tool dailyrecord_news
/dailyrecord/sectionsReturns the public Daily Record editorial section inventory.
MCP tool dailyrecord_sections
Related 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.
How to scrape 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.