Letterboxd Scraper

ENDPOINTS
GET/reviews/details

Review Details

One review in full: author, film, rating, like, rewatch, watched date, tags, likes and comments count.

QUERY PARAMS

Review as member/film-slug, review URL or boxd.it short link.

Examples:

  • Path: philbertdy/parasite-2019
  • URL: https://letterboxd.com/philbertdy/film/parasite-2019/
{
  "id": 72286970,
  "link": "https://letterboxd.com/philbertdy/film/parasite-2019/",
  "short_link": "https://boxd.it/MV5qJ",
  "member": {
    "username": "philbertdy",
    "name": "Philbert Dy",
    "link": "https://letterboxd.com/philbertdy/",
    "avatar": "https://a.ltrbxd.com/resized/avatar/twitter/2/4/0/1/3/shard/http___pbs.twimg.com_profile_images_3748552695_764be80f258e6940cae387a44cc687b1-0-1000-0-1000-crop.jpg?v=dbe45c6bb0",
    "badge": "patron"
  },
  "film": null,
  "rating": null,
  "is_liked": false,
  "is_rewatch": false,
  "watched_date": "2019-08-14",
  "has_spoilers": false,
  "tags": [
    "profile",
    "korea",
    "bong joon ho"
  ],
  "text": null,
  "html": null,
  "has_review": false,
  "likes_count": 44230,
  "comments_count": null
}