Web scraping site using polymerjs / webcomponent

68 Views Asked by At

I'm using colly to web scrape youtube charts. This site use polymerjs and as a result, I'm having issues to capture the DOM elements. A simple test I did was document.querySelector("#search-native") on console, and it's returning null. I saw an element called ytmc-app and I could get this element, but it's not possible to continue querying after that.

Someone has idea how to proceed?

0

There are 0 best solutions below