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.

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 and 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.

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>

You Got Listings integration pricing

Pick the plan that fits your inventory. All plans include the Boston Web Group API, both layout options, and unlimited updates. Pay monthly, or pay annually and get one month free.

Monthly Annual one month free

BWG-YGL Basic

$45 /month

Billed $540/year

  • Up to 50 listings
  • Split and stacked layouts
  • Hourly cache refresh
  • Email support
Buy Now
Most popular

BWG-YGL Pro

$137.50 /month

Billed $1,650/year

  • Up to 500 listings
  • No BWG branding, fully white-label
  • Custom cache refresh timing
  • Priority support
Buy Now

BWG-YGL Unlimited

$230 /month

Billed $2,760/year

  • Unlimited listings
  • Everything in Pro
  • Real-time cache refresh
  • Dedicated support + custom integration
Buy Now

Frequently asked questions

What is BWG YGL?

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.

Do I need a Google Maps API key?

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.

Does it work with Elementor, Divi, or other page builders?

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.

How often does listing data refresh?

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.

Can renters contact me directly from the listing?

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.

What if I don’t use WordPress?

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.