First time here? Check out the FAQ!
0

SQL Reading RSS Feed

  • retag add tags

I was told by someone who should know that it was an RSS feed, my appologies. Regardless, I need to get whatever your feed is into MSSQL and I would much rather not reinvent the wheel to make it work. I supposed that this is something you deal with all the time and could easily cut and paste a snippet of code for me. I am in a considerable hurry and the long weekend approaches. I have a presentation to make to the State Board of Realtors and the Database containing your data was to be the centerpiece of that presentation. This delay makes that part of the presentation nearly undoable unless some miracle happens. Please provide me with whatever SQL code you use to access your MLS feed in whatever format it comes in at your earliest possible convenience.

Thank you

Ryan

RyanSinger's avatar
RyanSinger
asked 2019-08-27 19:53:00 -0500, updated 2019-08-28 18:35:19 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Not sure what you are asking about?
MLS Data is not returned in an RSS feed.
We support RETS feeds that are in the Real Estate Transaction Standard protocol.

bwolven's avatar
bwolven
answered 2019-08-28 09:15:06 -0500
edit flag offensive 0 remove flag delete link

Comments

If you have the RETS Login URL for the MLS and a RETS login account you can connect to RETS using a tool such as RETS Connector to download the data.
This will allow you to download data to files which you should be able to import into your DB.
"http://www.retsconnector.com/"

bwolven's avatar bwolven (2019-08-29 07:41:22 -0500) edit

Were you able to get the information you were looking for?

bwolven's avatar bwolven (2019-08-29 11:20:07 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer