I am trying to pull financial advisor data from Adviserinfo.sec.gov using python and have not had much luck. This is a public disclosure website where you can enter a advisor name and get the details like Firm Name, Address, Experience etc. by clicking search. I am trying to see if i can programmatically do that in python by passing on the advisor name and get the desired info. Any pointers to this is greatly appreciated. Thanks!