Reputation: 35
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
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