NetEase Cloud Music Scraper - Songs, Charts & Hot Comments avatar

NetEase Cloud Music Scraper - Songs, Charts & Hot Comments

Pricing

from $4.00 / 1,000 songs

Go to Apify Store
NetEase Cloud Music Scraper - Songs, Charts & Hot Comments

NetEase Cloud Music Scraper - Songs, Charts & Hot Comments

Get NetEase Cloud Music (网易云音乐) data and its legendary hot comments — the fan-culture goldmine other music scrapers skip entirely. Song search, charts, playlists, and 热评, all cookie-free with no login.

Pricing

from $4.00 / 1,000 songs

Rating

0.0

(0)

Developer

Creator Fusion

Creator Fusion

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

NetEase Cloud Music Scraper — Songs, Charts & Hot Comments

Cookie-free NetEase Cloud Music / 网易云音乐 scraper. Four modes:

  1. Top charts — pull NetEase's toplists (飙升榜, 热歌榜, 新歌榜, …). No input, no login.
  2. Search — songs, artists, albums by keyword.
  3. Song details — full metadata by song id or URL, optionally with hot comments (热评).
  4. Playlist details — playlist metadata + its track list.

The hot comments are the headline feature — NetEase's comment culture is legendary, and the top comments on a popular song rack up hundreds of thousands of likes. That's rich sentiment / fan-culture data most music scrapers never touch.

No account, no session cookie, no CAPTCHA. Typed JSON, one dataset per run.

Quick start

Top charts (just press Start):

{}

Search + hot comments:

{ "keywords": ["周杰伦"], "includeComments": true }

Output (by rowType)

  • chart: chartId, name, description, updateFrequency, playCount, trackCount, url.
  • song / playlist-track: songId, name, artists[], album, durationMs, cover, url.
  • playlist: playlistId, name, creator, trackCount, playCount, subscribedCount, url.
  • comment: songId, user, likedCount, content, time.

Why this one

  • Cookie-free — pure public-API extraction, no login token.
  • Hot comments included — unique, high-engagement Chinese-language sentiment data.
  • 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 或链接获取完整信息,可选附带热评
  4. 歌单详情 — 歌单信息 + 歌曲列表。

热评是核心亮点——网易云的评论文化独一无二,热门歌曲的热评点赞常达数十万,是极佳的中文情感/粉丝文化数据。

{ "keywords": ["邓紫棋"], "includeComments": true }

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


For AI agents

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

Empty input returns the top charts (never an error). Filter on rowType (chart / song / playlist / playlist-track / comment).

Honest limits

  • Song audio/download URLs require NetEase's encrypted weapi and are not included — this Actor returns metadata, charts, playlists, and comments.
  • Age-restricted or region-locked tracks may return partial metadata.