find class with specific text beautiful soup code example Example: how to find class using beautiful soup mydivs = soup.findAll("div", {"class": "stylelistrow"})