Letterboxd Scraper

ENDPOINTS
GET/members/activity

Member Activity

A member's activity feed: watched, rated, liked, reviewed, listed, commented. 20 per call.

QUERY PARAMS

Letterboxd username or profile URL.

Examples:

  • Username: kurstboy
  • URL: https://letterboxd.com/kurstboy/

next_cursor from the previous response to get the next 20 items.

{
  "username": "kurstboy",
  "activity": [
    {
      "id": 12985625618,
      "type": "liked_review",
      "summary": "Karsten liked Zach Shevich’s ★★ review of Elsinore",
      "rating": 2.0,
      "target": {
        "type": "review",
        "name": "Elsinore",
        "link": "https://letterboxd.com/zshevich/film/elsinore/"
      },
      "film": {
        "slug": "elsinore",
        "name": "Elsinore",
        "link": "https://letterboxd.com/film/elsinore/"
      },
      "comment": null,
      "created_at": "2026-09-18T04:59:56Z"
    },
    {
      "id": 12983273998,
      "type": "added_to_watchlist",
      "summary": "Karsten added Assault on Precinct 13 to his watchlist",
      "rating": null,
      "target": {
        "type": "film",
        "name": "Assault on Precinct 13",
        "link": "https://letterboxd.com/film/assault-on-precinct-13/"
      },
      "film": {
        "slug": "assault-on-precinct-13",
        "name": "Assault on Precinct 13",
        "link": "https://letterboxd.com/film/assault-on-precinct-13/"
      },
      "comment": null,
      "created_at": "2026-09-17T21:47:52Z"
    },
    {
      "id": 12982833406,
      "type": "review",
      "summary": null,
      "rating": null,
      "target": null,
      "film": {
        "slug": "resident-evil-2026",
        "name": "Resident Evil",
        "link": "https://letterboxd.com/film/resident-evil-2026/"
      },
      "comment": null,
      "created_at": "2026-09-17T20:49:42Z"
    },
    {
      "id": 12982739838,
      "type": "liked_review",
      "summary": "Karsten liked Griffin Newman’s review of Resident Evil",
      "rating": null,
      "target": {
        "type": "review",
        "name": "Resident Evil",
        "link": "https://letterboxd.com/grifflightning/film/resident-evil-2026/"
      },
      "film": {
        "slug": "resident-evil-2026",
        "name": "Resident Evil",
        "link": "https://letterboxd.com/film/resident-evil-2026/"
      },
      "comment": null,
      "created_at": "2026-09-17T20:37:35Z"
    },
    {
      "id": 12970613766,
      "type": "review",
      "summary": null,
      "rating": null,
      "target": null,
      "film": {
        "slug": "possible-love",
        "name": "Possible Love",
        "link": "https://letterboxd.com/film/possible-love/"
      },
      "comment": null,
      "created_at": "2026-09-16T03:41:32Z"
    },
    {
      "id": 12968718104,
      "type": "review",
      "summary": null,
      "rating": null,
      "target": null,
      "film": {
        "slug": "everytime",
        "name": "Everytime",
        "link": "https://letterboxd.com/film/everytime/"
      },
      "comment": null,
      "created_at": "2026-09-15T21:59:17Z"
    },
    {
      "id": 12962386536,
      "type": "watched",
      "summary": "Karsten watched, liked and rated The Debut ★★★★ on Monday Sep 14, 2026",
      "rating": 4.0,
      "target": {
        "type": "diary_entry",
        "name": "The Debut",
        "link": "https://letterboxd.com/kurstboy/film/the-debut-2026/"
      },
      "film": {
        "slug": "the-debut-2026",
        "name": "The Debut",
        "link": "https://letterboxd.com/film/the-debut-2026/"
      },
      "comment": null,
      "created_at": "2026-09-15T00:51:44Z"
    },
    {
      "id": 12962380991,
      "type": "liked_review",
      "summary": "Karsten liked Robert Daniels’s ★★★½ review of The Debut",
      "rating": 3.5,
      "target": {
        "type": "review",
        "name": "The Debut",
        "link": "https://letterboxd.com/812filmreviews/film/the-debut-2026/"
      },
      "film": {
        "slug": "the-debut-2026",
        "name": "The Debut",
        "link": "https://letterboxd.com/film/the-debut-2026/"
      },
      "comment": null,
      "created_at": "2026-09-15T00:50:40Z"
    },
    {
      "id": 12961167664,
      "type": "watched",
      "summary": "Karsten watched and liked Wild Horse Nine on Monday Sep 14, 2026",
      "rating": null,
      "target": {
        "type": "diary_entry",
        "name": "Wild Horse Nine",
        "link": "https://letterboxd.com/kurstboy/film/wild-horse-nine/"
      },
      "film": {
        "slug": "wild-horse-nine",
        "name": "Wild Horse Nine",
        "link": "https://letterboxd.com/film/wild-horse-nine/"
      },
      "comment": null,
      "created_at": "2026-09-14T21:38:29Z"
    },
    {
      "id": 12961157343,
      "type": "liked_review",
      "summary": "Karsten liked Josh Lewis’s ★★★ review of Vintage Violence",
      "rating": 3.0,
      "target": {
        "type": "review",
        "name": "Vintage Violence",
        "link": "https://letterboxd.com/thejoshl/film/vintage-violence/"
      },
      "film": {
        "slug": "vintage-violence",
        "name": "Vintage Violence",
        "link": "https://letterboxd.com/film/vintage-violence/"
      },
      "comment": null,
      "created_at": "2026-09-14T21:37:15Z"
    },
    {
      "id": 12959547496,
      "type": "review",
      "summary": null,
      "rating": null,
      "target": null,
      "film": {
        "slug": "bucking-fastard",
        "name": "Bucking Fastard",
        "link": "https://letterboxd.com/film/bucking-fastard/"
      },
      "comment": null,
      "created_at": "2026-09-14T18:06:10Z"
    },
    {
      "id": 12958734021,
      "type": "watched",
      "summary": "Karsten watched, liked and rated Josephine ★★★★ on Monday Sep 14, 2026",
      "rating": 4.0,
      "target": {
        "type": "diary_entry",
        "name": "Josephine",
        "link": "https://letterboxd.com/kurstboy/film/josephine-2026/"
      },
      "film": {
        "slug": "josephine-2026",
        "name": "Josephine",
        "link": "https://letterboxd.com/film/josephine-2026/"
      },
      "comment": null,
      "created_at": "2026-09-14T15:57:18Z"
    },
    {
      "id": 12958634109,
      "type": "liked_review",
      "summary": "Karsten liked Miles Andersen’s ★★★½ review of Love of Your Life",
      "rating": 3.5,
      "target": {
        "type": "review",
        "name": "Love of Your Life",
        "link": "https://letterboxd.com/miles_andersen/film/love-of-your-life/"
      },
      "film": {
        "slug": "love-of-your-life",
        "name": "Love of Your Life",
        "link": "https://letterboxd.com/film/love-of-your-life/"
      },
      "comment": null,
      "created_at": "2026-09-14T15:40:13Z"
    },
    {
      "id": 12957311126,
      "type": "liked_review",
      "summary": "Karsten liked Will’s ★★★★ review of Possession",
      "rating": 4.0,
      "target": {
        "type": "review",
        "name": "Possession",
        "link": "https://letterboxd.com/floatingcoffin/film/possession/"
      },
      "film": {
        "slug": "possession",
        "name": "Possession",
        "link": "https://letterboxd.com/film/possession/"
      },
      "comment": null,
      "created_at": "2026-09-14T11:22:22Z"
    },
    {
      "id": 12954832662,
      "type": "review",
      "summary": null,
      "rating": null,
      "target": null,
      "film": {
        "slug": "everest-the-other-side",
        "name": "Everest: The Other Side",
        "link": "https://letterboxd.com/film/everest-the-other-side/"
      },
      "comment": null,
      "created_at": "2026-09-14T02:13:57Z"
    },
    {
      "id": 12951516009,
      "type": "added_to_watchlist",
      "summary": "Karsten added Eight Men Out to his watchlist",
      "rating": null,
      "target": {
        "type": "film",
        "name": "Eight Men Out",
        "link": "https://letterboxd.com/film/eight-men-out/"
      },
      "film": {
        "slug": "eight-men-out",
        "name": "Eight Men Out",
        "link": "https://letterboxd.com/film/eight-men-out/"
      },
      "comment": null,
      "created_at": "2026-09-13T19:41:57Z"
    },
    {
      "id": 12950644699,
      "type": "review",
      "summary": null,
      "rating": null,
      "target": null,
      "film": {
        "slug": "babies-2026-1",
        "name": "Babies",
        "link": "https://letterboxd.com/film/babies-2026-1/"
      },
      "comment": null,
      "created_at": "2026-09-13T18:05:23Z"
    },
    {
      "id": 12948708147,
      "type": "review",
      "summary": null,
      "rating": null,
      "target": null,
      "film": {
        "slug": "vintage-violence",
        "name": "Vintage Violence",
        "link": "https://letterboxd.com/film/vintage-violence/"
      },
      "comment": null,
      "created_at": "2026-09-13T13:53:19Z"
    },
    {
      "id": 12948224926,
      "type": "review",
      "summary": null,
      "rating": null,
      "target": null,
      "film": {
        "slug": "your-mother-your-mother-your-mother",
        "name": "Your Mother Your Mother Your Mother",
        "link": "https://letterboxd.com/film/your-mother-your-mother-your-mother/"
      },
      "comment": null,
      "created_at": "2026-09-13T12:37:00Z"
    },
    {
      "id": 12943610179,
      "type": "added_to_watchlist",
      "summary": "Karsten added Viva to his watchlist",
      "rating": null,
      "target": {
        "type": "film",
        "name": "Viva",
        "link": "https://letterboxd.com/film/viva/"
      },
      "film": {
        "slug": "viva",
        "name": "Viva",
        "link": "https://letterboxd.com/film/viva/"
      },
      "comment": null,
      "created_at": "2026-09-12T23:18:10Z"
    }
  ],
  "next_cursor": "12943610179",
  "has_more": true
}