I have a script that periodically downloads different App Store pages so I can easily keep an eye on my app ratings.
It has worked perfectly with a few minor changes over the last couple of years. All of the sudden a couple hours ago my curl call just returns a 0 byte response. I assume Apple just made some changes.
Anyone know how to get it working again? It is a major setback for me not to be able to keep an eye on my app ratings. I would be willing to bet they changed the value for the X-Apple-Store-Front but I don't have any idea how to figure out what they might have changed it to.
Here is what I was using before to get the top-200 selling iPad Photography apps:
curl -H "X-Apple-Store-Front: 143441-1,5" "http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewTop?genreId=6008&id=25236&popId=47"
