# Douban Now Playing in Beijing Cinemas Scraper

**Use case:** 

Scrape films now playing in Beijing cinemas from Douban with rating, votes, genres, countries, runtime and IMDb ID. Track China box office titles.

## Input

```json
{
  "mode": "movies",
  "collection": "nowPlaying",
  "searchQueries": [
    "科幻"
  ],
  "startUrls": [],
  "tag": "",
  "city": "beijing",
  "maxItems": 80,
  "includeDetails": true,
  "includeCast": false,
  "includeAwards": false,
  "maxPerSubject": 100,
  "detailConcurrency": 4,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "titleChinese": {
    "label": "Title"
  },
  "titleOriginal": {
    "label": "Original title"
  },
  "year": {
    "label": "Year"
  },
  "rating": {
    "label": "Rating"
  },
  "ratingVotes": {
    "label": "Votes"
  },
  "genres": {
    "label": "Genres"
  },
  "countries": {
    "label": "Countries"
  },
  "runtimeMinutes": {
    "label": "Runtime (min)"
  },
  "imdbId": {
    "label": "IMDb ID"
  },
  "isTvSeries": {
    "label": "TV series"
  },
  "rank": {
    "label": "Rank"
  },
  "url": {
    "label": "Douban URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Douban Scraper - Movies, TV, Books, Music & Reviews](https://apify.com/scrapesage/douban-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/douban-scraper) to learn more, explore other use cases, and run it yourself.