Douban Scraper - Movies, TV & Ratings (豆瓣) avatar

Douban Scraper - Movies, TV & Ratings (豆瓣)

Pricing

from $6.00 / 1,000 subject details

Go to Apify Store
Douban Scraper - Movies, TV & Ratings (豆瓣)

Douban Scraper - Movies, TV & Ratings (豆瓣)

Douban (豆瓣) is the rating Chinese audiences actually trust — and this pulls it clean. Browse movie/TV charts, search titles, and get ratings with cast and directors, cookie-free and no login. Built for China entertainment and localization research.

Pricing

from $6.00 / 1,000 subject details

Rating

0.0

(0)

Developer

Creator Fusion

Creator Fusion

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Douban Scraper — Movies, TV & Ratings (豆瓣)

Cookie-free Douban / 豆瓣 scraper. Douban is China's IMDb + Goodreads — the authoritative source for Chinese-audience ratings and taste. Three modes:

  1. Browse charts — pull movie or TV lists by tag (热门 / 最新 / 经典 / 豆瓣高分 / 华语 / 日本 …). No input, no login.
  2. Search — find titles by keyword (title, year, type, poster).
  3. Subject details — Douban rating, cast, directors, and more by subject id or URL.

Perfect for China entertainment research, localization/content decisions, and taste-graph analysis. No account, no cookie, no CAPTCHA. Typed JSON, one dataset per run.

Quick start

Hot movies (just press Start):

{}

Browse top-rated TV, or search:

{ "type": "tv", "tag": "豆瓣高分" }
{ "keywords": ["流浪地球"] }

Output (by rowType)

  • subject (browse): subjectId, type, title, rating, cover, url.
  • search-result: subjectId, title, subTitle, year, type, cover, url.
  • subject-detail: subjectId, title, rating, types, releaseYear, actors, directors, cover, url.

Why this one

  • Cookie-free — pure public-endpoint extraction, no login token.
  • Douban ratings — the rating Chinese audiences actually trust, in structured form.
  • Agent-readyrowType discriminator on every row + a SUMMARY in the key-value store.
  • Self-healing — direct first (free); on rate-limit/failure it retries through Apify residential proxy with a fresh rotating session before giving up, so proxy is billed only when needed.

中文说明(豆瓣数据采集)

无需登录 Cookie 的豆瓣采集工具:

  1. 榜单浏览 — 按标签拉取电影/电视剧列表(热门、最新、经典、豆瓣高分、华语、日本等),无需任何输入。
  2. 搜索 — 按关键词搜标题(片名、年份、类型、海报)。
  3. 条目详情 — 按条目 id 或链接获取豆瓣评分、演职员等信息。

适合国内影视内容研究、本地化选片、口碑分析。

{ "type": "tv", "tag": "豆瓣高分" }

Apify 平台在中国大陆及台湾地区可正常访问,每月 $5 免费额度,无需信用卡即可试用。


For AI agents

curl -X POST "https://api.apify.com/v2/acts/apricot_blackberry~douban-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
-H "Content-Type: application/json" -d '{}'

Empty input returns hot movies (never an error). Filter on rowType (subject / search-result / subject-detail).

Honest limits

  • Full long-form reviews and comment threads live behind Douban's anti-scraping wall and are not in this cookie-free version (ratings, charts, search, and subject details are).
  • Books/music use different subject domains; this version focuses on movies and TV.