Letterboxd Scraper

ENDPOINTS
GET/members/followers

Member Followers

A member's followers with their films, lists and likes counts. 25 per page.

QUERY PARAMS

Letterboxd username or profile URL.

Examples:

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

Page number.

Default: 1

{
  "count": null,
  "per_page": 25,
  "current_page": 1,
  "total_pages": 2,
  "next": "https://letterboxd-scraper.omkar.cloud/letterboxd/members/followers?member=kurstboy&page=2",
  "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"
  },
  "members": [
    {
      "username": "belgianloafers",
      "name": "Belgianloafers",
      "link": "https://letterboxd.com/belgianloafers/",
      "avatar": null,
      "badge": null,
      "followers_count": 0,
      "following_count": 1,
      "films_count": 473,
      "lists_count": 0,
      "liked_films_count": 33
    },
    {
      "username": "moxikan",
      "name": "Abhay",
      "link": "https://letterboxd.com/moxikan/",
      "avatar": null,
      "badge": null,
      "followers_count": 0,
      "following_count": 5,
      "films_count": 0,
      "lists_count": 0,
      "liked_films_count": 0
    },
    {
      "username": "ilbersellis",
      "name": "Serghei Andrea Berselli",
      "link": "https://letterboxd.com/ilbersellis/",
      "avatar": "https://a.ltrbxd.com/resized/avatar/upload/3/4/7/3/9/5/3/4/shard/avtr-0-1000-0-1000-crop.jpg?v=4f2bbe722e",
      "badge": null,
      "followers_count": 0,
      "following_count": 88,
      "films_count": 1,
      "lists_count": 0,
      "liked_films_count": 1
    },
    {
      "username": "burkybrn",
      "name": "burkybrn",
      "link": "https://letterboxd.com/burkybrn/",
      "avatar": "https://a.ltrbxd.com/resized/avatar/upload/1/8/3/3/0/4/3/5/shard/avtr-0-1000-0-1000-crop.jpg?v=6ddfed6a6b",
      "badge": null,
      "followers_count": 1,
      "following_count": 3,
      "films_count": 139,
      "lists_count": 3,
      "liked_films_count": 56
    },
    {
      "username": "helpmepls_",
      "name": "helpmepls_",
      "link": "https://letterboxd.com/helpmepls_/",
      "avatar": "https://a.ltrbxd.com/resized/avatar/upload/1/6/2/4/1/4/2/5/shard/avtr-0-1000-0-1000-crop.jpg?v=fd312e807c",
      "badge": null,
      "followers_count": 18,
      "following_count": 40,
      "films_count": 362,
      "lists_count": 12,
      "liked_films_count": 231
    },
    {
      "username": "yq22",
      "name": "yq22",
      "link": "https://letterboxd.com/yq22/",
      "avatar": null,
      "badge": null,
      "followers_count": 0,
      "following_count": 4,
      "films_count": 13,
      "lists_count": 0,
      "liked_films_count": 3
    },
    {
      "username": "sosoaucinoche",
      "name": "Sosoaucinoche",
      "link": "https://letterboxd.com/sosoaucinoche/",
      "avatar": "https://a.ltrbxd.com/resized/avatar/upload/8/4/2/7/4/7/6/shard/avtr-0-1000-0-1000-crop.jpg?v=b780fd42d1",
      "badge": null,
      "followers_count": 22,
      "following_count": 20,
      "films_count": 612,
      "lists_count": 5,
      "liked_films_count": 30
    },
    {
      "username": "yq23",
      "name": "yq23",
      "link": "https://letterboxd.com/yq23/",
      "avatar": null,
      "badge": null,
      "followers_count": 0,
      "following_count": 4,
      "films_count": 0,
      "lists_count": 0,
      "liked_films_count": 0
    },
    {
      "username": "mikasqckerman",
      "name": "mikasqckerman",
      "link": "https://letterboxd.com/mikasqckerman/",
      "avatar": null,
      "badge": null,
      "followers_count": 0,
      "following_count": 13,
      "films_count": 0,
      "lists_count": 0,
      "liked_films_count": 0
    },
    {
      "username": "littlechungus1",
      "name": "littlechungus1",
      "link": "https://letterboxd.com/littlechungus1/",
      "avatar": null,
      "badge": null,
      "followers_count": 8,
      "following_count": 9,
      "films_count": 134,
      "lists_count": 1,
      "liked_films_count": 64
    },
    {
      "username": "pellicolamia",
      "name": "pellicolamia",
      "link": "https://letterboxd.com/pellicolamia/",
      "avatar": "https://a.ltrbxd.com/resized/avatar/upload/3/4/8/3/9/4/2/8/shard/avtr-0-1000-0-1000-crop.jpg?v=b867f90863",
      "badge": null,
      "followers_count": 3,
      "following_count": 26,
      "films_count": 902,
      "lists_count": 0,
      "liked_films_count": 19
    },
    {
      "username": "arii_mal12",
      "name": "ariadne 💿🎥",
      "link": "https://letterboxd.com/arii_mal12/",
      "avatar": "https://a.ltrbxd.com/resized/avatar/upload/2/0/2/7/3/0/3/3/shard/avtr-0-1000-0-1000-crop.jpg?v=6dbb84fb94",
      "badge": null,
      "followers_count": 134,
      "following_count": 167,
      "films_count": 250,
      "lists_count": 1,
      "liked_films_count": 95
    },
    {
      "username": "mctherbella6755",
      "name": "mctherbella6755",
      "link": "https://letterboxd.com/mctherbella6755/",
      "avatar": "https://a.ltrbxd.com/resized/avatar/upload/3/4/8/2/8/6/0/4/shard/avtr-0-1000-0-1000-crop.jpg?v=3d452fb959",
      "badge": null,
      "followers_count": 0,
      "following_count": 5,
      "films_count": 0,
      "lists_count": 0,
      "liked_films_count": 0
    },
    {
      "username": "markgayson",
      "name": "markgayson",
      "link": "https://letterboxd.com/markgayson/",
      "avatar": "https://a.ltrbxd.com/resized/avatar/upload/1/1/1/9/9/0/3/5/shard/avtr-0-1000-0-1000-crop.jpg?v=a3a8c37759",
      "badge": null,
      "followers_count": 2,
      "following_count": 10,
      "films_count": 157,
      "lists_count": 0,
      "liked_films_count": 0
    },
    {
      "username": "llapaloma",
      "name": "Llapaloma",
      "link": "https://letterboxd.com/llapaloma/",
      "avatar": "https://a.ltrbxd.com/resized/avatar/upload/3/3/7/1/8/1/6/0/shard/avtr-0-1000-0-1000-crop.jpg?v=5571e454f7",
      "badge": null,
      "followers_count": 10,
      "following_count": 20,
      "films_count": 542,
      "lists_count": 0,
      "liked_films_count": 0
    },
    {
      "username": "solaimaelabd",
      "name": "solaimaelabd",
      "link": "https://letterboxd.com/solaimaelabd/",
      "avatar": "https://a.ltrbxd.com/resized/avatar/upload/3/1/2/9/0/8/9/0/shard/avtr-0-1000-0-1000-crop.jpg?v=718b3e76a1",
      "badge": null,
      "followers_count": 11,
      "following_count": 18,
      "films_count": 60,
      "lists_count": 0,
      "liked_films_count": 43
    },
    {
      "username": "darthestvader",
      "name": "darthestvader",
      "link": "https://letterboxd.com/darthestvader/",
      "avatar": "https://a.ltrbxd.com/resized/avatar/upload/1/4/4/8/2/7/2/5/shard/avtr-0-1000-0-1000-crop.jpg?v=938ec181c8",
      "badge": null,
      "followers_count": 34,
      "following_count": 34,
      "films_count": 640,
      "lists_count": 1,
      "liked_films_count": 0
    },
    {
      "username": "vigggoo",
      "name": "Viggo Sjödin",
      "link": "https://letterboxd.com/vigggoo/",
      "avatar": "https://a.ltrbxd.com/resized/avatar/upload/2/0/5/8/0/4/2/7/shard/avtr-0-1000-0-1000-crop.jpg?v=f82d6094df",
      "badge": null,
      "followers_count": 10,
      "following_count": 13,
      "films_count": 448,
      "lists_count": 0,
      "liked_films_count": 38
    },
    {
      "username": "emmahaarala",
      "name": "emma",
      "link": "https://letterboxd.com/emmahaarala/",
      "avatar": "https://a.ltrbxd.com/resized/avatar/upload/8/7/6/4/8/7/2/shard/avtr-0-1000-0-1000-crop.jpg?v=f21a328878",
      "badge": null,
      "followers_count": 6,
      "following_count": 12,
      "films_count": 736,
      "lists_count": 0,
      "liked_films_count": 184
    },
    {
      "username": "sadia604",
      "name": "sadia604",
      "link": "https://letterboxd.com/sadia604/",
      "avatar": "https://a.ltrbxd.com/resized/avatar/upload/2/4/8/8/3/5/0/3/shard/avtr-0-1000-0-1000-crop.jpg?v=6c7b8584ab",
      "badge": null,
      "followers_count": 3,
      "following_count": 12,
      "films_count": 701,
      "lists_count": 1,
      "liked_films_count": 48
    },
    {
      "username": "thecatmom",
      "name": "Kit",
      "link": "https://letterboxd.com/thecatmom/",
      "avatar": null,
      "badge": null,
      "followers_count": 0,
      "following_count": 2,
      "films_count": 233,
      "lists_count": 3,
      "liked_films_count": 175
    },
    {
      "username": "ghupa",
      "name": "ghupa",
      "link": "https://letterboxd.com/ghupa/",
      "avatar": null,
      "badge": null,
      "followers_count": 1,
      "following_count": 31,
      "films_count": 1,
      "lists_count": 0,
      "liked_films_count": 0
    },
    {
      "username": "jkelley64",
      "name": "Joe Kelley",
      "link": "https://letterboxd.com/jkelley64/",
      "avatar": "https://a.ltrbxd.com/resized/avatar/upload/5/0/9/0/2/9/6/shard/avtr-0-1000-0-1000-crop.jpg?v=d412026237",
      "badge": null,
      "followers_count": 35,
      "following_count": 56,
      "films_count": 2867,
      "lists_count": 53,
      "liked_films_count": 803
    },
    {
      "username": "aayushiksingh",
      "name": "Ayushi",
      "link": "https://letterboxd.com/aayushiksingh/",
      "avatar": null,
      "badge": null,
      "followers_count": 0,
      "following_count": 4,
      "films_count": 108,
      "lists_count": 0,
      "liked_films_count": 42
    },
    {
      "username": "walrusfin",
      "name": "Valtteri Mustonen",
      "link": "https://letterboxd.com/walrusfin/",
      "avatar": "https://a.ltrbxd.com/resized/avatar/upload/1/2/8/6/3/2/0/shard/avtr-0-1000-0-1000-crop.jpg?v=f6d7bd350a",
      "badge": null,
      "followers_count": 23,
      "following_count": 20,
      "films_count": 1175,
      "lists_count": 6,
      "liked_films_count": 318
    }
  ]
}