You need to use the PHP code "file_get_contents()" where in the parenthesis has the website URL.
Example:
$html = file_get_contents("www.somesite.com");
//Then use some filters
Good Luck!
If you need further assistance/advice, feel free to contact me.