一部のユーザーがデータを入力するWebサイトがあります。アドレスはそれらのデータの1つです。このようなhtmlを取得したいです。
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/?ie=UTF8&ll=37.0625,-95.677068&spn=51.708931,101.425781&t=m&z=4&output=embed"></iframe><br /><small><a href="https://maps.google.com/?ie=UTF8&ll=37.0625,-95.677068&spn=51.708931,101.425781&t=m&z=4&source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small>
入力したアドレスでWebリクエストを作成し、HTMLを解析して埋め込み用のHTMLを取得したいと思います。より良いアイデアはありますか?