I use wget to retrieve links. However, the page I got with “wget” is different than the page I got from the browser. To debug it, I copied and pasted the link below to the browser’s address bar. Then, I view the HTML source code from browser. I searched the keyword, offer-listing. I found nine of them.
Below is one of nine keyword offer-listing I found: <div class="mbcOlpLink"><a class="buyAction" href="/gp/offer-listing/1567651151/ref=dp_olp_all_mbc? Below is the URL: http://www.amazon.com/Vocabulary-School-Student-Norman-Levine/dp/1567651151 The command below saved result to the file, “1567651151”. But, I cannot find any “offer-listing” in it. The page got by wget is different than the browser with the same URL. What was wrong? wget http://www.amazon.com/Vocabulary-School-Student-Norman-Levine/dp/1567651151 Thanks, Gary
