E-commerce data
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.
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.
# 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 '{ ... }'
| Field | Name | What it does |
|---|---|---|
storesrequired | WooCommerce stores | Store 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. |
maxProductsScanned | Max products scanned per store | Cost 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. |
sampleSize | Newest product names in the report | How many product names to include as a sample, 0 to leave them out. |
| Field | Type |
|---|---|
store | string, null |
isWooCommerce | boolean, null |
productCount | integer, null |
productsScanned | integer, null |
currency | string, null |
priceMin | number, null |
priceMax | number, null |
priceAverage | number, null |
priceMedian | number, null |
inStockShare | number, null |
onSaleShare | number, null |
averageDiscountPercent | number, null |
variableProductShare | number, null |
averageRating | number, null |
reviewCount | integer, null |
ratedProductShare | number, null |
topCategories | array, null |
topBrands | array, null |
productSample | array, null |
signals | array, null |
signalCount | integer, null |
robotsRule | string, null |
status | string, null |
input | string, null |
errorCode | string, null |
error | string, null |