# Changelog of QQ Music Scraper: QQ音乐 Songs, Charts & Comments (`getascraper/qq-music-scraper`) Actor

- **URL**: https://apify.com/getascraper/qq-music-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/getascraper/qq-music-scraper.md

## Changelog

All notable changes to this project will be documented in this file.

### \[0.1.0] - 2026-07-19

#### Added

- 🚀 Initial release of QQ Music Scraper.
- 🔍 Song search by keyword, returning title, artist(s), album, duration, release date, and available audio quality/file sizes.
- 🎵 Full song lookup by ID, including an enriched description, label, and genre, with optional full timed lyrics.
- 💬 Full song comments (nickname, avatar, comment text, like count, hot/pinned flags, posted date) - the differentiated data nobody else on the Apify Store exposes for this platform.
- 📅 A "since" cursor for comments so scheduled/recurring runs only pull new comments instead of re-fetching the whole history every time.
- 💿 Album lookup with full tracklist.
- 🎤 Artist lookup with bio, fan count, and full song catalog.
- 📃 Playlist lookup with full tracklist.
- 🏆 Chart/toplist snapshots (rank, score, song details) and a chart index to discover all available charts.
- 🧹 Clean output: fields with no published data are omitted rather than shown as a placeholder.
- ⚡ Pure HTTP Actor - no browser required, keeping runs fast and compute cost low.
