trying to extract song list from spotify page but unable to extract all the rows using Data scraping table
URL - https://open.spotify.com/playlist/37i9dQZF1DXa6iPZDThhLh
It extracts only 54 rows not all 100 rows
@Anil_G @Rammohan91
trying to extract song list from spotify page but unable to extract all the rows using Data scraping table
URL - https://open.spotify.com/playlist/37i9dQZF1DXa6iPZDThhLh
It extracts only 54 rows not all 100 rows
Looks like its a dynamic page…first try to scroll down till last page and then extract the table
Cheers
Yes i added hotkey of END button before extract table activity
For this you can use “Get attribute activity” . Using get attribute you will get the data in text format which you can convert later to datatable using “convert to datatable” activity
Regards,
End might not scroll till end of table…if it is dynamic table it scrolls till end of the current loaded rows…try to checkt hat and scroll till end of all rows and then extract
Cheers
Scroll the spotify page upto the last row and extract the table