Letterboxd Scraper

ENDPOINTS
GET/films/autocomplete

Autocomplete Films

Type-ahead film suggestions with year, runtime and directors, exactly like Letterboxd's search box.

QUERY PARAMS

Partial film title.

Example: oppenheimer

Maximum suggestions to return.

Default: 10

Allowed values: 1-20

{
  "query": "oppenheimer",
  "films": [
    {
      "id": 784328,
      "slug": "oppenheimer-2023",
      "name": "Oppenheimer",
      "original_name": null,
      "year": 2023,
      "link": "https://letterboxd.com/film/oppenheimer-2023/",
      "short_link": "https://boxd.it/wUow",
      "runtime_minutes": 181,
      "directors": [
        "Christopher Nolan"
      ]
    },
    {
      "id": 160000,
      "slug": "oppenheimer",
      "name": "Oppenheimer",
      "original_name": null,
      "year": 1980,
      "link": "https://letterboxd.com/film/oppenheimer/",
      "short_link": "https://boxd.it/6Ies",
      "runtime_minutes": 350,
      "directors": [
        "Barry Davis"
      ]
    },
    {
      "id": 1114071,
      "slug": "the-real-oppenheimer",
      "name": "The Real Oppenheimer",
      "original_name": null,
      "year": 2023,
      "link": "https://letterboxd.com/film/the-real-oppenheimer/",
      "short_link": "https://boxd.it/KKcS",
      "runtime_minutes": 44,
      "directors": []
    },
    {
      "id": 792473,
      "slug": "the-end-2024",
      "name": "The End",
      "original_name": null,
      "year": 2024,
      "link": "https://letterboxd.com/film/the-end-2024/",
      "short_link": "https://boxd.it/xfAe",
      "runtime_minutes": 149,
      "directors": [
        "Joshua Oppenheimer"
      ]
    },
    {
      "id": 1030044,
      "slug": "oppenheimer-the-real-story",
      "name": "Oppenheimer: The Real Story",
      "original_name": null,
      "year": 2023,
      "link": "https://letterboxd.com/film/oppenheimer-the-real-story/",
      "short_link": "https://boxd.it/HdC8",
      "runtime_minutes": 97,
      "directors": [
        "Robin Bextor"
      ]
    },
    {
      "id": 1030844,
      "slug": "oppenheimer-after-trinity",
      "name": "Oppenheimer After Trinity",
      "original_name": null,
      "year": 2023,
      "link": "https://letterboxd.com/film/oppenheimer-after-trinity/",
      "short_link": "https://boxd.it/HfHa",
      "runtime_minutes": 58,
      "directors": [
        "Trent J. Di Giulio"
      ]
    },
    {
      "id": 1042910,
      "slug": "the-oppenheimer-case",
      "name": "The Oppenheimer Case",
      "original_name": "Slučaj Openhajmer",
      "year": 1970,
      "link": "https://letterboxd.com/film/the-oppenheimer-case/",
      "short_link": "https://boxd.it/HL5i",
      "runtime_minutes": 90,
      "directors": [
        "Arsenije Jovanović"
      ]
    },
    {
      "id": 1073460,
      "slug": "oppenheimerin-tapaus",
      "name": "Oppenheimerin tapaus",
      "original_name": null,
      "year": 1967,
      "link": "https://letterboxd.com/film/oppenheimerin-tapaus/",
      "short_link": "https://boxd.it/J2yI",
      "runtime_minutes": 87,
      "directors": [
        "Timo Bergholm"
      ]
    },
    {
      "id": 1075605,
      "slug": "oppenheimer-genius-or-madman",
      "name": "Oppenheimer: Genius or Madman?",
      "original_name": null,
      "year": 2023,
      "link": "https://letterboxd.com/film/oppenheimer-genius-or-madman/",
      "short_link": "https://boxd.it/J88G",
      "runtime_minutes": 43,
      "directors": []
    },
    {
      "id": 381527,
      "slug": "oppenheimer-el-pare-de-la-bomba",
      "name": "Oppenheimer, el pare de la bomba",
      "original_name": null,
      "year": null,
      "link": "https://letterboxd.com/film/oppenheimer-el-pare-de-la-bomba/",
      "short_link": "https://boxd.it/g0wC",
      "runtime_minutes": null,
      "directors": []
    }
  ]
}