I currently am developing an RE classifieds portal and I want to take it to the next level. I want to construct an rss feed aggregator for property listings and then allow the user to be able to crawl the feeds to find exactly what one may be looking for. Setting up an aggregator and a crawler to work in tandem shouldn't be that tricky but what I need help with is finding a program or script that can pares the feeds into a viewable table on my site. (i.e) property pic______description_______price_____ The process would look like this. Enter property search query > engine crawls feeds > results displayed in a table as described above. I am basically just trying to mimic Edgeio, Propsmart and sites like that.. Any Ideas or suggestions?
Hello, if listings are stored in a DB, it could be created with a php script and displayed like this sample RSS feed http://www.worldrealtynews.com/samplefeed_newyork.php The display part is using the onyx rss reader Sincerely hape