Is there any site that will take a craigslist RSS feed of cars for sale and sort it by make, model, price, etc (as far as it can parse the listings)? Couldn't find anything myself, but thought I'd ask before I went and wrote a little script to accomplish what I'm looking for.
|
|
This Wired article explains you cannot find such services because the founder does not want them. Craig goes so far as to install technical obstacles to specifically block them. YMMV if you only occasionally use the script for personal purposes, but don't be surprised if your little script invokes the wrath of Craig Newmark:
Update: added more context from quote to explain Craig's objections to such services:
|
||||
|
|
I am not sure if there is a easy to use program, however if you go to the category you want, perform a search for the terms, you can then generate a RSS feed through the icon at the bottom that will be a feed of just the searched items. No idea on sort - sorry. |
|||||
|
|
I do not know of a site, but copying the search results and pasting them into excel is where I would start. Is is not too difficult to parse out the terms you want to sort on, though I think you could only parse the terms that show in your search results page. So if you were looking for say motorcycles, you could expect to get make, model, year, price, location, posting date, whether there is a picture, and the URL. Once parsed out, it is trivial to sort on teh fields you want. There may a cuter way of getting the search results into Excel. Also crazedlist.org does a nice job of searching across different CraigsLists, Read the Faq before use it. |
|||
|
|