Python script that scrapes data from SoundCloud artist pages

Job ID: 34067964

Budget: $10 – $30 AUD

I am in need of a Python script that can scrape SoundCloud artist’s pages. I want to be able to enter their username into the script and scrape data into a .CSV file. (For example, enter “user123” into the script to scrape “soundcloud.com/user123/tracks”).

The script will need to scrape all of the following data into rows in a .CSV file:
- All track names & upload dates
- All track plays, reposts & like counts
- All track comment counts
- Users follower & following count

SoundCloud is a dynamic website so scraping it may require Selenium (though I’m not 100% sure as I do not have much experience with Python).