Scrape any WooCommerce catalog via the public Store API. Full variant prices, reviews text, related products, discount %, product intelligence score. Export to Shopify CSV (migration) or Google Merchant feed. $0.0009 per product ($0.90 per 1,000).
All notable changes to this Actor will be documented here.
[1.2] — 2026-06-02
Changed
Pricing updated to $0.0009 per product ($0.90 per 1,000). Title and
description now reflect the current price.
[1.2] — 2026-05-22
Added — 7 new intelligence features
New computed fields (always on):
🏷️ brand — extracted from product attributes (brand, marca, manufacturer, vendor, make, designer) or meta_data keys. Used as Shopify Vendor and Google Merchant brand automatically.
🆕 isNewArrival — true if added in last 30 days (uses date_created)
📅 dateCreated — exposed for filtering / sorting
🔝 popularityRank — within-store ranking by review count (1 = most reviewed). Useful for spotting bestsellers without a bestsellers.json endpoint.
New optional fields:
💱 priceUsd / priceEur / etc — live FX-converted price via convertToCurrency parameter. Free FX rates from open.er-api.com, cached per run.
🚀 Two new export formats:
custom-csv — define exactly which columns you want via customColumns parameter. Example: customColumns: "productId,title,brand,price,priceUsd,inStock". Output is a clean dict with only those keys.
catalog-snapshot — aggregate intelligence mode. Returns ONE record per store instead of per product, summarizing the entire catalog:
product_count, currency
price_min, price_max, price_median, aov_estimate
products_on_sale_pct, avg_discount_pct
in_stock_pct
new_arrivals_30d, new_arrivals_pct
brands_count + top_brands[] (top 10 by product count)