Project Title: Extract Information from Computershare

Project Description:

I would like to collect some information from this website: https://www-us.computershare.com/Investor/#DirectStock

I would like a xlsx or csv file that contains all companies in the list (including those that appear after view more results).

The list should contain 3 columns:
Company Name,
Ticker,
Direct Link

The Direct Link should be the direct link to the target page that loads when a company name is clicked.

For example if 1st Streit Office Inc. is clicked then this is the direct link:

https://www-us.computershare.com/Investor/#DirectStock/Details?IssuerId=SCUSFSTO&PlanId=SPP1&sv=l

or if AAR Corp. is clicked then this is the direct link:

https://www-us.computershare.com/Investor/#DirectStock/Summary?IssuerId=SCUSAIR&PlanId=SPP1&sv=l

So the sample file first two rows will look like this:

1ST STREIT OFFICE INC..,PVTZZZ,https://www-us.computershare.com/Investor/#DirectStock/Details?IssuerId=SCUSFSTO&PlanId=SPP1&sv=l
AAR CORP.,AIR,https://www-us.computershare.com/Investor/#DirectStock/Summary?IssuerId=SCUSAIR&PlanId=SPP1&sv=l

Will need to load all companies, i.e. keep scrolling down to load more results.

For similar work requirements feel free to email us on info@logicwis.com.