News monitoring
TIMEエンドポイントを使えば、「News monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Turn TIME's public RSS section directory, headline feed, and dated article pages into normalized JSON for news and culture monitoring.
Get TIME's public section list, site-wide and per-section headlines, and full public article content as structured JSON.
エンドポイントファミリー
5
ドキュメント化されたパラメータ
8
サンプル数
5
ライブカタログスナップショット
稼働エンドポイント
5
メソッド
GET
必須パラメータ
8
スキーマ参照
5
{
"platform": "TIME",
"endpoint": "time-article",
"method": "GET",
"path": "/time/article",
"auth": "apiKey"
}ユースケース
Get TIME's public section list, site-wide and per-section headlines, and full public article content as structured JSON.
TIMEエンドポイントを使えば、「News monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
TIMEエンドポイントを使えば、「Culture and ideas coverage tracking」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
TIMEエンドポイントを使えば、「Content aggregation」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
以下の数値はすべて、稼働中のTIMEエンドポイントカタログから取得しています(エンドポイント5件、ドキュメント化されたリクエストパラメータ8個、公開レスポンススキーマ5件)。DocsとPlaygroundが参照しているカタログと同じものです。
TIMEのエンドポイントは5件、5つのリクエストファミリーに分類されています(Article、Author、Headlinesほか2件)。
これらのTIMEエンドポイントには8個のリクエストパラメータがドキュメント化されており、うち8個が必須です。統合コードを書く前に入力仕様をすべて確認できます。
5件のTIMEエンドポイントのうち5件が実際のサンプルレスポンスを、5件がドキュメント化されたレスポンススキーマを備えています。最初のリクエストの前に実データの形に合わせて実装できます。
TIMEのエンドポイントは成功時のスキーマに加えてエラーレスポンス(400、404、429、503)もドキュメント化しています。ブロック、レート制限、レコード欠損は空データではなく型付きのエラーとして返ります。
TIMEのエンドポイントは5個のホスト型MCPツールとして提供されており、エージェントは同じパラメータと同じJSON契約のまま、追加の実装なしに同じルートを呼び出せます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/time/article
/time/author
/time/headlines
/time/news
/time/sections
エンドポイントカタログ
/time/articleReturns public TIME article metadata and body paragraphs from a canonical article URL.
MCPツール time_article
/time/authorReturns a TIME author's byline metadata, biography, social accounts, and recent articles from a canonical author URL.
MCPツール time_author
/time/headlinesReturns fresh TIME headlines from one public RSS section.
MCPツール time_headlines
/time/newsReturns fresh TIME top stories from its public RSS feed.
MCPツール time_news
/time/sectionsReturns the public TIME RSS section inventory used by the headlines endpoint.
MCPツール time_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.
TIMEのスクレイピング方法
TIME has been owned since 2018 by Marc and Lynne Benioff, who bought the magazine from Meredith for $190 million and run it separately from Salesforce. Its site splits into ten sections, from politics and world to ideas and climate, and each section's headlines come from that section's own public hub page, so a climate request returns climate coverage rather than the site-wide mix. Crawlora's TIME endpoints add the site-wide feed, full articles, and author pages as normalized JSON.
Call /time/sections for the ten slugs /time/headlines accepts: news, politics, world, business, technology, health, entertainment, sports, ideas, and climate.
Call /time/news for TIME's public feed across every section. A 2026-09-24 pull returned 25 items spanning two days, each carrying its byline in the item itself rather than only on the article page.
Pass a slug to /time/headlines for that section's hub page. The technology slug maps to TIME's /section/tech/ hub, and news mirrors the site-wide feed because TIME has no separate news hub.
Pass a dated time.com article URL to /time/article for title, byline, timestamps, and body paragraphs. Opinion pieces work too: TIME marks them with the OpinionNewsArticle schema type, which the parser accepts alongside standard news articles.
Pass a time.com/author/ URL to /time/author for a name, bio, and recent articles. Outside contributors can be sparse: a 2026-09-24 call for a Chatham House fellow returned a one-line bio and no article list.
FAQ
Because TIME's section feeds currently return the same items as its site-wide feed. /time/headlines reads each section's public hub page instead, which is what gives climate, politics, and technology distinct results.
Yes. TIME tags columns and essays as OpinionNewsArticle in its structured data. The endpoint accepts that type along with NewsArticle, so a column in the Ideas section parses the same way as a news story.
A dated time.com path, with or without the /article/ prefix, for example time.com/article/2026/09/24/america-china-trump-xi-jinping-global-order/. Section, tag, and author pages are rejected.
Staff pages list recent bylines; contributor pages can be minimal. A 2026-09-24 call for an outside contributor returned only a name and a one-sentence bio, with an empty articles list.
No. TIME's section hubs, feed, and article pages are public on time.com, and the Benioffs have kept the site free to read without a hard paywall.