Created
September 21, 2011 03:33
-
-
Save icyleaf/1231169 to your computer and use it in GitHub Desktop.
Get user reviews page content by curl. source from http://stackoverflow.com/questions/4731620/crawl-data-on-the-app-store
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# replace the value of 'id=xxxx' to your app id | |
curl -H 'Host: itunes.apple.com' \ | |
-H 'Accept-Language: en-us, en;q=0.50' \ | |
-H 'X-Apple-Store-Front: 143444,5' \ | |
-H 'X-Apple-Tz: 3600' \ | |
-U 'iTunes/9.2.1 (Macintosh; Intel Mac OS X 10.5.8) AppleWebKit/533.16' \ | |
"http://itunes.apple.com/WebObjects/MZStore.woa/wa/customerReviews?s=143444&id=xxxxxxxxx&displayable-kind=11" |
fetch review and mail it: https://github.com/gonzoua/random-stuff/blob/master/appstorereviews.rb
fetch review in command line: https://github.com/positiveteam/app-store/blob/master/reviews.rb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Preview image with Chrome + REST Console: