Back to Widgets

Product Cards

Rich product cards with images and pricing

Average CTR
4-7%
Integration
JavaScript SDK
Platforms
3 types

Best For:

E-commerceMarketplacesShopping Apps

Live Demo

🎬

Interactive demo for Product Cards

View Full Demo

Integration Code

<!-- ZeroClick-AI Product Cards Widget -->
<script src="https://cdn.zeroclick-ai.com/widget.js"></script>
<script>
  ZeroClickAI.init({
    apiKey: 'YOUR_API_KEY',
    widgetType: 'product-card',
    container: '#zc-products',
    options: {
      layout: 'grid',
      columns: 3,
      showPrices: true,
      showRatings: true,
      categories: ['electronics', 'gadgets']
    }
  });
</script>
<div id="zc-products"></div>

📝 Integration Steps:

  1. Replace YOUR_API_KEY with your actual API key
  2. Add the code snippet to your website's HTML
  3. Customize the options to match your needs
  4. Test the widget on your staging environment
  5. Deploy to production and start earning!

Need Help?

Check out our comprehensive documentation for detailed integration guides, API reference, and troubleshooting tips.