Woopify.app
Free 25-product preview • No install

How to Scrape WooCommerce Products

Step-by-step guide: the 1-click no-plugin method, plus the manual Store API method for developers.

To scrape WooCommerce products without a plugin, paste the store URL into Woopify, verify the free 25-product preview (names, regular and sale prices, stock, categories, galleries), then export up to 2,000 products as native CSV for $19 one-time and import via Products > Import. Developers can query the public Store API directly and map the response themselves. Only public catalogs you own or are authorized to use.

Method 1: 1-click, no plugin (recommended)

Step 1 — Paste the WooCommerce URL. Nothing is installed on WordPress.

Step 2 — Check 25 products free: sale vs regular prices, stock, categories, galleries.

Step 3 — Pay $19 once, download the native CSV, import via Products > Import.

Method 2: manual Store API (developers)

Query the public Store API products endpoint page by page (100 per page), convert cent-prices to decimals, rebuild variable products from attributes, and map everything to the native importer columns.

Plan for edge cases: out-of-stock flags, missing SKUs, gallery ordering and sale schedules.

Common issues

Prices look wrong: the Store API returns cents — divide by 100 or you will import $19.90 as $1990.

Variables become duplicates: without the variable/simple typing, WooCommerce imports each variation as a separate product.

Blocked store: logins and bot walls stop every tool. A clear protected-store message beats silent partial data.

1-click tool vs manual method

WoopifyManual script
Time to first CSV~5 minutesHours to days
Variable productsDetectedYou code it
Cents conversionAutomaticEasy to get wrong
Free trial25 productsYour own time
Price$19 one-timeFree but costly in time

Every exported product includes

TitlePriceCompare-at priceSKUVariantsImage URLsInventoryDescriptionHandleTags

FAQ

How to export WooCommerce products to CSV without a plugin?

Paste the URL into a web scraper, preview 25 products free, export the native CSV for $19 and import via Products > Import.

How do variable products export?

Flagged as variable with attributes, so WooCommerce rebuilds variations instead of duplicates.

Why are my prices 100x too high after import?

The Store API returns cents. Woopify converts automatically; manual scripts often forget the division.

Can I scrape a whole WooCommerce catalog?

Yes, up to 2,000 products per export on public catalogs.

Do I need API keys?

No. The public Store API needs no keys; Woopify only reads what the store already exposes.

Start with 25 free products

No card. Full catalog CSV for a one-time $19.