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?
Asked
Active
Viewed 96 times
1 Answers
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
-
**IMPRESS** is for IDX Broker I need in RETS Matrix – Roxas Zohbi Mar 23 '19 at 07:33
-
Lol then Google a WordPress plugin that suits your needs there is tons of what your looking for or look into API. Good luck. – Nicholas Mar 24 '19 at 13:27
-
Look for https://mlsimport.com/ - is a wordpress plugin that may help you – Crerem Aug 21 '22 at 07:44