Letterboxd API Scraper
Pricing
from $1.00 / 1,000 result rows
Letterboxd API Scraper
Scrape Letterboxd public film data: search & browse films, full film detail (genres, directors, rating, description, poster), popular reviews, list films, and optional statistics (watches/likes/ratings/fans + rating histogram). Read-only, guest access, no account.
Pricing
from $1.00 / 1,000 result rows
Rating
0.0
(0)
Developer
R.L.
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Letterboxd Scraper
Scrape public film data from Letterboxd straight from its official mobile API — search & browse films, full film detail, popular reviews, and the films in any list, with optional per-film statistics. Read-only, guest access, no account (the actor mints Letterboxd's own anonymous app token).
Modes
| Mode | Returns | Key inputs |
|---|---|---|
| Search films | Films matching a query | query |
| Browse films (by genre) | Films in a genre (and optional decade/year) | genre, decade, year |
| Film details (by ID) | Full records for given films | filmIds |
| Film reviews (by ID) | Popular reviews for one film | filmId, reviewsSort |
| List films (by list ID) | The films in a Letterboxd list | listId |
Turn on Include film statistics to add average rating and counts of watches, likes, ratings, fans, lists and reviews (plus the rating histogram) to every film returned.
Output
Film rows: film_id, name, original_name, year, runtime, tagline, description,
rating, genres, directors, countries, languages, themes, top250_position,
poster_url, letterboxd_url, adult. With statistics: watches, likes, ratings_count,
fans, lists_count, reviews_count, rating_histogram.
Review rows: review_id, film_id, film_name, film_year, rating, review,
contains_spoilers, like_count, comment_count, when_created, author, review_url.
Notes
- Letterboxd film/list IDs are short base62 strings (e.g.
2a9q= Fight Club). Get them from a Search or Browse run, then feed them into the detail / reviews / list modes. - The API is not bot-gated; a proxy is optional.
Pricing
Pay per result — $1 per 1000 rows ($0.001 each). A row is a film (search, browse, details or list entry, including any statistics) or a review.
Built on the apify-api-scraper-template.