現在、beautifulsoupを使用して、y値が返すタグを検索しています。
と
Longitude = re.search("Longitude\=[\d]+\.[\d]+", str(y)).group(0)
「Longitude=27.2115500」を返します
BusinessName、Address、Latitude、Longitude、およびAdvertiserIDの値を返すためのより良い方法はありますか。ここで、yの値は次のとおりです。
<a href="http://maps.website.com/default.aspx?AdvertiserID=ZZ_13130030_5182_000761&Latitude=-18.1320800&Longitude=17.2115500&BusinessName=ACME Ltd&Address=55 Nowhere Rd In This Town&telno=&advertiser=location&routeType=to&origincoords=-18.1320800|17.2115500#tabs-2;"
onclick="dcsMultiTrack('DCSext._mainreq','','DCSext.linktype','get directions','DCSext.linkplace','','DCSext.linkvalue','','DCSext.show_listingId','ZZ_13130030_5182_000761_8378972_IYMX','DCSext.show_zoningUsed','0','DCSext.show_resultNumber','2')" target="_blank">Get directions</a>'''