Scrape Function... Cannot find?

so i’ve been messing around with scrape for like… forever… and i cannot get it to find what i’m looking for or give me a value that would be usable.

what i’m trying to do is use a local news channels site to grab info for if the local school district has a delay or closing…

using the image (which was the best way i could find the info without having to hide a ton of data, i’m looking for how to find out if my school district is listed. in the image the example would be “Baraboo Schools”. i hid the website for privacy but how would i use scrape for find if that existed since there are a bunch of “tr” values in the website, one for each school listed with a closing. any help would be great, i should be around if anyone has questions…

If you can share the html code of the webpage we can try to scrape it out. I’ve also had problems scraping a value and this was my solution: Unable to scrape website (page_soup.txt shows the value needed) · Issue #467 · danieldotnl/ha-multiscrape · GitHub