This a parser written in Python for the Canadian Multiple Listing Service.
$python MLS-cli.py "http://v3.torontomls.net/Live/Pages/Public/Link.aspx?Key=<insert_key_here>&App=TREB"
To process multiple URLs, simply supply to the command line utility:
$python MLS-cli.py 'http://v3.torontomls.net/Live/Pages/Public/Link.aspx?Key=<insert_key_here>&App=TREB' 'http://v3.torontomls.net/Live/Pages/Public/Link.aspx?Key=<insert_key_here>&App=TREB' 'http://v3.torontomls.net/Live/Pages/Public/Link.aspx?Key=<insert_key_here>&App=TREB'
Please open issue to report bugs.