News monitoring
Mit Newsweek-Endpunkten verwandelst du news monitoring in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
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.
Endpunkt-Familien
5
Dokumentierte Parameter
10
Beispiele
5
Live-Katalog-Snapshot
Aktive Endpunkte
5
Methoden
GET
Pflichtparameter
7
Schema-Referenzen
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.
Mit Newsweek-Endpunkten verwandelst du news monitoring in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Mit Newsweek-Endpunkten verwandelst du opinion and commentary tracking in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Mit Newsweek-Endpunkten verwandelst du content aggregation in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Managed Execution
Jede Zahl unten stammt direkt aus dem Live-Newsweek-Endpunktkatalog — 5 Endpunkte, 10 dokumentierte Request-Parameter und 5 veröffentlichte Response-Schemas — demselben Katalog, gegen den auch Docs und Playground laufen.
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.
Abdeckungskarte
Diese Karten werden aus dem aktiven Endpunktkatalog generiert, damit die Landingpage dieselbe API-Oberfläche widerspiegelt, die auch Docs und Playground nutzen.
/newsweek/article
/newsweek/author
/newsweek/headlines
/newsweek/news
/newsweek/sections
Endpunktkatalog
/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
Verwandte 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.
So scrapst du 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.