Can someone help me get this command work better:

wget -q -O- http://showipaddress.com | grep '<h1 id="ip">'


I want to grab just the ip address, nothing else.

Thanks