retsr / rets.js

Node RETS Client
MIT License
2 stars 3 forks source link

Getting started? Where do I get a Username & Password? #3

Open Tzikas opened 6 years ago

Tzikas commented 6 years ago

I'm just trying to query real estate data, and I noticed in your examples folder there was a login-search.js file. How do I run this example. I see no npm start in your package json and I tried also node index.js & node login-search.js?

Also where do I get the correct password and username? https://www.corelogic.com/solutions/multiple-listing-technology.aspx ?

Thank you very much for this.

dermidgen commented 6 years ago

Hey there, rets.js is a library, so there’s no way to “run” it directly. The examples are the closest thing - and really illustrate how you’d implement your own application with rets.js.

To get credentials you’ll need a RETS data sharing agreement with each MLS you’re working with. To get one, you’ll need to work with a broker, who is a member of the MLS. Typically these agreements are signed by you, the broker and the MLS.

Regards, Danny Graham

Regards, Danny Graham

On Apr 26, 2018, at 08:57, $quirrel notifications@github.com wrote:

I'm just trying to query real estate data, and I noticed in your examples folder there was a login-search.js file. How do I run this example. I see no npm start in your package json and I tried also node index.js & node login-search.js?

Also where do I get the correct password and username? https://www.corelogic.com/solutions/multiple-listing-technology.aspx ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

Tzikas commented 6 years ago

Hey thanks a lot for the reply! I am working with a broker who is a member of the MLS. Where do we go to get these credentials? Neither one of us knows. Is it here? https://www.reso.org/

And then, can I just pass them along as a bearer token to an API endpoint or something like that?

Tzikas commented 6 years ago

He currently can login to this site http://www.mlspin.com/ and view listings only available to brokers, but we are just looking to do some really basic search results type of functionality.

dermidgen commented 6 years ago

I'm looking into MLSPIN right now; they are your MLS. What I'm looking for is information about RETS data (vs IDX)... Standby...

Regards, Danny Graham

On Thu, Apr 26, 2018 at 10:27 AM, $quirrel notifications@github.com wrote:

He currently can login to this site http://www.mlspin.com/ and view listings only available to brokers, but we are just looking to do some really basic search results type of functionality.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/retsr/rets.js/issues/3#issuecomment-384723029, or mute the thread https://github.com/notifications/unsubscribe-auth/AADQrOJsXWQ2w1Hcn4yyY4QB5VjNFVuUks5tsgNngaJpZM4TllYu .

dermidgen commented 6 years ago

You may need to contact them directly to ask about RETS connection information. However; my records (from 2011) show a connection URL for RETS at:

https://bridge-rets.mlspin.com:12109/rets/login

This information is likely to be outdated - but MLSPIN should be able to provide you the answers you're looking for. The key is to let them know you're a broker and need a RETS (not IDX) connection.

Regards, Danny Graham

On Thu, Apr 26, 2018 at 10:35 AM, Danny Graham good.midget@gmail.com wrote:

I'm looking into MLSPIN right now; they are your MLS. What I'm looking for is information about RETS data (vs IDX)... Standby...

Regards, Danny Graham

On Thu, Apr 26, 2018 at 10:27 AM, $quirrel notifications@github.com wrote:

He currently can login to this site http://www.mlspin.com/ and view listings only available to brokers, but we are just looking to do some really basic search results type of functionality.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/retsr/rets.js/issues/3#issuecomment-384723029, or mute the thread https://github.com/notifications/unsubscribe-auth/AADQrOJsXWQ2w1Hcn4yyY4QB5VjNFVuUks5tsgNngaJpZM4TllYu .

garymedina commented 5 years ago

@Tzikas

Hi, I am a developer and real estate agent and I just started a project where I need to pull in MLSPIN data. Did you find a solution? I tried the link @dermidgen gave but it didn't accept my credentials.

Thank you to both! Gary Medina