Push to a WooCommerce destination
Three ways to land your scraped products in a destination WooCommerce store:
Option A — CSV import (no setup)
- From the job page, click
Download Woo CSV. - In your destination admin, go to Products → Import and select
products-woo.csv. - Tick "Process images" when prompted. WooCommerce will fetch each image from our CDN and attach it to the right product — no manual upload.
That's it. You do not need the images ZIP for normal migration. Image URLs are baked into the CSV's Images column and point at our Vercel Blob CDN; WooCommerce's importer downloads and sideloads them at import time. The optional images.zip under Advanced exports is only for local backup or air-gapped imports.
Option B — Direct REST API push (one-time setup)
- In your destination admin, go to WooCommerce → Settings → Advanced → REST API → Add key.
- Set permissions to Read/Write and copy the consumer key/secret.
- In wooscraper.com, go to Destinations and add a new Woo destination with those keys.
- From any job, click
Push to my store.
Option C — Companion plugin (recommended)
The WooScraper Companion plugin lives on your destination and pulls jobs directly — no CSV export, no REST API keys, full image upload via WordPress's own media library. The cleanest path.