how to find certain things by class beautiful soup python code example Example: filter class from beautifulsoup mydivs = soup.findAll("div", {"class": "stylelistrow"})