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