wordpress - want to connect my ABOR(Austin Board of Realtors)website to RETS Matrix

117 Views Asked by At

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?

1

There are 1 best solutions below

3
On

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>