парсинг по curl

1. Naim (18.02.2016 / 19:21)
Всем привет, помогите парсить такой запрос
Скрин
питаюсь парсит но перекидывает на world.taobao.com:
Скрин
пример парсинга:
$cookies=tmpfile();
$ch = curl_init("https://s.taobao.com/search?ajax=true&callback=__jsonp_cb&app=imgsearch&tfsid=TB1SZYmLFXXXXatXXXXXXXXXXXX");
curl_setopt($ch, CURLOPT_USERAGENT, 'IE20');
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
curl_setopt($ch, CURLOPT_COOKIEFILE, $cookies);
curl_setopt($ch, CURLOPT_COOKIEJAR, $cookies);
curl_setopt($ch, CURLOPT_RETURNTRANSFER,true);
$page=curl_exec($ch);
curl_close($ch);
/*$json = substr($page,35,-3);
$json = json_decode(utf8_encode($json));*/
print_r($page);


2. Reflesh (19.02.2016 / 18:39)
https://yadi.sk/i/j_Bbicm-p8KZC

3. /7o/loTeH4I1k (19.02.2016 / 19:35)
2. Reflesh, чукча не читатель, чукча писатель.... http://rghost.ru/6KYMYjvhY/image.png

4. Reflesh (19.02.2016 / 21:42)
3. anonymouse, так что ты увидишь на маленьком скрине?

5. /7o/loTeH4I1k (19.02.2016 / 22:25)
4. Reflesh, блин, точно, извини за чукчу, сам я чукча

URL: https://visavi.net/topics/42867