# Lookup by slug Letterboxd Film Pages Standard Export

**Use case:** 

Standard Export of Letterboxd Film Pages for Lookup by slug. Structured results ready to export for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 100,
  "mode": "lookup",
  "slugs": "inception\nparasite-2019\nthe-godfather\nthe-dark-knight\npulp-fiction\n2001-a-space-odyssey\nthere-will-be-blood\nthe-godfather-part-ii\nspirited-away\nin-the-mood-for-love\ngoodfellas\nfight-club\nthe-shawshank-redemption\nthe-empire-strikes-back\nblade-runner-2049\noppenheimer\nthe-lord-of-the-rings-the-fellowship-of-the-ring\nthe-lord-of-the-rings-the-two-towers\nthe-lord-of-the-rings-the-return-of-the-king",
  "query": "godfather"
}
```

## Output

```json
{
  "posterUrl": {
    "label": "Poster",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "runtimeMinutes": {
    "label": "Runtime",
    "format": "number"
  },
  "directorsText": {
    "label": "Director",
    "format": "text"
  },
  "genresText": {
    "label": "Genres",
    "format": "text"
  },
  "averageRating": {
    "label": "Rating",
    "format": "number"
  },
  "watchCount": {
    "label": "Watched",
    "format": "number"
  },
  "tmdbId": {
    "label": "TMDB ID",
    "format": "text"
  },
  "imdbId": {
    "label": "IMDB ID",
    "format": "text"
  },
  "letterboxdUrl": {
    "label": "Letterboxd",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Letterboxd Film Pages Scraper](https://apify.com/parseforge/letterboxd-films-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/letterboxd-films-scraper) to learn more, explore other use cases, and run it yourself.