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