影片评分与评分直方图采集
Use Letterboxd endpoints to turn 影片评分与评分直方图采集 into repeatable API requests with documented inputs and JSON responses.
以规范化 JSON 采集 Letterboxd 的影片详情(含平均评分和评分直方图)、成员评论、相似影片、演职人员(人物)详情、成员资料以及热门影片榜单,用于影片目录、评分研究和数据增强。无需凭证。
从公开页面提取 Letterboxd 的影片详情、评分直方图、评论、相似影片、人物、成员及热门榜单数据,转换为结构化 JSON。
Endpoint families
5
Documented params
25
Examples
8
Live catalog snapshot
Active endpoints
8
Methods
GET
Required params
15
Schema refs
8
{
"platform": "Letterboxd",
"endpoint": "letterboxd-search",
"method": "GET",
"path": "/letterboxd/search",
"auth": "apiKey"
}Use cases
从公开页面提取 Letterboxd 的影片详情、评分直方图、评论、相似影片、人物、成员及热门榜单数据,转换为结构化 JSON。
Use Letterboxd endpoints to turn 影片评分与评分直方图采集 into repeatable API requests with documented inputs and JSON responses.
Use Letterboxd endpoints to turn 评论和热度监控 into repeatable API requests with documented inputs and JSON responses.
Use Letterboxd endpoints to turn 影片目录和人物数据增强 into repeatable API requests with documented inputs and JSON responses.
Managed execution
Every figure below is read from the live Letterboxd endpoint catalog — 8 endpoints, 25 documented request parameters, and 8 published response schemas — the same catalog Docs and Playground run against.
8 documented Letterboxd endpoints, grouped into 5 request families — Film, Member and Person, plus 2 more.
25 request parameters are documented across those Letterboxd endpoints, 15 of them required — the full input contract is public before you write any integration code.
8 of the 8 Letterboxd endpoints ship a recorded example response, and 8 carry a documented response schema — you can code against the real JSON before the first request.
Letterboxd endpoints document their error responses (400, 404, 500 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.
8 hosted MCP tools back the Letterboxd 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.
/letterboxd/film/{slug}
/letterboxd/member/{username}
/letterboxd/person/{slug}
/letterboxd/popular
/letterboxd/search
Endpoint catalog
/letterboxd/searchSearches Letterboxd films, people, lists, and tags. Credential-free public Letterboxd data.
MCP tool letterboxd_search
/letterboxd/popularReturns a popularity-ranked film chart, optionally scoped to a time window, genre, and/or decade. Credential-free public Letterboxd data.
MCP tool letterboxd_popular
/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.
MCP tool letterboxd_film
/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.
MCP tool letterboxd_film_rating_histogram
/letterboxd/film/{slug}/reviewsReturns a film's popular reviews (reviewer, rating, date, text, like/comment counts, spoiler flag). Credential-free public Letterboxd data.
MCP tool letterboxd_film_reviews
/letterboxd/film/{slug}/similarReturns films Letterboxd recommends as similar to the given film. Credential-free public Letterboxd data.
MCP tool letterboxd_film_similar
/letterboxd/person/{slug}Returns a person's Letterboxd filmography for a credit role. Credential-free public Letterboxd data.
MCP tool letterboxd_person
/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.
MCP tool letterboxd_member
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 Letterboxd
Letterboxd 的社区影片评分和评论为影片研究和口味分析提供了数据支撑。Crawlora 的 Letterboxd 端点以规范化 JSON 返回搜索、影片详情、评分直方图、评论和热门榜单——无需登录、无需处理速率限制或代理配置。
一次搜索、按 slug 查询的某部影片(含评分、直方图、评论或相似影片)、某个人物或成员,或热门榜单。
将查询词或影片 slug 传给 Crawlora 的 Letterboxd 端点(例如 /letterboxd/search、/letterboxd/film、/letterboxd/popular)。
获取片名、年份、平均评分、评分直方图、评论和相似影片,均为整洁的 JSON。
将数据接入影片口味仪表盘和 AI 流水线,或定期重新运行以跟踪评分和热度随时间的变化。
FAQ
将搜索查询词或影片 slug 发送给 Crawlora 的 Letterboxd 端点,即可获得影片详情、平均评分、评分直方图、评论和相似影片,均为结构化 JSON——无需登录。请采集公开数据并遵守 Letterboxd 的条款。
可以——/letterboxd/film 返回平均评分,/letterboxd/film/{slug}/rating-histogram 返回完整的星级评分分布,同时可通过 /letterboxd/film/{slug}/reviews 获取评论。它只采集公开数据,不涉及私人日记或私人片单条目。
在遵守 Letterboxd 使用条款、robots 指令、速率限制和适用法律的前提下,采集公开可访问的影片、评分和评论数据通常是被允许的。这适用于你有权采集的公开数据。