RVezy web components

Embeddable widgets hosted at the Cloudflare edge. Drop a script tag and a custom element on any page — no build step, no API keys.

popular-rvs — live RV search results

Renders a grid of live listings from RVezy search. The query attribute is the querystring passed to api.rvezy.com/api/rvlistings/unified-search.

<script src="https://rvezy.tools/popular-rvs/popular-rvs.iife.js" defer></script>
<popular-rvs query="?NeLat=49.55&NeLng=-122.79&SwLat=48.87&SwLng=-123.29&SortOrder=Recommended&CurrentPage=0&PageSize=30&IncludeFeatured=true"></popular-rvs>

Common query parameters: NeLat/NeLng/SwLat/SwLng (map bounds), StartDate/EndDate, Guest, Types (e.g. ClassC,TravelTrailer), Amenities, MinPrice/MaxPrice, SortOrder, PageSize.