WooCommerce Product Scraper
Pricing
$1.00 / 1,000 product records
WooCommerce Product Scraper
Scrape any WooCommerce store's full product catalog (prices, stock, categories, images) via the public Store API. No login, no proxies.
Pricing
$1.00 / 1,000 product records
Rating
0.0
(0)
Developer
Pepe Schuster
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Scrape any WooCommerce store's full product catalog (prices, stock, categories, images) via the public Store API. No login, no proxies.
This Actor reads each store's public product feed — no login, no API key, and no proxies — and returns clean, structured data you can download as JSON, CSV, or Excel, or pull straight from the Apify API. It works on the vast majority of stores on the platform.
Features
- 🏬 Any store, many at once — pass one or a list of store URLs and scrape them all in a single run.
- 🎯 Clean structured output — every result is a flat record (
shop,title,url,minPrice,maxPrice,onSale,available). - ⚡ Fast & reliable — uses the storefront's own public feed, so it's cheap to run and doesn't break on layout changes.
- 🔌 Integrates everywhere — JSON/CSV/Excel, plus the API, webhooks, Zapier, Make, Google Sheets, and 5,000+ integrations.
Who it's for
DTC & dropshipping researchers, competitor-price and MAP-monitoring tools, brand and assortment analysts, and deal/affiliate publishers.
Common use cases
- Track a set of competitor stores' catalogs, prices, and stock
- Feed a repricing engine or a deal/affiliate site
- Spot new launches, sell-outs, and markdowns early
Input
| Field | Type | Description |
|---|---|---|
shopUrls | array | One or more WooCommerce store domains/URLs (e.g. 'woocommerce.com'). Reads each store's public Store API (/wp-json/wc/store/v1/products) — no login needed. Required. |
maxProductsPerShop | integer | Cap products scanned per store. 0 = full catalog. |
Example input
{"shopUrls": ["https://woocommerce.com"],"maxProductsPerShop": 0}
Output
One record per product. Example output:
{"shop": "store.example.com","title": "Example Product","url": "https://store.example.com/products/item","minPrice": 29.99,"maxPrice": 29.99,"onSale": true,"available": true}
Fields: shop, title, url, minPrice, maxPrice, onSale, available. Download as JSON, CSV, XML, or Excel — or fetch from the dataset API.
Pricing
Pay-per-result — you're billed only for the records you actually get, with no monthly fee and no charge for empty runs. Far cheaper than a monitoring SaaS subscription.
FAQ
Do I need a login or API key? No — it reads the store's public product feed. Which stores work? Any store that exposes the standard public product endpoint (the vast majority). How fresh is the data? It's fetched live on every run. What formats can I export? JSON, CSV, Excel, XML, or via the API.
Notes
Please scrape responsibly and within each store's terms of service.