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 + images.
  2. You get products-woo.csv and images.zip.
  3. In your destination admin, go to Products → Import and select products-woo.csv.
  4. Unzip images.zip and upload via Media Library.

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.