• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

Web Scraping using Python and BeautifulSoup

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

mokrunka

Member
Joined
Dec 21, 2009
Hello folks. This topic doesn't fit perfectly anywhere, so I dumped it here.

Just curious. Have any of you guys ever scraped data from the web for something? I'm learning how to use BeautifulSoup (a python library that makes it easier to extract web data from html), and I'm trying to brainstorm fun ideas to try.

What have you guys done?
 
But beautifulSoup is not capable of scraping JavaScript.
Selenium can do the job. This article shows some examples of how to scrape Ajax web pages
Check this link
Happy scraping :)
 
Last edited:
Back