E-commerce data

WooCommerce Store Report: catalogue, prices, stock, reviews

One report per WooCommerce store, up to 200 stores per run: the exact product count, price range and average, currency, share in stock, share on sale, categories, brands, average review rating, and ranked signals such as an empty catalogue or heavy discounting. Company data only, no personal data.

$3.50per 1,000 ยท Store reported

One complete store report delivered: exact product count, prices, stock and discount share, categories, brands, reviews and signals. Stores that are not WooCommerce, or that forbid it in robots.txt, are never charged.

run it
# one call, results straight back
curl -X POST "https://api.apify.com/v2/acts/steadydata~woocommerce-store-report/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{ ... }'

Input

FieldNameWhat it does
stores
required
WooCommerce storesStore addresses, one per row, up to 200. A domain such as barefootbuttons.com or any URL on the store; the store's own robots.txt is checked before anything is read.
maxProductsScannedMax products scanned per storeCost and speed lever, 100 products per page. The exact catalogue size comes from the store itself, so the report is honest about how much was scanned.
sampleSizeNewest product names in the reportHow many product names to include as a sample, 0 to leave them out.

What you get back

FieldType
storestring, null
isWooCommerceboolean, null
productCountinteger, null
productsScannedinteger, null
currencystring, null
priceMinnumber, null
priceMaxnumber, null
priceAveragenumber, null
priceMediannumber, null
inStockSharenumber, null
onSaleSharenumber, null
averageDiscountPercentnumber, null
variableProductSharenumber, null
averageRatingnumber, null
reviewCountinteger, null
ratedProductSharenumber, null
topCategoriesarray, null
topBrandsarray, null
productSamplearray, null
signalsarray, null
signalCountinteger, null
robotsRulestring, null
statusstring, null
inputstring, null
errorCodestring, null
errorstring, null