I have been extracting information from the iTunes App Store for the past couple of weeks using a script I found and modified. Everything was working fine until a couple days ag
Just as a side note, if you're trying to access a https iTunes page, you may need to set the following:
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);