We wrote a web crawler that
# reads in the csv file into a pandas dataframe
# changes the urls by -- replacing ''?c=companyprofile&'' with ''companyprofile?'' and appending the domain http://exchange.inbia.org/network/findacompany to each url# open opens each url and extract information using element tree parser# write writes information for each url to csv file