Ecommerce Product Scraper & Migrator
A Python CLI tool that reads product data from exported CSV or JSON files (e.g., from WooCommerce) and transforms it for migration to other platforms. Ideal for developers handling complex product catalogs with variants, images, and custom fields. Features Parse WooCommerce product exports (CSV/JSON) with support for variable products, attributes, and images Map and transform fields to target platform schema via configurable mapping file Generate output CSV/JSON ready for import into Shopify, BigCommerce, or custom systems Handle bulk operations with progress bars and error logging for large datasets Validate data integrity and report missing or malformed fields before migration Usage python wc_migrate....