Display Your You Got Listings Rentals on Your Own Website

Boston Web Group's YGL integration pulls your You Got Listings inventory and displays it directly on your site with interactive map search, smart filtering, and full property details. Available as a WordPress plugin or a JavaScript embed for any platform. No iframes. No jank. Your brand, your domain.

A You Got Listings Integration That Actually Works

You're paying for listing data. Boston Web Group turns your You Got Listings feed into a search experience renters will actually use — on your website, in your brand, under your control.

Interactive Map Search

Your You Got Listings rentals displayed on a real map with marker clustering, draw-to-search, and neighborhood filtering. Renters search the way they think — by location — without ever leaving your website.

Filters That Keep Up

Price, beds, baths, move-in date, pets, parking, laundry — all wired to your live You Got Listings feed. Results update instantly. No page reloads, no waiting on slow third-party widgets.

Property Details Built In

Full-screen modal with photo gallery, Matterport virtual tours, floor plans, and contact buttons. Everything sourced directly from your You Got Listings data. Nothing extra to configure.

Mobile-First, Not Mobile-Afterthought

Responsive layout with map/list toggle, swipeable galleries, and touch-friendly filters. Built for the phones where renters actually search — not just tested on them once and shipped.

Add You Got Listings to Any Website

WordPress shortcode, JavaScript embed, or plain HTML. Three ways to put your You Got Listings rentals on your own site. Same widget, same Boston Web Group API — your choice of integration.

You Got Listings WordPress Plugin

Install the plugin, add your API key, drop a shortcode on any page. Your theme handles the rest. The fastest way to display You Got Listings rentals on a WordPress site.

[bwg_ygl layout="split"]

JavaScript Embed

Load the Boston Web Group YGL modules and initialize with your API key. Full control over layout, callbacks, and styling. Works with React, Vue, or any frontend stack.

<script src="/bwgygl/js/bwgygl-core.js"></script>
<script src="/bwgygl/js/bwgygl-api.js"></script>
<!-- remaining modules -->

<script>
  BWGYGL.api.searchProperties();
</script>

Static HTML

Script tags and markup. Put You Got Listings on any website — any host, any CMS, any static site generator. No build step. No framework dependency.

<link rel="stylesheet" href="bwgygl.css">
<script src="bwgygl-core.js"></script>

<div class="bwgygl-split-container">
  <!-- filter bar + map + cards -->
</div>

Powered by the Boston Web Group You Got Listings API

Raw You Got Listings data is inconsistent and slow to query directly. The Boston Web Group API middleware sits between your You Got Listings account and your website, caching, normalizing, and geocoding, so your frontend gets a clean, fast feed every time.

Source

You Got Listings Feed

Middleware

Boston Web Group API

Output

Your Website

Smart Caching

Configurable refresh intervals so your You Got Listings data loads in milliseconds. Reduced load on YGL servers means fewer timeouts and failed requests for your renters.

Data Normalization

Inconsistent addresses, missing fields, garbled formatting: the Boston Web Group API cleans your You Got Listings data before it hits your site. Every listing renders correctly, every time.

Geocoding & Full-Featured Mapping

Addresses from You Got Listings converted to map coordinates automatically. Marker clustering, neighborhood boundaries, and draw-to-search included out of the box. No Google Maps API key required.

You Got Listings Integration Pricing

Try the free demo with your real You Got Listings data. Go Pro when you're ready to display your full inventory. All plans include the Boston Web Group API and both layout options.

Free Demo

$0 /month
  • 4 listing limit
  • Boston Web Group branding on widget
  • 24-hour cache refresh

Pro

From $150 /month
  • Unlimited You Got Listings results
  • No branding — fully white-label
  • Custom cache refresh timing
  • Priority support + custom integration

Frequently Asked Questions

BWG YGL is middleware and a UI layer that connects your website to You Got Listings (YGL). It pulls your rental listings from YGL, normalizes the data, geocodes addresses, and displays them on your site with an interactive map, filters, and property detail views.

No. BWG YGL uses Leaflet with OpenStreetMap tiles, so there is no Google Maps dependency and no API key required. The map is fully interactive with marker clustering, draw-to-search, and neighborhood boundaries.

Yes. The WordPress plugin uses a standard shortcode that works in any page builder. All CSS is scoped to the widget container, so it won't conflict with your theme or builder styles.

The BWG API middleware caches listing data at configurable intervals. The free demo tier refreshes every 24 hours. Pro plans support custom cache timing to match your needs.

Yes. Each property detail view includes configurable action buttons. You can set up email, phone, or connect a Gravity Forms contact form for direct inquiries.

The JavaScript embed option works on any website. Drop a script tag and a container element into your HTML, and the widget renders without any framework dependency.