Hami Kainyفارسی
Work

proc123

Scan any shop's category page, get a CSV that imports cleanly elsewhere.

Back to all projects

What 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.

  1. Store categoryPublic product page
  2. Browser extensionInteractive capture
  3. CLIRepeatable capture
  4. Four-layer extractorGraceful fallback
  5. Product modelNormalised catalogue
  6. Export targetsCSV, WooCommerce, Shopify, JSON