Politics and policy monitoring
Use The Hill endpoints to turn politics and policy monitoring into repeatable API requests with documented inputs and JSON responses.
Turn The Hill's public RSS section directory, headline feed, and article pages into normalized JSON for US politics and policy monitoring.
Get The Hill's public section list, site-wide and per-section headlines, and full public article content as structured JSON.
Endpoint families
5
Documented params
8
Examples
5
Live catalog snapshot
Active endpoints
5
Methods
GET
Required params
8
Schema refs
5
{
"platform": "The Hill",
"endpoint": "thehill-article",
"method": "GET",
"path": "/thehill/article",
"auth": "apiKey"
}Use cases
Get The Hill's public section list, site-wide and per-section headlines, and full public article content as structured JSON.
Use The Hill endpoints to turn politics and policy monitoring into repeatable API requests with documented inputs and JSON responses.
Use The Hill endpoints to turn legislative tracking into repeatable API requests with documented inputs and JSON responses.
Use The Hill 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 The Hill endpoint catalog — 5 endpoints, 8 documented request parameters, and 5 published response schemas — the same catalog Docs and Playground run against.
5 documented The Hill endpoints, grouped into 5 request families — Article, Author and Headlines, plus 2 more.
8 request parameters are documented across those The Hill endpoints, 8 of them required — the full input contract is public before you write any integration code.
5 of the 5 The Hill endpoints ship a recorded example response, and 5 carry a documented response schema — you can code against the real JSON before the first request.
The Hill endpoints document their error responses (400, 404, 429 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 The Hill 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.
/thehill/article
/thehill/author
/thehill/headlines
/thehill/news
/thehill/sections
Endpoint catalog
/thehill/articleReturns public The Hill article metadata and body paragraphs from a canonical article URL.
MCP tool thehill_article
/thehill/authorReturns a The Hill author's byline metadata, biography, and recent articles from a canonical author URL.
MCP tool thehill_author
/thehill/headlinesReturns fresh headlines from one public The Hill RSS section.
MCP tool thehill_headlines
/thehill/newsReturns fresh The Hill top stories from its public RSS feed.
MCP tool thehill_news
/thehill/sectionsReturns the public The Hill RSS section inventory used by the headlines endpoint.
MCP tool thehill_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 The Hill
The Hill has been owned by Nexstar Media Group since a 2021 acquisition, and every article carries a Nexstar copyright line at the end. It publishes across 19 sections, and its site-wide feed runs far broader than any single section: a 2026-09-24 pull of /thehill/news returned 100 items, more than half tagged homenews, against 15 stories for a same-day senate pull. Endpoints here cover sections, that feed, per-section headlines, articles, and author bios.
Call /thehill/sections for all 19 slugs /thehill/headlines accepts, including senate, house, administration, national-security, and the separate policy-healthcare and healthcare slugs.
Call /thehill/news for the cross-section feed. A 2026-09-24 pull returned 100 items spanning about 37 hours, with homenews, policy, and opinion pieces all mixed in — far more volume than any one section alone.
Pass a slug from /thehill/sections to /thehill/headlines. Scoped to senate on the same pull, it returned 15 stories in under a day, from a Collins-FDA nominee fight to a GOP Iran-war split among incumbents.
Pass a canonical thehill.com URL with a numeric article id to /thehill/article for title, section, timestamps, and body paragraphs. Timestamps come straight from The Hill's CMS, so a scheduled story can show an updated_at earlier than its published_at.
Pass a thehill.com/author/ URL to /thehill/author for job title, bio, and recent bylines. A live call returned 16 articles, but their dates are relative strings like "13 hours ago" rather than ISO timestamps, unlike /thehill/article and /thehill/headlines.
FAQ
More than six times, per the counts above — dominated by homenews and policy rather than any one beat.
Because The Hill schedules stories. Its own RSS feed shows the same thing: one 2026-09-24 story was last edited at 00:40 UTC and went live at 10:00 UTC. Use published_at when you need the moment a story appeared.
No. Article and headline timestamps are ISO 8601, but a live /thehill/author call returned each recent article's date as a relative string — "13 hours ago", "2 days ago", or a bare date for older pieces.
19, and some overlap by design: healthcare and policy-healthcare are separate slugs, as are homenews and policy — pass the exact slug from /thehill/sections rather than assuming one subsumes the other.
Nexstar Media Group, the TV broadcaster, bought The Hill in 2021 for $130 million, and every article closes with a Nexstar copyright line. The Hill's sections and articles are free to read without a subscription.