Shopify export here, a supplier CSV there, a marketplace scrape somewhere else — three different ideas of what "size" or "material" means, half the products missing attributes entirely. One API call turns that mess into clean, normalized attributes and taxonomy mappings, ready for marketplace listing, PIM/ERP sync, or an agentic-commerce feed.
POST /v1/normalize
{
"products": [{
"title": "...",
"description": "...",
"raw_attributes": { "...": "..." }
}],
"target_taxonomy": "google-product-taxonomy"
}
{
"products": [{
"title": "...",
"category": "Apparel & Accessories >
Clothing > Shirts",
"attributes": {
"color": "navy",
"material": "cotton",
"size": "M"
},
"confidence": 0.94
}]
}
Category classifiers (ProductCategorization.com, ProductClassifier.com) will tell you what a product is. They don't touch the messier problem: extracting and standardizing the attributes — color, size, material, unit values — across sources that each spell them differently, or leave them out. The one vendor that does the broader job, DataWeave, is enterprise sales-led — book a demo, no self-serve, no public price. We built the self-serve version of that.
Free tier is sized to prove the output on a real slice of your catalog, not a toy sample. No credit card required to start.
A merchant needs to normalize a real catalog slice — hundreds of SKUs — to trust the output at all; a token free tier wouldn't prove anything.
For one-off cleanups or spiky feed-refresh jobs.
Undercuts ProductCategorization.com's cheapest plan ($99/mo, 10,000 credits, ~$0.0099/ classification) while doing strictly more — attributes, not just category.
Clean, normalized product attributes and taxonomy mappings from messy multi-source catalogs — titles, descriptions, images in; consistent attributes, units, and category mappings out. This page names real alternatives and their real limitations — a comparison that hides the free option isn't worth reading.
| Alternative | Why you might still need Catalog Attribute Normalizer |
|---|---|
| ProductCategorization.com | Category/taxonomy classification only — no general attribute extraction, unit normalization, or dedup; confirmed live 2026-07-16. |
| ProductClassifier.com | Same categorization-only scope as ProductCategorization.com. |
| DataWeave | Does the broader attribute-normalization task, but enterprise sales-led only — demo request, no public pricing, no self-serve signup. |
| Manual cleanup (consultancies) | Accenture/TCS/IBM Consulting-style manual catalog cleanup — slow, expensive, not an API. |
Free tier: 500 products/month, no card required. Join the waitlist and we'll reach out when access opens up.
We'll only use this to email you about early access. No spam.