currently using beautifulsoup to find this a tag which y value return:
and
Longitude = re.search("Longitude\=[\d]+\.[\d]+", str(y)).group(0)
returns "Longitude=27.2115500"
is there a better way to return the values of BusinessName, Address, Latitude, Longitude, and AdvertiserID, where the value of y is:
<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>'''