2

I am interested to scrap all the data from a webpage that when scroll to bottom, you get new data loaded to the page. Here is an example: http://stocktwits.com/symbol/CIEN

As you can see if you scroll down the page, more data will load to the page.

How one can scrap all available data for such a page using Python?

1 Answer 1

1

Selenium is recommended for scrolling http://selenium.googlecode.com/svn/trunk/docs/api/py/index.html

Sign up to request clarification or add additional context in comments.

3 Comments

Thanks Jonathan, it looks interesting I will look into it.
Man, can your update your link ? This link doesn't work. i can't see which part of selenium you attached here :/

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.