Ltd. All rights Reserved. To find all tags that come after Alex's tag: p = soup. Email me at this address if a comment is added after mine: Email me if a comment is added after mine. The findChildren method works in similar ways, however as the name implies, it doesn’t find only one child node, it gets all of the children nodes in a tag.. BeautifulSoup provides a simple way to find text content (i.e. Getting all href attributes. BeautifulSoup: Not able to extract multiple tags in a class. 1. name link | string | optional. Found inside – Page 439You first create the soup with an HTML string, call the findAll() method with 'a' to get all anchor tags, and pull out the 'href' attribute to get the URLs: >>> from bs4 import BeautifulSoup >>> soup = BeautifulSoup('Hello and its corresponding