Accessing MLS info from an API


5

Are there any applications out there that provide an API for accessing US property listing (MLS) information? Zillow has property information for most of the country but very little listing information.

Thanks.

Software Web API

asked Oct 14 '09 at 00:06
Blank
Kmullings
26 points
Top digital marketing agency for SEO, content marketing, and PR: Demand Roll

3 Answers


3

Each local MLS market is different. I'm in Houston, and HAR only offers direct API access for broker accounts. Otherwise you have to use an iframe or simply link to their website. I believe other local MLS policies are more lax. What you're looking for is IDX - that is the standard API among MLS services.

Here are some related links:

http://www.realestatewebmasters.com/thread13976.html http://www.listingware.com/index.cfm http://www.verticalagent.com/products/national-mls.aspx http://www.onboardinformatics.com/

answered Oct 14 '09 at 01:40
Blank
Dlynton
1,057 points

3

As a follow-on to dlynton's post, the actual standard in play here is called RETS (Real Estate Transaction Standard), which can be found at: http://www.rets.org/ There are open source libraries in C++, PHP, Java and others that can help you write applications to integrate with RETS servers. But as noted, you are at the mercy of the regional MLS owner, which is different in every area.

I've seen some services that offer MLS aggregation services so that you can create a nationwide MLS software application, and these typically run about $30-$100 per month for access.

answered Oct 14 '09 at 07:07
Blank
Mgile
51 points
  • what are these services that offer national MLS aggregation? I have contacted the services provided by dlynton, but the ones I heard back from can only provide access to the regional MLS to which you or your client has a membership. – Mike Eng 12 years ago

1

Probably not for your purposes. The data is owned by the REALTORs and is not made public in the form of an API. If you became a REALTOR or were contracted by a REALTOR, you might be able to access the MLS through an API.

If you're still interested, perhaps the best thing to do is contact the local Board of REALTORs in your area. Alternatively, find the most tech-savvy REALTOR in your area and contact them directly. They may know more about the details.

answered Oct 14 '09 at 00:35
Blank
Brandon
108 points

Your Answer

  • Bold
  • Italic
  • • Bullets
  • 1. Numbers
  • Quote
Not the answer you're looking for? Ask your own question or browse other questions in these topics:

Software Web API