Launching today
E-commerce Product Normalizer API
AI API that turns messy product text into structured JSON
1 follower
AI API that turns messy product text into structured JSON
1 follower
Stop fighting with Regular Expressions and broken parsers. Send unstructured, messy product descriptions or scraped supplier data in any language, and this AI-powered API will instantly return clean, Shopify-ready JSON attributes (Brand, Category, Size, Color in English, Material, etc.). Built for dropshippers, PIM systems, and automation workflows.



Hey Product Hunt! ๐ I'm super excited to share my latest micro-SaaS with you all.
If youโve ever built an automated importer for e-commerce, a dropshipping tool, or a web scraper, you know the pain. Suppliers send over product data in a completely chaotic format:
"Zapatillas running hombre Nike talla 42 red synth"
Normally, youโd have to write endless Regex rules to extract the size, map 50 colors to standard English, and categorize the brand. One typo, and the code breaks.
I got tired of fixing parsers, so I built the E-commerce Product Normalizer API.
It uses GPT-4o-mini with strict JSON schemas to read the messy input, translate everything to standard English, and map it perfectly to the attributes your database needs.
Example Output:
๐ Brand: Nike
๐ Category: Sneakers
๐ Size: 42
๐ Color: Red
๐ Gender: Men
You can plug it directly into your Node.js/Python scripts, or use it via Zapier/Make.com using their HTTP request modules.
Thereโs a generous free tier available on RapidAPI so you can test it immediately.
I'd love to hear your feedback or any specific attributes you'd like me to add in the next version! ๐
"Test it out for free here: [Link to RapidAPI]"