NetEase Cloud Music Scraper β Charts & Playlists
Pricing
from $0.001 / track scraped
NetEase Cloud Music Scraper β Charts & Playlists
Scrape NetEase Cloud Music (η½ζδΊι³δΉ) charts and playlists: track name, artists, album, popularity, duration and rank. Official top charts or any playlist by ID. Public API, no key.
Pricing
from $0.001 / track scraped
Rating
0.0
(0)
Developer
hiper soft
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
NetEase Music Scraper β Charts, Songs & Playlists (η½ζδΊι³δΉ)
Scrape NetEase Cloud Music (η½ζδΊι³δΉ), one of China's biggest music platforms, into clean JSON, CSV or Excel. This NetEase Music scraper extracts track name, artists, album, popularity, duration and rank from the official top charts (ζθ‘ζ¦) or from any playlist by ID. Fast and reliable.
Perfect for music-trend research, chart tracking, artist analytics and playlist analysis.

What does NetEase Music Scraper do?
The NetEase Music Scraper collects tracks from NetEase Cloud Music and returns them as structured data. It supports two modes β the official top charts or any playlist by ID β and extracts the track name, artists, album, popularity score and rank for each song, so you can build a complete Chinese-market music dataset.
What data can you scrape from NetEase Music?
| Category | Fields |
|---|---|
| π΅ Track | name, artists, album, duration |
| π Ranking | rank, popularity, chart, playlist name |
| π Links & meta | track id, track URL, collected date |
Output
Each track is returned as one clean record. Example output:
{"rank": 1,"id": 3399839173,"name": "η²δΉδΈδΈ (δ½ ζζδΉδΈ€ζΈ )","artists": ["ζδ½³θ"],"album": "η²δΉδΈδΈ","popularity": 100,"durationSec": 210,"chart": "hot","playlistName": "ηζζ¦","url": "https://music.163.com/song?id=3399839173","collectedAt": "2026-07-30T12:00:00.000Z"}
Output schema
| Field | Type | Description |
|---|---|---|
rank | integer | Position of the track within its chart or playlist. |
id | integer | Unique NetEase track identifier. |
name | string | Track name. |
artists | array | List of performing artists. |
album | string | Album the track belongs to. |
popularity | integer | NetEase popularity score for the track. |
durationSec | integer | Track duration in seconds. |
chart | string | Chart the track was pulled from (chart mode). |
playlistName | string | Name of the chart or playlist. |
url | string (URL) | Direct link to the track. |
collectedAt | string (ISO date) | Timestamp when the record was collected. |
Use cases
- Music-trend research β track which songs are climbing across NetEase charts.
- Chart tracking β capture the top charts over time to build a time series.
- Artist analytics β measure how an artist's tracks perform and rank.
- Playlist analysis β pull the full tracklist and popularity for any playlist.
- Recommendation engines β feed track, artist and popularity data into models.
- A&R and market intelligence β spot rising songs and genres early.
How to scrape NetEase Music data
- Add the NetEase Music Scraper to your Apify account.
- Pick a mode β chart (official charts) or playlist (any playlist by ID).
- Choose the charts, or add the playlist IDs you want.
- Set the maximum number of tracks and click Run.
- Export the results as JSON, CSV, Excel or XML, or pull them via the Apify API.
Input
{"mode": "chart","charts": ["hot", "soaring"],"maxItems": 400}
Or scrape a specific playlist:
{ "mode": "playlist", "playlistIds": ["3778678"], "maxItems": 200 }
| Field | Type | Description |
|---|---|---|
mode | string | chart (official top charts) or playlist (any playlist by ID). |
charts | array | Which charts to scrape in chart mode: Hot, New, Soaring, Original, Rap, Billboard, UK, iTunes, Western, K-pop. |
playlistIds | array | Playlist IDs in playlist mode. The ID is in the URL: music.163.com/#/playlist?id=<ID>. |
maxItems | integer | Maximum number of tracks to scrape across all selected lists. |
Need more music and media data?
FAQ
How many tracks can I scrape?
As many as you like β set maxItems to cap the run, or leave it high to pull everything available.
Do I need any setup or a login? No setup and no login. Just add the actor, choose a mode, and run.
How do I scrape a specific playlist?
Use playlist mode and add the playlist ID(s). The ID is in the URL: music.163.com/#/playlist?id=<ID>.
What export formats are supported? JSON, CSV, Excel and XML, plus programmatic access through the Apify API.
How does billing work? You pay only per item you get, so costs scale with the number of tracks you scrape.
Is the data only public data? Yes β the scraper returns only publicly available track information.
Can I integrate this with other tools? The NetEase Music Scraper can be connected with almost any cloud service or web app thanks to integrations on the Apify platform. It works with Make, Zapier, Slack, Airbyte, GitHub, Google Drive and many more, plus the Apify API, JavaScript/Python clients and MCP. Or use webhooks to trigger an action whenever a run finishes.
Related Actors
Notes
Original clean-room implementation. Returns only public data; you are responsible for compliance with NetEase's terms. Not affiliated with NetEase.