include 'simple_html_dom.php';
$html = file_get_html('http://www.indeed.com/viewjob?t=Medical+Writer&c=Carling+Communications&l=San+Diego,+CA&jk=0f200d1727b8bb30&atk=&chnl=none&utm_source=publisher&utm_medium=organic_listings&utm_campaign=affiliate');
var_dump($html);
//$ret = $html->find('span[id=job_summary]');
//echo $ret->text;
?>