Anyone going to systematize this and create a curated list of vetted apartments for a fee? Maybe something like $9 for a month of access to one geographic area.
I've considered it briefly for PadMapper (http://www.padmapper.com). It would be very expensive to do for all cities, though - the volumes of listings they would have to look through are pretty enormous if you were doing it generally. One of the big things you get out of this is that you tell the person exactly what you want, and they throw away everything else.
Very cool website, nice work. Question: how do you get the data from craigslist...is there an official api,or do you scrape the site (and if so wouldn't you eventually get blocked)?
Nah, no official API, just parsing the site. It's possible that they'd choose to block it, though I've gone out of my way to give them no reason to. PadMapper's CL crawler is built to be as light as possible on their servers, and the crawling is constrained to a very small subset of the site. If it gets blocked, PM has other sources, but it would definitely suck.
If you tried to make something that crawled the entire site, I would imagine that they would block you pretty quickly, though, if only for the load it would cause.
Any particular libraries or techniques you used for the crawling / parsing, or just coded up something from scratch for each site you crawl? (I think I noticed you even do kijiji.)
There might be some way to make it work, though.