Local news monitoring
Los Angeles Timesエンドポイントを使えば、「Local news monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Turn Los Angeles Times sections and articles into structured JSON for local news monitoring, research, and aggregation.
Discover Los Angeles Times sections and get section headlines or full article content as structured JSON.
エンドポイントファミリー
3
ドキュメント化されたパラメータ
5
サンプル数
0
ライブカタログスナップショット
稼働エンドポイント
3
メソッド
GET
必須パラメータ
4
スキーマ参照
3
{
"platform": "Los Angeles Times",
"endpoint": "latimes-article",
"method": "GET",
"path": "/latimes/article",
"auth": "apiKey"
}ユースケース
Discover Los Angeles Times sections and get section headlines or full article content as structured JSON.
Los Angeles Timesエンドポイントを使えば、「Local news monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Los Angeles Timesエンドポイントを使えば、「Media research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Los Angeles Timesエンドポイントを使えば、「Content aggregation」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
以下の数値はすべて、稼働中のLos Angeles Timesエンドポイントカタログから取得しています(エンドポイント3件、ドキュメント化されたリクエストパラメータ5個、公開レスポンススキーマ3件)。DocsとPlaygroundが参照しているカタログと同じものです。
Los Angeles Timesのエンドポイントは3件、3つのリクエストファミリーに分類されています(Article、Headlines、Sections)。
これらのLos Angeles Timesエンドポイントには5個のリクエストパラメータがドキュメント化されており、うち4個が必須です。統合コードを書く前に入力仕様をすべて確認できます。
3件のLos Angeles Timesエンドポイントのうち3件がドキュメント化されたレスポンススキーマを備えているため、パース処理を書く前にJSONの構造が分かります。
Los Angeles Timesのエンドポイントは成功時のスキーマに加えてエラーレスポンス(400、404、429、503)もドキュメント化しています。ブロック、レート制限、レコード欠損は空データではなく型付きのエラーとして返ります。
Los Angeles Timesのエンドポイントは3個のホスト型MCPツールとして提供されており、エージェントは同じパラメータと同じJSON契約のまま、追加の実装なしに同じルートを呼び出せます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/latimes/article
/latimes/headlines
/latimes/sections
エンドポイントカタログ
/latimes/articleReturns a Los Angeles Times article's public metadata and body paragraphs from a canonical article URL, read from the page's NewsArticle structured data.
MCPツール latimes_article
/latimes/headlinesReturns fresh headlines from a public Los Angeles Times section RSS feed: title, canonical URL, summary, author, publication time, and lead image. section defaults to main.
MCPツール latimes_headlines
/latimes/sectionsReturns the complete set of section slugs accepted by latimes-headlines, each with its display name and public RSS feed URL.
MCPツール latimes_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.
Los Angeles Timesのスクレイピング方法
Crawlora exposes Los Angeles Times section discovery, section headline feeds, and full public article extraction with one API key.
Call /latimes/sections for current section values.
Pass a section to /latimes/headlines.
Pass a canonical latimes.com URL to /latimes/article.
FAQ
Call /latimes/sections and use a returned slug with /latimes/headlines. This keeps clients aligned with the publisher's current public section navigation.
The endpoint returns the selected section and its current story cards as normalized records, including headline, URL, summary, publication metadata, and image data when the source provides it.
A canonical article URL returns the published metadata and ordered public body paragraphs, with upstream blocks or unexpected templates surfaced as errors instead of a misleading empty success.
No account, subscription cookie, or stored browser session is used. Crawlora fetches credential-free public news pages through the production scraper transport and protects each normalized public API call with your Crawlora API key.