Add instant antique appraisal to your website. Your visitors upload a photo, get an AI-powered valuation backed by 5M+ auction records. Free to embed, no setup required.
Copy and paste this code into your website's HTML:
<iframe src="https://appraizely.com/widget/valuation?key=APZL-WIDGET-2026" id="apzl-widget" width="350" height="520" style="border: 1px solid #E0E0E0; border-radius: 10px;" title="Antique Valuation Widget"></iframe> <p style="font-size:11px;color:#888;text-align:center;margin-top:4px;"> Powered by <a href="https://appraizely.com" target="_blank">Appraizely</a> </p>
Add this script so the widget automatically expands when showing the full appraisal report:
<script>
window.addEventListener('message', function(e) {
if (e.data && e.data.apzlHeight) {
var f = document.getElementById('apzl-widget');
if (f) f.style.height = (e.data.apzlHeight + 20) + 'px';
}
});
</script>
Add id="apzl-widget" to your iframe element for this to work.
| Attribute | Default | Description |
|---|---|---|
width |
350 | Widget width in pixels (min: 280, max: 500) |
height |
520 | Widget height in pixels (min: 450, max: 700) |
style |
border-radius: 10px | Custom CSS styling for the iframe |
Yes, the widget is free for appraisers and dealers to embed. Visitors get full AI appraisal reports at no cost — no signup required, no paywall. Contact us to get your embed code.
Visitors upload a photo of their antique. Our AI analyzes it, searches 5M+ verified auction records from Sotheby's, Christie's, and 500+ auction houses, and generates an instant valuation with comparable sales.
You can adjust the width, height, and border styling via the iframe attributes. The widget automatically adapts to the container size.
No. The widget loads in an iframe and doesn't affect your page's performance. All processing happens on Appraizely's servers.