proc123
Scan any shop's category page, get a CSV that imports cleanly elsewhere.
Back to all projectsWhat it does
A four-layer extraction pipeline that normalises arbitrary storefronts into one canonical product model, exporting to WooCommerce, Shopify, or JSON. Ships as both a browser extension and a CLI.
Technical approach
Built under a hard constraint: no CAPTCHA solving, no fingerprint spoofing. That ruled out the easy path and forced the extraction layers to degrade gracefully instead of fighting the site.
System architecture
A browser extension or CLI feeds a four-layer extractor, which normalises storefront data before producing import-ready formats.