News monitoring
Usa los endpoints de TIME para convertir news monitoring en solicitudes API repetibles con inputs documentados y respuestas JSON.
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.
Familias de endpoints
5
Parámetros documentados
8
Ejemplos
5
Snapshot en vivo del catálogo
Endpoints activos
5
Métodos
GET
Parámetros obligatorios
8
Referencias de esquema
5
{
"platform": "TIME",
"endpoint": "time-article",
"method": "GET",
"path": "/time/article",
"auth": "apiKey"
}Casos de uso
Get TIME's public section list, site-wide and per-section headlines, and full public article content as structured JSON.
Usa los endpoints de TIME para convertir news monitoring en solicitudes API repetibles con inputs documentados y respuestas JSON.
Usa los endpoints de TIME para convertir culture and ideas coverage tracking en solicitudes API repetibles con inputs documentados y respuestas JSON.
Usa los endpoints de TIME para convertir content aggregation en solicitudes API repetibles con inputs documentados y respuestas JSON.
Ejecución gestionada
Cada cifra de abajo se lee directamente del catálogo de endpoints en vivo de TIME — 5 endpoints, 8 parámetros de solicitud documentados y 5 esquemas de respuesta publicados — el mismo catálogo contra el que corren Docs y Playground.
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.
Mapa de cobertura
Estas tarjetas se generan a partir del catálogo de endpoints activo, así que la landing page refleja la misma superficie de API que usan Docs y Playground.
/time/article
/time/author
/time/headlines
/time/news
/time/sections
Catálogo de endpoints
/time/articleReturns public TIME article metadata and body paragraphs from a canonical article URL.
Herramienta MCP time_article
/time/authorReturns a TIME author's byline metadata, biography, social accounts, and recent articles from a canonical author URL.
Herramienta MCP time_author
/time/headlinesReturns fresh TIME headlines from one public RSS section.
Herramienta MCP time_headlines
/time/newsReturns fresh TIME top stories from its public RSS feed.
Herramienta MCP time_news
/time/sectionsReturns the public TIME RSS section inventory used by the headlines endpoint.
Herramienta MCP time_sections
APIs relacionadas
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.
Cómo hacer scraping de 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.
Preguntas frecuentes
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.