News monitoring
Use TIME endpoints to turn news monitoring into repeatable API requests with documented inputs and JSON responses.
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.
Endpoint families
5
Documented params
8
Examples
5
Live catalog snapshot
Active endpoints
5
Methods
GET
Required params
8
Schema refs
5
{
"platform": "TIME",
"endpoint": "time-article",
"method": "GET",
"path": "/time/article",
"auth": "apiKey"
}Use cases
Get TIME's public section list, site-wide and per-section headlines, and full public article content as structured JSON.
Use TIME endpoints to turn news monitoring into repeatable API requests with documented inputs and JSON responses.
Use TIME endpoints to turn culture and ideas coverage tracking into repeatable API requests with documented inputs and JSON responses.
Use TIME 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 TIME endpoint catalog — 5 endpoints, 8 documented request parameters, and 5 published response schemas — the same catalog Docs and Playground run against.
5 documented TIME endpoints, grouped into 5 request families — Article, Author and Headlines, plus 2 more.
8 request parameters are documented across those TIME endpoints, 8 of them required — the full input contract is public before you write any integration code.
5 of the 5 TIME endpoints ship a recorded example response, and 5 carry a documented response schema — you can code against the real JSON before the first request.
TIME 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 TIME 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.
/time/article
/time/author
/time/headlines
/time/news
/time/sections
Endpoint catalog
/time/articleReturns public TIME article metadata and body paragraphs from a canonical article URL.
MCP tool time_article
/time/authorReturns a TIME author's byline metadata, biography, social accounts, and recent articles from a canonical author URL.
MCP tool time_author
/time/headlinesReturns fresh TIME headlines from one public RSS section.
MCP tool time_headlines
/time/newsReturns fresh TIME top stories from its public RSS feed.
MCP tool time_news
/time/sectionsReturns the public TIME RSS section inventory used by the headlines endpoint.
MCP tool time_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 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.