News monitoring
Use Newsweek endpoints to turn news monitoring into repeatable API requests with documented inputs and JSON responses.
Turn Newsweek's public section directory, RSS headline feed, and category pages into normalized JSON for news and opinion monitoring.
Get Newsweek's public section list, site-wide and per-section headlines, and full public article content as structured JSON.
Endpoint families
5
Documented params
10
Examples
5
Live catalog snapshot
Active endpoints
5
Methods
GET
Required params
7
Schema refs
5
{
"platform": "Newsweek",
"endpoint": "newsweek-article",
"method": "GET",
"path": "/newsweek/article",
"auth": "apiKey"
}Use cases
Get Newsweek's public section list, site-wide and per-section headlines, and full public article content as structured JSON.
Use Newsweek endpoints to turn news monitoring into repeatable API requests with documented inputs and JSON responses.
Use Newsweek endpoints to turn opinion and commentary tracking into repeatable API requests with documented inputs and JSON responses.
Use Newsweek 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 Newsweek endpoint catalog — 5 endpoints, 10 documented request parameters, and 5 published response schemas — the same catalog Docs and Playground run against.
5 documented Newsweek endpoints, grouped into 5 request families — Article, Author and Headlines, plus 2 more.
10 request parameters are documented across those Newsweek endpoints, 7 of them required — the full input contract is public before you write any integration code.
5 of the 5 Newsweek endpoints ship a recorded example response, and 5 carry a documented response schema — you can code against the real JSON before the first request.
Newsweek 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 Newsweek 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.
/newsweek/article
/newsweek/author
/newsweek/headlines
/newsweek/news
/newsweek/sections
Endpoint catalog
/newsweek/articleReturns public Newsweek article metadata and body paragraphs from a canonical article URL.
MCP tool newsweek_article
/newsweek/authorReturns one Newsweek author's public profile: name, job title, bio, email, and one page of their recent articles.
MCP tool newsweek_author
/newsweek/headlinesReturns fresh Newsweek section headlines from the public category page.
MCP tool newsweek_headlines
/newsweek/newsReturns fresh Newsweek top stories from its public RSS feed.
MCP tool newsweek_news
/newsweek/sectionsReturns the public Newsweek editorial section inventory used by the headlines endpoint.
MCP tool newsweek_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 Newsweek
Newsweek runs 21 public sections, from Politics and World down to Better Planet and My Turn, plus a site-wide feed, per-section headlines, article pages, and an author endpoint for journalist bios. On a 2026-09-24 pull, that feed held 20 items published inside a single seven-hour window, with no older backlog mixed in. Crawlora returns each of these as normalized JSON, with article bodies trimmed to the story itself.
Call /newsweek/sections for all 21 slugs /newsweek/headlines accepts. The Science section's slug is tech-science, not science — worth checking before guessing a slug by hand.
Call /newsweek/news for the cross-section feed. On 2026-09-24 it returned 20 items, every one published that same morning between 04:02 and 10:43 UTC.
Pass a slug from /newsweek/sections to /newsweek/headlines. Scoped to politics on the same pull, it returned 21 headlines, from a Trump campaign ad segment to a map of Senate races most likely to flip.
Pass a canonical newsweek.com URL ending in a numeric article id to /newsweek/article for title, authors, timestamps, and body paragraphs. The byline job title and the closing "Contact Newsweek editors" line are stripped, so the paragraphs start and end with the story.
Pass a slug, url, or page to /newsweek/author for name, job title, bio, email, and recent articles. A live call returned has_next_page: true, so a prolific byline can span more than one page.
FAQ
21 sections, but Science's slug is tech-science — pass slugs exactly as /newsweek/sections returns them rather than guessing from the display name.
On the 2026-09-24 pull it was: 20 items, all published inside one seven-hour window that morning, nothing older mixed in. That's tighter than some sibling outlets' feeds in this catalog.
From /newsweek/author. A 2026-09-24 call for immigration reporter Billal Rahman returned his job title, bio, email, and 21 recent articles, while /newsweek/article carries just the author name.
Yes. A live /newsweek/author call for an active reporter returned has_next_page: true on page one, so older bylines need a follow-up call with page=2.
Newsweek Publishing LLC, co-owned 50/50 by CEO Dev Pragad and Johnathan Davis since the title split from IBT Media in 2018. Sections, headlines, and articles are freely readable on newsweek.com.