I have to move roughly 4,000-5,000 products from a vendor’s public Squarespace store into my WooCommerce catalog, yet I do not have admin access on their side. Everything must be captured directly from the live pages and prepared for a smooth import into WordPress. Scope of data I need the full set of product names, prices, detailed descriptions, categories, tags, and all associated images (including any useful meta such as alt text if it is exposed). Once scraped, the products must be rebuilt inside WooCommerce, keeping the exact same category structure the Squarespace site already uses so existing navigation and filters translate cleanly. Workflow 1. Crawl or script-scrape the Squarespace front end, downloading imagery at a quality suitable for web shops. 2. Compile the information into a Woo-compatible CSV or XML, mapping each field correctly (SKU, title, price, description, category, tag, image gallery, etc.). 3. Deliver the import file plus the organised image set, or optionally handle the direct import via the WooCommerce product importer if you prefer. Acceptance • All listed Squarespace products appear in WooCommerce with identical titles, prices, and descriptions. • Categories mirror the originals one-for-one. • Every product shows its full image gallery, and each image loads correctly from the WordPress media library. • No orphan records, duplicate products, or broken links. Let me know which scraping stack you’d use (Python + BeautifulSoup, Scrapy, or a headless browser such as Puppeteer) and how long the full migration will take.