Extract table data from YouTube to excel

When I mark the name of the song it recognizes the other songs but I’d don’t get the name of the song… the title
What should I do?

@nthsur1234567

Show some examples. Also best way would be using API - YouTube Data API  |  Google for Developers

Hii @nthsur1234567,

if your tool is picking up other songs but missing the actual title it probably looking at the wrong element. the song title is usually inside something like video title but sometimes the actual text is stored in attributes like innerText or aria label

hii @nthsur1234567,

sounds like your selector is grabbing the whole row container instead of the specific text element Open UI Explorer reindicate the title and make sure the aaname or innertext attribute is checked that usually fixes it instantly

Probably you need to find a more unique selector that encapsules only the song titles you want. You might need to play around with the tool and try different scenarios to make sure only the desired title is being extracted