Film rating and histogram collection
Letterboxdエンドポイントを使えば、「Film rating and histogram collection」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Collect Letterboxd film detail with average rating and rating histogram, member reviews, similar films, cast and crew (people) detail, member profiles, and popular film charts as normalized JSON for film catalogs, ratings research, and enrichment. Credential-free.
Extract Letterboxd film detail, ratings histograms, reviews, similar films, people, members, and popular charts as structured JSON from public pages.
エンドポイントファミリー
5
ドキュメント化されたパラメータ
25
サンプル数
8
ライブカタログスナップショット
稼働エンドポイント
8
メソッド
GET
必須パラメータ
15
スキーマ参照
8
{
"platform": "Letterboxd",
"endpoint": "letterboxd-search",
"method": "GET",
"path": "/letterboxd/search",
"auth": "apiKey"
}ユースケース
Extract Letterboxd film detail, ratings histograms, reviews, similar films, people, members, and popular charts as structured JSON from public pages.
Letterboxdエンドポイントを使えば、「Film rating and histogram collection」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Letterboxdエンドポイントを使えば、「Review and popularity monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Letterboxdエンドポイントを使えば、「Film catalog and people enrichment」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
各CrawloraプラットフォームAPIは、特定のデータサーフェスに合わせて設計されています。汎用的なfetchエンドポイントを公開する代わりに、エンドポイント固有のリクエストロジック、マネージドインフラ、パース、正規化、課金、そしてPlaygroundで検証済みのサンプルを組み合わせています。
対象プラットフォームとエンドポイントの種類に合わせてリクエスト挙動をチューニングしています。
対応エンドポイントはマネージドプロキシルーティングを利用でき、信頼性を高めながらインフラ運用の手間を減らせます。
JavaScriptレンダリングが必要な動的ページは、マネージドブラウザインスタンス経由で処理できます。
チャレンジページや利用不能な上流レスポンスを検知し、明確に通知します。
結果は生のHTMLではなく、ドキュメント化されたJSONで返されます。
本番統合の前に、DocsとPlaygroundから同じルートをテストできます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/letterboxd/film/{slug}
/letterboxd/member/{username}
/letterboxd/person/{slug}
/letterboxd/popular
/letterboxd/search
エンドポイントカタログ
/letterboxd/searchSearches Letterboxd films, people, lists, and tags. Credential-free public Letterboxd data.
/letterboxd/popularReturns a popularity-ranked film chart, optionally scoped to a time window, genre, and/or decade. Credential-free public Letterboxd data.
/letterboxd/film/{slug}Returns a normalized Letterboxd film: synopsis, director, cast, genres, countries, languages, runtime, and aggregate member rating. Credential-free public Letterboxd data (letterboxd.com), parsed from the film page's schema.org structured data.
/letterboxd/film/{slug}/rating-histogramReturns a film's full star-rating distribution (0.5 to 5.0 in half-star buckets) with counts and percentages. Credential-free public Letterboxd data.
/letterboxd/film/{slug}/reviewsReturns a film's popular reviews (reviewer, rating, date, text, like/comment counts, spoiler flag). Credential-free public Letterboxd data.
/letterboxd/film/{slug}/similarReturns films Letterboxd recommends as similar to the given film. Credential-free public Letterboxd data.
/letterboxd/person/{slug}Returns a person's Letterboxd filmography for a credit role. Credential-free public Letterboxd data.
/letterboxd/member/{username}Returns a member's public profile stats (films watched, lists, following/followers). No private data — everything is visible to a logged-out visitor. Credential-free public Letterboxd data.
関連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
Collect ESPN sports scores, teams, standings, rankings, rosters, athletes, game summaries, and news as normalized JSON for sports data workflows.
Letterboxdのスクレイピング方法
Letterboxd's community film ratings and reviews power film research and taste analysis. Crawlora's Letterboxd endpoints return search, film detail, rating histograms, reviews, and popular charts as normalized JSON — no login, rate-limit juggling, or proxy setup.
A search, a film by slug (with ratings, histogram, reviews, or similar films), a person or member, or the popular charts.
Pass a query or a film slug to Crawlora's Letterboxd endpoint (e.g. /letterboxd/search, /letterboxd/film, /letterboxd/popular).
Receive title, year, average rating, rating histogram, reviews, and similar films as clean JSON.
Feed film-taste dashboards and AI pipelines, or re-run to track ratings and popularity over time.
FAQ
Send a search query or a film slug to Crawlora's Letterboxd endpoints and get film detail, average ratings, rating histograms, reviews, and similar films as structured JSON — no login required. Collect public data and respect Letterboxd's terms.
Yes — /letterboxd/film returns the average rating, and /letterboxd/film/{slug}/rating-histogram returns the full star-rating distribution, alongside reviews via /letterboxd/film/{slug}/reviews. It collects only public data, not private diary or list entries.
Collecting publicly accessible film, rating, and review data is generally permissible if you respect Letterboxd's terms of use, robots directives, rate limits, and applicable law. This is for public data you are authorized to collect.