Craigslist don't provide any APIs for data access. I would like to write a small client to parse data from their RSS and reflow it. I would like to do this without setting up a server. What client side tools / java script are available out there can allows quick and easy parsing of RSS feeds?

link|improve this question

42% accept rate
feedback

2 Answers

up vote 0 down vote accepted

You may want to check out http://www.newsniche.com/using-javascript-to-display-rss.php for some links to js clients.

Also yahoo pipes has some interesting ways to interact with RSS feeds

link|improve this answer
feedback

I do not know what type of parsing you want but using Yahoo Pipes you can parse RSS and create some useful thing like this pipe : Multicity Bike Search

-Click run to see the results

-Click on View Source to see how he did it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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