# Changelog of SoundCloud Scraper (`automation-lab/soundcloud-scraper`) Actor

- **URL**: https://apify.com/automation-lab/soundcloud-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/automation-lab/soundcloud-scraper.md

## Changelog

### 2026-09-08

*Fix*

- Fixed SoundCloud tag parsing so quoted multi-word tags such as “Lounge Music” stay intact instead of being split into malformed fragments.

### 2026-08-19

*Feature*

- Added opt-in playlist expansion with `includePlaylistTracks`, returning public child tracks after the playlist metadata row while respecting `maxResults` per playlist.
- Kept existing playlist URL runs unchanged when the new option is omitted or disabled.

### 2026-04-24

*Reliability*

- Fixed the production startup path so SoundCloud results are saved correctly when development-only packages are unavailable.
- Improved handling of transient SoundCloud API failures with retries and fallback requests.
