How to crawl a webPage with dynamic content added by javascript
Posted
by
blunderboy
on Pro Webmasters
See other posts from Pro Webmasters
or by blunderboy
Published on 2012-08-31T05:11:42Z
Indexed on
2012/08/31
9:51 UTC
Read the original article
Hit count: 280
JavaScript
|crawling
I guess there is a news that Google bots have the capability to understand our javascript code. It means this is possible to fully crawl a webpage which has lazy loading feature enabled. I am using Apache Nutch to crawl websites but I don't think it has the capability to fetch the URLs being injected in HTML page by javascript when the page is scrolled down. I see a lot of websites doing lazy loading for performance issue. So Can somebody please explain me how can i crawl the data which comes in HTML page on lazy load. (On scrolling the page down).
© Pro Webmasters or respective owner