# Scrape Letterboxd film reviews and ratings

**Use case:** 

Export a Letterboxd user's film diary: reviews, star ratings, watch dates, and film metadata. Prefilled with an official account, set any usernames.

## Input

```json
{
  "usernames": [
    "crew"
  ],
  "filmUrls": [],
  "maxItemsPerSource": 100,
  "includeLists": false,
  "concurrency": 5,
  "proxyConfig": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "filmTitle": {
    "label": "Film"
  },
  "name": {
    "label": "Name"
  },
  "filmYear": {
    "label": "Film Year"
  },
  "year": {
    "label": "Year"
  },
  "filmUrl": {
    "label": "Film URL"
  },
  "url": {
    "label": "URL"
  },
  "rating": {
    "label": "Member Rating"
  },
  "ratingAverage": {
    "label": "Avg Rating"
  },
  "liked": {
    "label": "Liked"
  },
  "directors": {
    "label": "Directors"
  },
  "genres": {
    "label": "Genres"
  },
  "hasReview": {
    "label": "Has Review"
  },
  "watchedDate": {
    "label": "Watched"
  }
}
```

## About this Actor

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