bs4.BeautifulSoup.findNext

BeautifulSoup.findNext(name=None, attrs={}, text=None, **kwargs)

Returns the first item that matches the given criteria and appears after this Tag in the document.