Free Widgets

Embed Live Property Data on Your Website

Add property cards, neighborhood stats, and market pulse widgets to any website or blog. Copy one line of HTML — data updates automatically.

Property Card

Display a live property profile with owner, value, last sale, and building details. Links back to the full record on Broker One.

Preview
Code
<div data-brokerone="property"
     data-parcel-id="YOUR_PARCEL_ID"></div>
<script src="https://brokerone.io/widget/broker-one"
        async></script>

Replace YOUR_PARCEL_ID with any Miami-Dade, Broward, or Palm Beach parcel ID. Find it on any property page URL.

Neighborhood Stats

Show median values, property counts, and recent sales activity for any South Florida zip code.

Preview
Code
<div data-brokerone="neighborhood"
     data-zip="33131"></div>
<script src="https://brokerone.io/widget/broker-one"
        async></script>

Replace 33131 with any South Florida zip code (33xxx or 34xxx).

Market Pulse

Live market snapshot — recent sales volume, median price, and active foreclosures for a zip code or county.

Preview
Code
<div data-brokerone="market-pulse"
     data-zip="33131"></div>
<script src="https://brokerone.io/widget/broker-one"
        async></script>

Use data-zip for a zip code or data-county="miami_dade" for a county-wide view.

How It Works

1
Copy the code

Pick a widget type, customize the parameters (parcel ID or zip code), and copy the HTML snippet.

2
Paste anywhere

Works on WordPress, Squarespace, Wix, Ghost, or any HTML page. Just paste the code where you want the widget to appear.

3
Auto-updates

Data refreshes automatically from public records. No maintenance, no API keys, no cost.

FAQ

Is it free?

Yes. Embeddable widgets are free for any website. We ask that you keep the "Powered by Broker One" attribution.

Do I need an API key?

No. The widget script handles everything. For programmatic access to raw data, see our API documentation.

What counties are covered?

Miami-Dade, Broward, and Palm Beach — over 2 million properties across South Florida.

Can I customize the styling?

The widget uses its own encapsulated styles. For full customization, use the REST API and build your own UI.

Need more control?

Our REST API gives you full access to property records, sales, ownership, and analysis data.

API Documentation →