News monitoring
Newsweekエンドポイントを使えば、「News monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
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.
エンドポイントファミリー
5
ドキュメント化されたパラメータ
10
サンプル数
5
ライブカタログスナップショット
稼働エンドポイント
5
メソッド
GET
必須パラメータ
7
スキーマ参照
5
{
"platform": "Newsweek",
"endpoint": "newsweek-article",
"method": "GET",
"path": "/newsweek/article",
"auth": "apiKey"
}ユースケース
Get Newsweek's public section list, site-wide and per-section headlines, and full public article content as structured JSON.
Newsweekエンドポイントを使えば、「News monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Newsweekエンドポイントを使えば、「Opinion and commentary tracking」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Newsweekエンドポイントを使えば、「Content aggregation」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
以下の数値はすべて、稼働中のNewsweekエンドポイントカタログから取得しています(エンドポイント5件、ドキュメント化されたリクエストパラメータ10個、公開レスポンススキーマ5件)。DocsとPlaygroundが参照しているカタログと同じものです。
Newsweekのエンドポイントは5件、5つのリクエストファミリーに分類されています(Article、Author、Headlinesほか2件)。
これらのNewsweekエンドポイントには10個のリクエストパラメータがドキュメント化されており、うち7個が必須です。統合コードを書く前に入力仕様をすべて確認できます。
5件のNewsweekエンドポイントのうち5件が実際のサンプルレスポンスを、5件がドキュメント化されたレスポンススキーマを備えています。最初のリクエストの前に実データの形に合わせて実装できます。
Newsweekのエンドポイントは成功時のスキーマに加えてエラーレスポンス(400、404、429、503)もドキュメント化しています。ブロック、レート制限、レコード欠損は空データではなく型付きのエラーとして返ります。
Newsweekのエンドポイントは5個のホスト型MCPツールとして提供されており、エージェントは同じパラメータと同じJSON契約のまま、追加の実装なしに同じルートを呼び出せます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/newsweek/article
/newsweek/author
/newsweek/headlines
/newsweek/news
/newsweek/sections
エンドポイントカタログ
/newsweek/articleReturns public Newsweek article metadata and body paragraphs from a canonical article URL.
MCPツール newsweek_article
/newsweek/authorReturns one Newsweek author's public profile: name, job title, bio, email, and one page of their recent articles.
MCPツール newsweek_author
/newsweek/headlinesReturns fresh Newsweek section headlines from the public category page.
MCPツール newsweek_headlines
/newsweek/newsReturns fresh Newsweek top stories from its public RSS feed.
MCPツール newsweek_news
/newsweek/sectionsReturns the public Newsweek editorial section inventory used by the headlines endpoint.
MCPツール newsweek_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.
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.