I am trying to scrape Soundcloud with Scrapy and create a dataframe of artist information.
I tried extracting information of one artist with Xpath manually through terminal. The code below redirects me to an error page. Does Soundcloud do not support scraping? Can you give me advice on how to do this with Scrapy?
scrapy shell https://soundcloud.com/stavroz
view(response)