web scraping - apple store showing different page in wget -


istore.apple.com live url different url downloaded using wget

open url in browser

https://itunes.apple.com/us/genre/ios-games-action/id7001?mt=8&letter=a

you see pagination pages 1,2,3 etc(a selected).

but when download page using wget

wget https://itunes.apple.com/us/genre/ios-games-action/id7001?mt=8&letter=a

after downloading in system open file see different page(you not see selected , pagination pages not there).

why happens , how original page??

i tried

wget "https://itunes.apple.com/us/genre/ios-games-action/id7001?mt=8&letter=a" 

it worked me


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -