Scrape Issues - Water Cost

I’ve been scouring the forums and internet trying to understand where I’m going wrong, but I can’t seem to scrape some data from one of my local municipality’s site. I’ve gotten scrape to work on other sites, but something here isn’t working the same way. I’ve disabled JavaScript to ensure the data isn’t loaded that way and I’ve also combed the activity to make sure it’s not getting pulled via an API that I could call instead. I don’t see anything that would prevent me from pulling otherwise. Just looking for someone else to check this out and see if I’m missing anything. Thanks!

Resource: https://www.colonie.org/departments/lathamwater/
Select: #waterrates > div > div > div > div.information_list > div.row > div:nth-child(1) > ul > li:nth-child(1) > span.normal_text

1 Like