DOM parser YQL. , . - YQL , .
, HTML ,
http:
$yql = 'http://tinyurl.com/yql-table-grab';
$yql = json_decode(file_get_contents($yql));
print_r( $yql->query->results );
URL-, . $yql YQL API, :
select * from html
where xpath="//table[@class='example']"
and url="http://www.w3schools.com/html/html_tables.asp"
YQL JSON XML. JSON , stdClass ( ). , .
YQL, , .