Letterboxd Scraper

ENDPOINTS
GET/members/tags

Member Tags

Tags a member uses on films, lists or reviews, with how often each is used.

QUERY PARAMS

Letterboxd username or profile URL.

Examples:

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

Which tags to list.

Default: films

Allowed values: films, lists, reviews

Page number.

Default: 1

{
  "count": null,
  "per_page": 120,
  "current_page": 1,
  "total_pages": 1,
  "next": null,
  "previous": null,
  "member": {
    "username": "kurstboy",
    "name": "Karsten",
    "link": "https://letterboxd.com/kurstboy/",
    "avatar": "https://a.ltrbxd.com/resized/avatar/twitter/4/9/0/4/5/7/shard/http___pbs.twimg.com_profile_images_1001935353740177414_9ZQ0Noe4-0-1000-0-1000-crop.jpg?v=2627a755b4"
  },
  "type": "films",
  "tags": [
    {
      "name": "with cookie",
      "slug": "with-cookie",
      "link": "https://letterboxd.com/kurstboy/tag/with-cookie/films/",
      "count": 456
    },
    {
      "name": "musicbox",
      "slug": "musicbox",
      "link": "https://letterboxd.com/kurstboy/tag/musicbox/films/",
      "count": 102
    },
    {
      "name": "alone",
      "slug": "alone",
      "link": "https://letterboxd.com/kurstboy/tag/alone/films/",
      "count": 63
    },
    {
      "name": "broadkarst film club",
      "slug": "broadkarst-film-club",
      "link": "https://letterboxd.com/kurstboy/tag/broadkarst-film-club/films/",
      "count": 55
    },
    {
      "name": "35mm",
      "slug": "35mm",
      "link": "https://letterboxd.com/kurstboy/tag/35mm/films/",
      "count": 52
    },
    {
      "name": "billiards",
      "slug": "billiards",
      "link": "https://letterboxd.com/kurstboy/tag/billiards/films/",
      "count": 51
    },
    {
      "name": "monkey mondays",
      "slug": "monkey-mondays",
      "link": "https://letterboxd.com/kurstboy/tag/monkey-mondays/films/",
      "count": 51
    },
    {
      "name": "amazon (rent)",
      "slug": "amazon-rent-",
      "link": "https://letterboxd.com/kurstboy/tag/amazon-rent-/films/",
      "count": 29
    },
    {
      "name": "spooktober2020",
      "slug": "spooktober2020",
      "link": "https://letterboxd.com/kurstboy/tag/spooktober2020/films/",
      "count": 25
    },
    {
      "name": "w/ will roelke",
      "slug": "w-will-roelke",
      "link": "https://letterboxd.com/kurstboy/tag/w-will-roelke/films/",
      "count": 23
    },
    {
      "name": "ciff",
      "slug": "ciff",
      "link": "https://letterboxd.com/kurstboy/tag/ciff/films/",
      "count": 22
    },
    {
      "name": "cannes25",
      "slug": "cannes25",
      "link": "https://letterboxd.com/kurstboy/tag/cannes25/films/",
      "count": 19
    },
    {
      "name": "filmstruck",
      "slug": "filmstruck",
      "link": "https://letterboxd.com/kurstboy/tag/filmstruck/films/",
      "count": 19
    },
    {
      "name": "for a video",
      "slug": "for-a-video",
      "link": "https://letterboxd.com/kurstboy/tag/for-a-video/films/",
      "count": 19
    },
    {
      "name": "w/ paige",
      "slug": "w-paige",
      "link": "https://letterboxd.com/kurstboy/tag/w-paige/films/",
      "count": 19
    },
    {
      "name": "cannes26",
      "slug": "cannes26",
      "link": "https://letterboxd.com/kurstboy/tag/cannes26/films/",
      "count": 18
    },
    {
      "name": "watched on airplane",
      "slug": "watched-on-airplane",
      "link": "https://letterboxd.com/kurstboy/tag/watched-on-airplane/films/",
      "count": 18
    },
    {
      "name": "dvd",
      "slug": "dvd",
      "link": "https://letterboxd.com/kurstboy/tag/dvd/films/",
      "count": 17
    },
    {
      "name": "w/ kay",
      "slug": "w-kay",
      "link": "https://letterboxd.com/kurstboy/tag/w-kay/films/",
      "count": 16
    },
    {
      "name": "tiff23",
      "slug": "tiff23",
      "link": "https://letterboxd.com/kurstboy/tag/tiff23/films/",
      "count": 15
    },
    {
      "name": "w/ mom",
      "slug": "w-mom",
      "link": "https://letterboxd.com/kurstboy/tag/w-mom/films/",
      "count": 14
    },
    {
      "name": "los feliz",
      "slug": "los-feliz",
      "link": "https://letterboxd.com/kurstboy/tag/los-feliz/films/",
      "count": 13
    },
    {
      "name": "tiff26",
      "slug": "tiff26",
      "link": "https://letterboxd.com/kurstboy/tag/tiff26/films/",
      "count": 13
    },
    {
      "name": "cannes24",
      "slug": "cannes24",
      "link": "https://letterboxd.com/kurstboy/tag/cannes24/films/",
      "count": 12
    },
    {
      "name": "century centre",
      "slug": "century-centre",
      "link": "https://letterboxd.com/kurstboy/tag/century-centre/films/",
      "count": 12
    },
    {
      "name": "netflix",
      "slug": "netflix",
      "link": "https://letterboxd.com/kurstboy/tag/netflix/films/",
      "count": 12
    },
    {
      "name": "regal eagan",
      "slug": "regal-eagan",
      "link": "https://letterboxd.com/kurstboy/tag/regal-eagan/films/",
      "count": 12
    },
    {
      "name": "sundance2023",
      "slug": "sundance2023",
      "link": "https://letterboxd.com/kurstboy/tag/sundance2023/films/",
      "count": 12
    },
    {
      "name": "70mm",
      "slug": "70mm",
      "link": "https://letterboxd.com/kurstboy/tag/70mm/films/",
      "count": 11
    },
    {
      "name": "amc river east",
      "slug": "amc-river-east",
      "link": "https://letterboxd.com/kurstboy/tag/amc-river-east/films/",
      "count": 11
    },
    {
      "name": "japanuary2025",
      "slug": "japanuary2025",
      "link": "https://letterboxd.com/kurstboy/tag/japanuary2025/films/",
      "count": 11
    },
    {
      "name": "spooktober2025",
      "slug": "spooktober2025",
      "link": "https://letterboxd.com/kurstboy/tag/spooktober2025/films/",
      "count": 11
    },
    {
      "name": "tiff25",
      "slug": "tiff25",
      "link": "https://letterboxd.com/kurstboy/tag/tiff25/films/",
      "count": 11
    },
    {
      "name": "ansel marathon",
      "slug": "ansel-marathon",
      "link": "https://letterboxd.com/kurstboy/tag/ansel-marathon/films/",
      "count": 10
    },
    {
      "name": "class",
      "slug": "class",
      "link": "https://letterboxd.com/kurstboy/tag/class/films/",
      "count": 10
    },
    {
      "name": "w/ elsa",
      "slug": "w-elsa",
      "link": "https://letterboxd.com/kurstboy/tag/w-elsa/films/",
      "count": 10
    },
    {
      "name": "w/ maddie",
      "slug": "w-maddie",
      "link": "https://letterboxd.com/kurstboy/tag/w-maddie/films/",
      "count": 10
    },
    {
      "name": "w/ will wright",
      "slug": "w-will-wright",
      "link": "https://letterboxd.com/kurstboy/tag/w-will-wright/films/",
      "count": 10
    },
    {
      "name": "imax",
      "slug": "imax",
      "link": "https://letterboxd.com/kurstboy/tag/imax/films/",
      "count": 8
    },
    {
      "name": "w/ sam",
      "slug": "w-sam",
      "link": "https://letterboxd.com/kurstboy/tag/w-sam/films/",
      "count": 8
    },
    {
      "name": "uptown",
      "slug": "uptown",
      "link": "https://letterboxd.com/kurstboy/tag/uptown/films/",
      "count": 7
    },
    {
      "name": "w/ dad",
      "slug": "w-dad",
      "link": "https://letterboxd.com/kurstboy/tag/w-dad/films/",
      "count": 7
    },
    {
      "name": "w/ eric",
      "slug": "w-eric",
      "link": "https://letterboxd.com/kurstboy/tag/w-eric/films/",
      "count": 7
    },
    {
      "name": "w/ will ackerman",
      "slug": "w-will-ackerman",
      "link": "https://letterboxd.com/kurstboy/tag/w-will-ackerman/films/",
      "count": 7
    },
    {
      "name": "budathon",
      "slug": "budathon",
      "link": "https://letterboxd.com/kurstboy/tag/budathon/films/",
      "count": 6
    },
    {
      "name": "nyff21",
      "slug": "nyff21",
      "link": "https://letterboxd.com/kurstboy/tag/nyff21/films/",
      "count": 6
    },
    {
      "name": "w/ hana",
      "slug": "w-hana",
      "link": "https://letterboxd.com/kurstboy/tag/w-hana/films/",
      "count": 6
    },
    {
      "name": "new beverly",
      "slug": "new-beverly",
      "link": "https://letterboxd.com/kurstboy/tag/new-beverly/films/",
      "count": 5
    },
    {
      "name": "reminds me of succession",
      "slug": "reminds-me-of-succession",
      "link": "https://letterboxd.com/kurstboy/tag/reminds-me-of-succession/films/",
      "count": 5
    },
    {
      "name": "amc inver grove",
      "slug": "amc-inver-grove",
      "link": "https://letterboxd.com/kurstboy/tag/amc-inver-grove/films/",
      "count": 4
    },
    {
      "name": "gene siskel film center",
      "slug": "gene-siskel-film-center",
      "link": "https://letterboxd.com/kurstboy/tag/gene-siskel-film-center/films/",
      "count": 4
    },
    {
      "name": "sundance2021",
      "slug": "sundance2021",
      "link": "https://letterboxd.com/kurstboy/tag/sundance2021/films/",
      "count": 4
    },
    {
      "name": "vista",
      "slug": "vista",
      "link": "https://letterboxd.com/kurstboy/tag/vista/films/",
      "count": 4
    },
    {
      "name": "youtube",
      "slug": "youtube",
      "link": "https://letterboxd.com/kurstboy/tag/youtube/films/",
      "count": 4
    },
    {
      "name": "chicago critics film fest",
      "slug": "chicago-critics-film-fest",
      "link": "https://letterboxd.com/kurstboy/tag/chicago-critics-film-fest/films/",
      "count": 3
    },
    {
      "name": "commentary watch",
      "slug": "commentary-watch",
      "link": "https://letterboxd.com/kurstboy/tag/commentary-watch/films/",
      "count": 3
    },
    {
      "name": "david lynch retrospective",
      "slug": "david-lynch-retrospective",
      "link": "https://letterboxd.com/kurstboy/tag/david-lynch-retrospective/films/",
      "count": 3
    },
    {
      "name": "double feature",
      "slug": "double-feature",
      "link": "https://letterboxd.com/kurstboy/tag/double-feature/films/",
      "count": 3
    },
    {
      "name": "imax zoo",
      "slug": "imax-zoo",
      "link": "https://letterboxd.com/kurstboy/tag/imax-zoo/films/",
      "count": 3
    },
    {
      "name": "japanuary2026",
      "slug": "japanuary2026",
      "link": "https://letterboxd.com/kurstboy/tag/japanuary2026/films/",
      "count": 3
    },
    {
      "name": "landmark lagoon",
      "slug": "landmark-lagoon",
      "link": "https://letterboxd.com/kurstboy/tag/landmark-lagoon/films/",
      "count": 3
    },
    {
      "name": "sundance22",
      "slug": "sundance22",
      "link": "https://letterboxd.com/kurstboy/tag/sundance22/films/",
      "count": 3
    },
    {
      "name": "w/ jack",
      "slug": "w-jack",
      "link": "https://letterboxd.com/kurstboy/tag/w-jack/films/",
      "count": 3
    },
    {
      "name": "w/ jaxi",
      "slug": "w-jaxi",
      "link": "https://letterboxd.com/kurstboy/tag/w-jaxi/films/",
      "count": 3
    },
    {
      "name": "w/ nihal",
      "slug": "w-nihal",
      "link": "https://letterboxd.com/kurstboy/tag/w-nihal/films/",
      "count": 3
    },
    {
      "name": "amc dine in block 37",
      "slug": "amc-dine-in-block-37",
      "link": "https://letterboxd.com/kurstboy/tag/amc-dine-in-block-37/films/",
      "count": 2
    },
    {
      "name": "amc rosedale",
      "slug": "amc-rosedale",
      "link": "https://letterboxd.com/kurstboy/tag/amc-rosedale/films/",
      "count": 2
    },
    {
      "name": "arclight chi",
      "slug": "arclight-chi",
      "link": "https://letterboxd.com/kurstboy/tag/arclight-chi/films/",
      "count": 2
    },
    {
      "name": "davis theatre",
      "slug": "davis-theatre",
      "link": "https://letterboxd.com/kurstboy/tag/davis-theatre/films/",
      "count": 2
    },
    {
      "name": "dehydrated",
      "slug": "dehydrated",
      "link": "https://letterboxd.com/kurstboy/tag/dehydrated/films/",
      "count": 2
    },
    {
      "name": "hbo",
      "slug": "hbo",
      "link": "https://letterboxd.com/kurstboy/tag/hbo/films/",
      "count": 2
    },
    {
      "name": "landmark century center",
      "slug": "landmark-century-center",
      "link": "https://letterboxd.com/kurstboy/tag/landmark-century-center/films/",
      "count": 2
    },
    {
      "name": "logan theatre",
      "slug": "logan-theatre",
      "link": "https://letterboxd.com/kurstboy/tag/logan-theatre/films/",
      "count": 2
    },
    {
      "name": "q&a w director",
      "slug": "q-a-w-director",
      "link": "https://letterboxd.com/kurstboy/tag/q-a-w-director/films/",
      "count": 2
    },
    {
      "name": "tv",
      "slug": "tv",
      "link": "https://letterboxd.com/kurstboy/tag/tv/films/",
      "count": 2
    },
    {
      "name": "vidiots",
      "slug": "vidiots",
      "link": "https://letterboxd.com/kurstboy/tag/vidiots/films/",
      "count": 2
    },
    {
      "name": "w/ gib",
      "slug": "w-gib",
      "link": "https://letterboxd.com/kurstboy/tag/w-gib/films/",
      "count": 2
    },
    {
      "name": "w/ max",
      "slug": "w-max",
      "link": "https://letterboxd.com/kurstboy/tag/w-max/films/",
      "count": 2
    },
    {
      "name": "xmas",
      "slug": "xmas",
      "link": "https://letterboxd.com/kurstboy/tag/xmas/films/",
      "count": 2
    },
    {
      "name": "16mm",
      "slug": "16mm",
      "link": "https://letterboxd.com/kurstboy/tag/16mm/films/",
      "count": null
    },
    {
      "name": "airport",
      "slug": "airport",
      "link": "https://letterboxd.com/kurstboy/tag/airport/films/",
      "count": null
    },
    {
      "name": "amc rosemount",
      "slug": "amc-rosemount",
      "link": "https://letterboxd.com/kurstboy/tag/amc-rosemount/films/",
      "count": null
    },
    {
      "name": "amc southdale",
      "slug": "amc-southdale",
      "link": "https://letterboxd.com/kurstboy/tag/amc-southdale/films/",
      "count": null
    },
    {
      "name": "big dead ass",
      "slug": "big-dead-ass",
      "link": "https://letterboxd.com/kurstboy/tag/big-dead-ass/films/",
      "count": null
    },
    {
      "name": "black and white",
      "slug": "black-and-white",
      "link": "https://letterboxd.com/kurstboy/tag/black-and-white/films/",
      "count": null
    },
    {
      "name": "chicago international film fest",
      "slug": "chicago-international-film-fest",
      "link": "https://letterboxd.com/kurstboy/tag/chicago-international-film-fest/films/",
      "count": null
    },
    {
      "name": "dirtbag inspo",
      "slug": "dirtbag-inspo",
      "link": "https://letterboxd.com/kurstboy/tag/dirtbag-inspo/films/",
      "count": null
    },
    {
      "name": "does it whip",
      "slug": "does-it-whip",
      "link": "https://letterboxd.com/kurstboy/tag/does-it-whip/films/",
      "count": null
    },
    {
      "name": "drive in",
      "slug": "drive-in",
      "link": "https://letterboxd.com/kurstboy/tag/drive-in/films/",
      "count": null
    },
    {
      "name": "gene siskel",
      "slug": "gene-siskel",
      "link": "https://letterboxd.com/kurstboy/tag/gene-siskel/films/",
      "count": null
    },
    {
      "name": "highland",
      "slug": "highland",
      "link": "https://letterboxd.com/kurstboy/tag/highland/films/",
      "count": null
    },
    {
      "name": "imax 70mm",
      "slug": "imax-70mm",
      "link": "https://letterboxd.com/kurstboy/tag/imax-70mm/films/",
      "count": null
    },
    {
      "name": "irish film institute",
      "slug": "irish-film-institute",
      "link": "https://letterboxd.com/kurstboy/tag/irish-film-institute/films/",
      "count": null
    },
    {
      "name": "knife out",
      "slug": "knife-out",
      "link": "https://letterboxd.com/kurstboy/tag/knife-out/films/",
      "count": null
    },
    {
      "name": "letterboxd video store",
      "slug": "letterboxd-video-store",
      "link": "https://letterboxd.com/kurstboy/tag/letterboxd-video-store/films/",
      "count": null
    },
    {
      "name": "minnesota mentioned",
      "slug": "minnesota-mentioned",
      "link": "https://letterboxd.com/kurstboy/tag/minnesota-mentioned/films/",
      "count": null
    },
    {
      "name": "mubi",
      "slug": "mubi",
      "link": "https://letterboxd.com/kurstboy/tag/mubi/films/",
      "count": null
    },
    {
      "name": "navy pier",
      "slug": "navy-pier",
      "link": "https://letterboxd.com/kurstboy/tag/navy-pier/films/",
      "count": null
    },
    {
      "name": "netflix party",
      "slug": "netflix-party",
      "link": "https://letterboxd.com/kurstboy/tag/netflix-party/films/",
      "count": null
    },
    {
      "name": "normal movie",
      "slug": "normal-movie",
      "link": "https://letterboxd.com/kurstboy/tag/normal-movie/films/",
      "count": null
    },
    {
      "name": "prime (starz sub)",
      "slug": "prime-starz-sub-",
      "link": "https://letterboxd.com/kurstboy/tag/prime-starz-sub-/films/",
      "count": null
    },
    {
      "name": "q&a w cast",
      "slug": "q-a-w-cast",
      "link": "https://letterboxd.com/kurstboy/tag/q-a-w-cast/films/",
      "count": null
    },
    {
      "name": "regal chicago",
      "slug": "regal-chicago",
      "link": "https://letterboxd.com/kurstboy/tag/regal-chicago/films/",
      "count": null
    },
    {
      "name": "slamdance",
      "slug": "slamdance",
      "link": "https://letterboxd.com/kurstboy/tag/slamdance/films/",
      "count": null
    },
    {
      "name": "spooktober2021",
      "slug": "spooktober2021",
      "link": "https://letterboxd.com/kurstboy/tag/spooktober2021/films/",
      "count": null
    },
    {
      "name": "theatre",
      "slug": "theatre",
      "link": "https://letterboxd.com/kurstboy/tag/theatre/films/",
      "count": null
    },
    {
      "name": "vimeo",
      "slug": "vimeo",
      "link": "https://letterboxd.com/kurstboy/tag/vimeo/films/",
      "count": null
    },
    {
      "name": "w/ trevor",
      "slug": "w-trevor",
      "link": "https://letterboxd.com/kurstboy/tag/w-trevor/films/",
      "count": null
    },
    {
      "name": "walked out",
      "slug": "walked-out",
      "link": "https://letterboxd.com/kurstboy/tag/walked-out/films/",
      "count": null
    },
    {
      "name": "woodbury",
      "slug": "woodbury",
      "link": "https://letterboxd.com/kurstboy/tag/woodbury/films/",
      "count": null
    }
  ]
}