Loading…
Show customers independent safety information directly on your product page, packaging artwork, or marketing materials. Badges update automatically as new findings are published.
Shows the highest severity finding (or "No concerns found") for a given product. Replace your-product-name with your product name using hyphens instead of spaces.
Preview
HTML embed code
<a href="https://www.productsafer.com/findings?q=your-product-name" target="_blank" rel="noopener">
<img
src="https://www.productsafer.com/api/badge/product/your-product-name"
alt="ProductSafer safety badge"
width="240"
height="28"
/>
</a>Examples
/api/badge/product/pringles-original/api/badge/product/dove-sensitive-skin-soap/api/badge/product/tropicana-orange-juiceLinks to a specific finding by its slug. Use this when you want to highlight one particular safety concern. Replace finding-slug with the slug from the finding URL.
HTML embed code
<a href="https://www.productsafer.com/findings/finding-slug" target="_blank" rel="noopener">
<img
src="https://www.productsafer.com/api/badge/finding-slug"
alt="ProductSafer safety badge"
width="220"
height="28"
/>
</a>A lightweight script (~400 bytes) that injects a styled safety card into any element on your page. No iframe needed — the widget renders inline and respects your site's styling context.
Embed code
<!-- Add a container where you want the widget to appear --> <div id="productsafer-widget" data-product="your-product-name"></div> <!-- Load the widget script once, anywhere on your page --> <script src="https://www.productsafer.com/widget.js" async></script>
The widget reads the data-product attribute and fetches the live safety status from the ProductSafer API. It renders nothing if no findings exist for the product.
For GitHub READMEs, product wikis, or any Markdown document.
[](https://www.productsafer.com/findings?q=your-product-name)
Want to list your product on ProductSafer or partner with us? Learn about partnerships →