bs4.BeautifulSoup.find_next

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

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