twlite/soundcloud-scraper

Is it possible to get all user tracks using API?

Opened this issue · 1 comments

volyx commented

Thank you for the library! It's really useful!

I'm trying to scrape all tracks from one user and could not find a way to get all tracks from user.

When I'm using Client.getUser(username) API I get only last ten tracks

I use this call - https://soundcloud-scraper.js.org/#/docs/main/rewrite/class/Client?scrollTo=getUser

Example is here
https://github.com/volyx/gh-action-soundcloud-data-scraping/blob/5eabf6d993e020023e45d3401e6257382a33771a/data/2021-05-19.json#L14-L89

I dont think this is possible without using official api. This library currently gets those tracks from here:
image