Learn Web Scraping with Beautiful Soup | Codecademy

Realizar requisição com Requests

r=requests.get(url, headers=burp0_headers)

Iniciar Beautiful Soup

soup = BeautifulSoup(r.text, 'html.parser')

Procurar Elemento