Partner program
Partner with AVOZ
Add the AVOZ car search widget to your site — dealer sites, blogs, automotive directories. Visitors search thousands of vehicles and land on AVOZ results. Free to embed, share, or download.
Share this page
Live preview
Clicking "Search Cars on AVOZ" opens results on avozcars.com in a new tab.
Embed code
Option 1 — Simple iframe (recommended)
<iframe
src="https://avozcars.com/avoz-widget.html"
width="100%"
height="340"
style="border:none;border-radius:16px;max-width:640px;display:block;"
title="AVOZ Car Search"
loading="lazy"
></iframe>Option 2 — JavaScript snippet
<!-- AVOZ Car Search Widget -->
<div id="avoz-widget-container"></div>
<script>
(function() {
var iframe = document.createElement('iframe');
iframe.src = 'https://avozcars.com/avoz-widget.html';
iframe.width = '100%';
iframe.height = '340';
iframe.style.cssText = 'border:none;border-radius:16px;max-width:640px;display:block;';
iframe.title = 'AVOZ Car Search';
iframe.loading = 'lazy';
document.getElementById('avoz-widget-container').appendChild(iframe);
})();
</script>How it works
- 1Paste the iframe code anywhere in your HTML — a sidebar, a page section, a WordPress widget block.
- 2Visitors fill in ZIP, make, price, and distance right on your page.
- 3Clicking "Search Cars on AVOZ" opens avozcars.com in a new tab with their filters pre-applied.
- 4No API key, no backend, no maintenance required on your end.
Download widget
Download the standalone HTML file to self-host the widget on your own server.