how to look for a certain class in beautifulsoup code example Example: filter class from beautifulsoup mydivs = soup.findAll("div", {"class": "stylelistrow"})