PDA

View Full Version : How to webscrape using VBA querySelectorAll when selectors have data-bind in them



SoloGreen
10-30-2021, 03:37 AM
VBA webscrape from website that has data-bind in selectors. I am trying to get specific data from website and loop through all the selectors with given name.
Here is my code: https://www.codepile.net/pile/9DypQa4O

And here is the picture of inspection of website and selectors names. Data i'm trying to get is underline with red line in the picture: https://i.postimg.cc/76GGP0JZ/jimm.png

I am using querySelectorAll which has worked before but not on this website.

Has anyone any idea how to manage this problem with this query or should i use something else?


Thank you.