Assuming that dict from your description is now in a variable named d
(it was just a bit long to put in here):
>>> from bs4 import BeautifulSoup>>> soup = BeautifulSoup(d['body'], 'lxml')>>> link = soup.find('a', target='_blank')>>> link['href']'http://www.boomlings.com/database/accounts/activate.php?uid=8722046&actcode=xlCReGjLdkWmINt1GY9e'