I want to scrape a site using GAE and post the results into a Google Entity

Posted by cozza on Stack Overflow See other posts from Stack Overflow or by cozza
Published on 2010-03-09T03:22:41Z Indexed on 2010/03/09 5:51 UTC
Read the original article Hit count: 301

I want to scrape this URL : https://www.xstreetsl.com/modules.php?searchSubmitImage_x=0&searchSubmitImage_y=0&SearchLocale=0&name=Marketplace&SearchKeyword=business&searchSubmitImage.x=0&searchSubmitImage.y=0&SearchLocale=0&SearchPriceMin=&SearchPriceMax=&SearchRatingMin=&SearchRatingMax=&sort=&dir=asc

Go into each of the links and extract out various pieces of information e.g. permissions, prims etc then post the results into a Entity on google app engine.

I want to know the best way to go about it?

Chris

© Stack Overflow or respective owner

Related posts about python

Related posts about google-app-engine