Embeddable Widgets
Drop these into any webpage to surface Unlisted properties.
Widgets that show property photos require a GOOGLE_MAPS_API_KEY. Please email developer@unlistedinc.com with the domain where the widget will be hosted and we'll assign you one.
Search Results Widget
Displays a grid of properties based on a given search. You can configure this widget to do any search you an do within our app (and more)... The details of this needs to be better documented.
<!-- 1. Place this div where you want the widget -->
<div
data-unlisted-widget="search-results"
data-google-maps-api-key="GOOGLE_MAPS_API_KEY"
data-title="Dayton Properties"
data-query="Dayton, OH"
data-boundary-id="174636"
data-limit="9"
data-sort="default"
></div>
<!-- 2. Load the widget script once per page -->
<script async src="https://widgets.unlistedhomes.com/unlisted-widget.v1.js"></script>
The actual widget in action 👇
Single Property Widget
Shows a single property card by ID.
<!-- 1. Place this div where you want the widget -->
<div
data-unlisted-widget="property"
data-google-maps-api-key="GOOGLE_MAPS_API_KEY"
data-property-id="6571119"
data-title="Sam's House"
data-show-photos="true"
data-show-cta="true"
></div>
<!-- 2. Load the widget script once per page -->
<script async src="https://widgets.unlistedhomes.com/unlisted-widget.v1.js"></script>
The actual widget in action 👇