Click here to Skip to main content
15,898,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Sir i want to ask how can one view pages of a website which has a check on number of pages to be viewed.

for example
http://maps.google.com/

allows you to view only 15pages but there are still more pages to be viewed

similarly
www.411.ca
there you can view only 20pages but there are still more pages

can someone give me some idea how can we view/scrap the above problem

Thanks
Posted

1 solution

Slow the process done on scraping. If you do it to fast (faster then a human browsing the page), websites like google etc. can limit or throttle the amounts of request.
 
Share this answer
 
Comments
[no name] 29-May-11 2:07am    
sir just see the link

http://www.411.ca/search/business/page/1



when we manual see it contains more data than

http://www.411.ca/search/business/page/20

how can we view manualy or throgh software

http://www.411.ca/search/business/page/21
Kim Togo 29-May-11 2:16am    
I do not know how you download the content and analyze it in your program. But when it comes to HTML, Javascript etc. The Internet Explorer, Google Chrome etc. processes data and show it to the user.

It think a better way is find out if there is a API that can be used like Web Service etc.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900