Hello All, My dad has recently received his real estate license and (low and behold) he wants me to make him a webpage. But I have a cool idea, and wanted some advice from the pros. There is a system called MLS (multiple listing service), which is basically a large database of ALL houses/properties for sale. You can go to their site, login, and perform a search based on whatever criteria you choose to find properties. My dad wants to display certain properties for sale on his "new website." What I would like to do is this: Is there some way to have a JavaScript / Python script / etc login to MLS automatically, perform the search based on the criteria we choose, and save the results? The HTML could them be parsed, and listings could be added to my dads web page...automatically. So you see my vision now, my dad's site could automatically, say twice a week or so, fetch houses for sale in the area and automatically list them on his site. Any help on how to do this would be greatly appreciated. The site we need to log into is this: https://www.fmls.com/MemberLogin/login.cfm So take a look, and tell me if there is a way to have a script auto log into this page to perform a search. Thank you for all your help, Dennis