Docs navigationtap to open
Docs

Push to a WooCommerce destination

Three ways to land your scraped products in a destination WooCommerce store:

Option A — CSV import (no setup)

  1. From the job page, click Download Woo CSV.
  2. In your destination admin, go to Products → Import and select products-woo.csv.
  3. 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)

  1. In your destination admin, go to WooCommerce → Settings → Advanced → REST API → Add key.
  2. Set permissions to Read/Write and copy the consumer key/secret.
  3. In wooscraper.com, go to Destinations and add a new Woo destination with those keys.
  4. 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.