simplyrets.com

The SimplyRETS API is an exciting step towards making it easier for developers and real estate agents to build something awesome with real estate data! The documentation below makes live requests to our API using the trial data. To get set up with the API using live MLS data, you must have RETS cre

4 endpoints
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (2 total)

simplyrets-python-sdk ✓ Official
pip install simplyrets-python-sdk
simplyrets-ruby-sdk ✓ Official
gem install simplyrets-ruby-sdk

curl examples

The SimplyRETS OpenHouses API
curl \
  /openhouses
The SimplyRETS Listings API
curl \
  /properties
Single Listing Endpoint
curl \
  /properties/{mlsId}

Endpoints (4 total)

GET
/openhouses
The SimplyRETS OpenHouses API
GET
/properties
The SimplyRETS Listings API
GET
/properties/{mlsId}
Single Listing Endpoint
GET
/openhouses/{openHouseKey}
Single OpenHouse Endpoint

Language coverage

Python
1
Ruby
1

At a glance

Total SDKs2
Languages2
Endpoints4