Kirk Lazarus
Kirk Lazarus

Reputation: 35

Should I switch from Mechanise to Scrapy or BeautifulSoup?

I'm trying to build a web scraper to scrape Google shopping results. Any ideas where to start? I was using mechanize with python but I've found it has some limitations. Would Scrapy or BeautifulSoup be better?

Upvotes: 1

Views: 696

Answers (1)

halfer
halfer

Reputation: 20487

Posted on behalf of the OP.

I found this article to be helpful :

http://swizec.com/blog/scraping-with-mechanize-and-beautifulsoup/swizec/5039

I was getting throttling from the Google side.

Upvotes: 0

Related Questions