WooCommerce Products Catalog Scraper: prices, stock, categories
Pricing
from $0.55 / 1,000 product listeds
WooCommerce Products Catalog Scraper: prices, stock, categories
Product catalogue of any WooCommerce store from its public Store API, up to 200 stores a run and 5,000 products each: name, URL, SKU, price, sale price, currency, stock and on-sale flags, rating, categories, tags, brands, attributes, images and description. Robots-aware. Pay per product.
Pricing
from $0.55 / 1,000 product listeds
Rating
0.0
(0)
Developer
Steadydata Team
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Product catalogue of any WooCommerce store from its public Store API, up to 200 stores a run and 5,000 products each: name, URL, SKU, price, sale price, currency, stock and on-sale flags, rating, categories, tags, brands, attributes, images and description. Robots-aware. Pay per product.
Why this scraper
- Only delivered results are charged. Inputs that fail come back as clear error records at no cost.
- Straight from the store's own public Store API, 100 products per call, no browser, no key and no start fee. Measured on the platform: 80 products from two stores in 11 seconds for a hundredth of a cent. The store's exact product total comes from the API's own count header.
- One complete row per product: name, URL, SKU, type, price, regular and sale price in the store's currency (minor units correctly converted: 195 with two decimals is 1.95), price range for variable products, on-sale, in-stock and purchasable flags, stock text and low-stock count where shown, average rating and review count, categories, tags, brands, attributes with their values, variation count, image count and URLs, weight, and short and full description as plain text when asked.
- Robots-aware and merchant-only: each store's robots.txt is read first (measured: woocommerce.com itself closes the path and is skipped for free), and no reviewer or customer data is ever delivered.
Who this is for
Paste store domains or any URL on the store in stores (up to 200 per run), set maxProductsPerStore (default 500, ceiling 5,000), switch includeDescription on when you want the text, and onlyInStock on to skip sold-out products without paying for them. Built for price and assortment monitoring of WooCommerce competitors, catalogue exports into feeds and marketplaces, and stock or discount tracking across many stores.
Who this is not for
Only stores with the public Store API are covered (WooCommerce 3.x and newer, not disabled by the merchant); a store on another platform, or one that has closed the API, comes back as a free NOT_WOOCOMMERCE row. Some hosts block datacenter traffic with 403 or 429, which is a free BLOCKED row. Variable products give the parent row with a price range; the individual variations (sizes, colours) are counted, not listed. Stock is the flag and text the store shows, not a quantity unless the store publishes a low-stock number. Prices are in the store's own currency, without conversion.
Input example
{"stores": ["barefootbuttons.com","porterandyork.com"],"maxProductsPerStore": 500,"includeDescription": false,"onlyInStock": false}
Output example
storeproductIdnameslugurlskutypecurrencypriceregularPricesalePricepriceMinpriceMaxonSaleinStockstockTextlowStockRemainingisPurchasableaverageRatingreviewCountcategoriestagsbrandsattributesvariationCountimageCountimageUrlimagesweightshortDescriptiondescriptionstoreProductTotal
Error codes: INVALID_STORE, NOT_WOOCOMMERCE, NO_PRODUCTS, ROBOTS_DISALLOWED, FETCH_FAILED, BLOCKED.
One delivered row looks like this:
{"store": "barefootbuttons.com","productId": "1475","name": "Replacement Set Screw and Allen Wrench Kit","slug": "replacement-set-screw-and-allen-wrench-kit","url": "https://barefootbuttons.com/product/replacement-set-screw-and-allen-wrench-kit/","sku": "18-AC-AS-02","type": "variable","currency": "USD","price": 1.95,"regularPrice": 1.95,"salePrice": null,"priceMin": 1.95,"priceMax": 1.95,"onSale": false,"inStock": true,"stockText": "95 in stock","lowStockRemaining": null,"isPurchasable": true,"averageRating": null,"reviewCount": 0,"categories": ["Accessories"],"tags": [],"brands": [],"attributes": [{"name": "Set Screw Size","hasVariations": true,"values": ["For V1/V2 Mini and V1/V2 Tallboy Mini","For V1/V2 Standard, V1/V2 Standard Skirtless & V1/V2 Tallboy","For Big Bore Standard, Big Bore Standard Skirtless, Big Bore Tallboy & Max Bore"]}],"variationCount": 1,"imageCount": 1,"imageUrl": "https://barefootbuttons.com/wp-content/uploads/2026/06/set-screws-allen-wrench-prodcut.png","images": ["https://barefootbuttons.com/wp-content/uploads/2026/06/set-screws-allen-wrench-prodcut.png"],"weight": null,"shortDescription": null,"description": null,"storeProductTotal": 61,"status": "ok"}
Related actors from steadydata
- woocommerce-store-report: one summary row per store instead of every product
- shopify-products-catalog: the same catalogue for Shopify stores
- google-shopping: what the same products cost at other merchants
Pricing
Pay per event: one product-listed event per delivered result. No charge for inputs
that fail, no separate platform-usage surcharge.
Free Apify plan: this actor delivers up to 25 rows per run for accounts on the Apify free plan, and then stops with a message. That limit is set by us, not by Apify. It exists so the actor keeps paying for itself for the people who do pay. Any paid Apify plan runs it at full size, billed per delivered row, with failed rows never charged.
Reviews: if this actor saves you time, a short review on this page is the one thing that helps most. Ratings are what other buyers look at first, and we have no other way to ask.
FAQ
Is personal data collected? No. Products, prices, stock, categories, brands and the review count and average are delivered; reviewer names, customer data and the merchant's contact details are not read.
Why is price 1.95 when the API says 195?
The Store API writes prices in minor units with a separate decimals field. This actor converts them, so the row carries what the customer pays.
How do I get only discounted products?
Filter on onSale true; regularPrice minus salePrice is the discount. Combine with onlyInStock to see what is both discounted and available.
How does this differ from the WooCommerce store report actor? The report gives one row per store (size, price range, stock share, signals); this actor gives every product. Use the report to pick stores, this one to read them.
What does a run cost when a store fails?
Nothing. NOT_WOOCOMMERCE, NO_PRODUCTS, ROBOTS_DISALLOWED, INVALID_STORE, FETCH_FAILED and BLOCKED rows are free; only delivered products are charged.
What happens when the source changes? Sources change from time to time; that is the nature of this work. The actor is monitored daily and fixed fast, and while it is broken you are not charged, because only delivered results cost anything.