X-Received: by 10.140.41.177 with SMTP id z46mr134415qgz.1.1462981999612; Wed, 11 May 2016 08:53:19 -0700 (PDT) X-Google-Web-Client: true Date: Wed, 11 May 2016 08:53:19 -0700 (PDT) From: Citramarillo To: beautifulsoup Message-Id: <0536a83f-4aa1-4307-8c87-c8752d1acf4d@googlegroups.com> Subject: Scraping two values - url and date and having the return results paired. MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_3826_1158504246.1462981999228" X-Google-Token: EO-qzbkFK4KkPme7vhU0 X-Google-IP: 63.206.47.126 ------=_Part_3826_1158504246.1462981999228 Content-Type: multipart/alternative; boundary="----=_Part_3827_2133977494.1462981999228" ------=_Part_3827_2133977494.1462981999228 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit I have a working code that scrapes 'a href' tags for the urls and I can get the date info from the nested 'p' tags. What I would like to know is how do I get the returned info to be paired i.e. - 'target_url', 'Today's date' ?