Free for Real Estate Sites
Add an ISP Lookup Widget
to Your Listing Pages
Buyers want to know "what internet is available here?" Answer that question instantly — right on your listing page. Paste one snippet. Done.
Get the Embed CodeWhy it works
Internet speed is a top-5 purchase factor for remote workers and families. Give buyers the answer before they leave your listing.
One copy-paste install
Drop three lines of HTML into your listing template. No API keys, no backend changes, no maintenance.
Address pre-filled
Pass the listing address and the widget auto-looks it up. Buyers see providers instantly, no typing required.
Real FCC data
Results are sourced from FCC Broadband Data Collection — the same data ISPs report to regulators.
Free — forever
No cost to you or your brokerage. ChooseISP earns a small commission when a buyer signs up with an ISP.
Live Demo
This is the actual widget — try entering any address:
Your Embed Code
Replace {{LISTING_ADDRESS}} with the property address from your listing system:
<!-- ChooseISP Widget — chooseisp.com/for-realtors --> <div id="chooseisp-widget"></div> <script> window.ChooseISPWidget = { address: "{{LISTING_ADDRESS}}" }; </script> <script src="https://chooseisp.com/widget.js" async></script>
Works on any HTML page, WordPress, Squarespace, or IDX template. The widget renders in an isolated shadow DOM — it will never conflict with your existing styles.
How it works
Three steps, zero ongoing work.
1
Paste the snippet
Add the three-line embed wherever you want the widget to appear — above the fold on listing detail pages works best.
2
Set the address
Pass
window.ChooseISPWidget.address from your listing data. The widget looks up providers automatically.3
Buyers see providers
Results load inline with speeds, prices, and one-click signup links — no pop-ups, no redirects off your page.
Common questions
Is this really free?
Yes. ChooseISP earns a commission when a buyer signs up with an ISP through the widget. You pay nothing.
Will it slow down my listing pages?
No. The
<script> tag uses async, so it loads after your page content. The widget renders in ~200ms once visible.Will it conflict with my site's design?
No. The widget uses Shadow DOM, which creates a fully isolated CSS environment. Your styles can't leak in; the widget's styles can't leak out.
What if there's no address? Can buyers still search?
Yes. If you don't pass an address, the widget renders a search input field so buyers can type any address themselves.
How accurate is the provider data?
Results come from the FCC Broadband Data Collection, which ISPs are legally required to file. For block-level accuracy, we also query real-time FCC data where available.
Can I use this on MLS / IDX pages?
Yes. If your IDX template lets you insert custom HTML on listing detail pages, you can embed the widget. Contact your IDX provider if you're unsure where to add custom snippets.