I have a need to source real estate information from sites like creaiglist rent.com apartment.com.. I have seen that there are couple of sites like http://www.padmapper.com that are already doing this.

My question is how to do it ? I've not been able to locate an api for these sites that I can use.. next option for me is to do web scraping.. is it legal ? or are there any limit on max hit from a particular IP that they watch on ?

Are there any other better option ?

link|improve this question

42% accept rate
feedback

1 Answer

up vote 1 down vote accepted

craigslist has an open data table that you can query with yql. The other 2 don't AFAIK - it's not illegal to scrape them but you should be courteous and not hit them to hard/fast.

link|improve this answer
Thanks. would you please share some link that has open table information about craiglist.. – user644745 Oct 3 '11 at 11:30
2  
The YQL Console is the best place to start. click 'show community tables' in the pane on the right – pguardiario Oct 3 '11 at 12:28
YQL console is nice. Thanks for the info.. About craiglist, it expects location, type and query as three input params. I see type as "ppp" or "sss". where can i see the complete list of types ? basically I am looking for property or real estate type. – user644745 Oct 4 '11 at 3:34
Looks like I have found the complete list from userscripts.org/scripts/review/44660. "hhh" for housing, "rts" for Real Estate, "apa" for Apartments/Housing etc – user644745 Oct 4 '11 at 3:49
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.