bs4.BeautifulSoup.find_all_next

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

Returns all items that match the given criteria and appear after this Tag in the document.