beautifulsoup extract a value code example Example: beautifulsoup find get value input_tag = soup.find(id="id") output = input_tag['value']