0

I'm developing a website about ABOR(Austin Board of Realtors) in wordpress, how to connect RETS Matrix to our website so, then we get data from MLS?

Roxas Zohbi
  • 599
  • 4
  • 13
  • 20

1 Answers1

0

The easy and quick solution 1: Use a Wordpress Plugin, I have had great results using IMPress

Yet another way is connect using Wordpess restful API, you would need to GET listings from your MLS, and have something set to update listings so UPDATE, and if your trying to post to MLS from WordPress using POST. There is a handy guide to help with this REST API Reference

To grab a listing something like this:

curl http://somelinktomls.com/api/path/< type>

Nicholas
  • 9
  • 6