# Douban Media Intelligence Scraper

**Use case:** 

Create repeatable Douban datasets for China media intelligence, ratings analysis, social listening, and NLP corpus workflows.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://movie.douban.com/top250"
    }
  ],
  "searchQuery": "科幻",
  "section": "movie",
  "topLists": [
    "movie-top250"
  ],
  "maxItems": 100,
  "includeReviews": false,
  "includeComments": false,
  "maxReviewsPerItem": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "id": {
    "label": "Douban ID"
  },
  "type": {
    "label": "Type"
  },
  "section": {
    "label": "Section"
  },
  "source": {
    "label": "Source"
  },
  "query": {
    "label": "Query"
  },
  "title": {
    "label": "Title"
  },
  "originalTitle": {
    "label": "Original title"
  },
  "description": {
    "label": "Description"
  },
  "rating": {
    "label": "Rating"
  },
  "ratingCount": {
    "label": "Rating count"
  },
  "rank": {
    "label": "Rank"
  },
  "year": {
    "label": "Year"
  },
  "genres": {
    "label": "Genres"
  },
  "directors": {
    "label": "Directors"
  },
  "authors": {
    "label": "Authors"
  },
  "cast": {
    "label": "Cast"
  },
  "region": {
    "label": "Region"
  },
  "language": {
    "label": "Language"
  },
  "duration": {
    "label": "Duration"
  },
  "pages": {
    "label": "Pages"
  },
  "imageUrl": {
    "label": "Image",
    "format": "link"
  },
  "authorName": {
    "label": "Author"
  },
  "date": {
    "label": "Date"
  },
  "upvoteCount": {
    "label": "Upvotes"
  },
  "commentCount": {
    "label": "Comments"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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