Add social proof to your product pages. Show shoppers how many people are viewing and purchasing your products in real-time.
Show "X people viewing now" and "Y purchases today" on your product pages
Get insights into which products are trending and driving conversions
Your social proof shows in our Chrome extension to millions of shoppers
<script>
(function(w, d, s, src, name) {
if (w[name]) { return; }
var ci = w[name] = function() {
ci.q.push(arguments);
};
ci.q = [];
var el = d.createElement(s);
el.async = true;
el.src = src;
var firstScript = d.getElementsByTagName(s)[0];
firstScript.parentNode.insertBefore(el, firstScript);
})(window, document, 'script', 'https://cdn.commerceindex.com/ci.js', 'ci');
// Initialize CI with your assigned brand ID
ci('init', {
brandId: 'YOUR_BRAND_ID'
});
</script>Note: We'll provide your YOUR_BRAND_ID and the exact script URL during onboarding.
POST /api/ci/search-enrich
Content-Type: application/json
{
"query": "dyson v15 vacuum cleaner",
"results": [
{
"title": "Dyson V15 Detect Cordless Vacuum",
"url": "https://www.bestbuy.com/dyson-v15",
"price": 699.99,
"currency": "USD",
"domain": "bestbuy.com"
}
],
"user_context": { "country": "US", "locale": "en-US" }
}POST /api/ci/product-enrich
Content-Type: application/json
{
"context": {
"domain": "amazon.com",
"url": "https://www.amazon.com/dp/B08...",
"country": "US"
},
"product": {
"title": "Dyson V15 Detect Vacuum",
"brand": "Dyson",
"price": 699.99,
"currency": "USD"
}
}GET /api/ci/product-proof?brand_id=xyz&product_id=abc123
Response:
{
"brand_id": "xyz",
"product_id": "abc123",
"views_last_60_min": 37,
"purchases_last_24h": 12,
"generated_at": "2025-12-22T15:30:00Z"
}Contact us to get your Brand ID and API key to start collecting social proof data.