$json=file_get_contents('https://www.instagram.com/nizhenets/?__a=1'); $data=json_decode($json,true); print_r($data); exit;