I want to crawl web page like quora, pinterest, etc. I found all examples using selenium to simulate scrolling action, yet open a new window for scrolling and crawling is slow and inefficient. Is Any method for crawling an infinite scrolling page more efficient?
Asked
Active
Viewed 835 times
1 Answers
1
If the website uses Ajax frame to transfer data, my answer could help you. https://stackoverflow.com/a/34802775/5246180
-
I've tried your method, but it can't be done in Quora. Can you show me more detail about how you did in Quora? – Leo Hsieh Apr 02 '16 at 03:11
-
It works on Quora but firstly you need to log in on Quora. Or it won't work. – Hao Lyu Apr 08 '16 at 20:18