$xml= simplexml_load_file('https://api.vk.com/method/video.search.xml?q=test&offset=0&count=10&access_token=token&v=5.37');
response: {
count: 0,
items: []
}
response: {
count: 21056, //количество найденых видео
items: [{ //и начнет выводить согласно доп. параметрам
id: 171107068,
owner_id: 248902071,
.....
}]
}