Código PHP:
Ver original<?php
// create a new cURL resource
// set URL and other appropriate options
curl_setopt($ch, CURLOPT_URL
, "http://www.example.com/");
// grab URL and pass it to the browser
// close cURL resource, and free up system resources
?>
Creo que con esto lees el código fuente (HTML) y luego puedes leer las líneas y coger lo que te interese.