WooCommerce Scraper avatar

WooCommerce Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
WooCommerce Scraper

WooCommerce Scraper

Scrape products, categories, tags, attributes, and reviews from any WooCommerce store.

Pricing

from $1.00 / 1,000 results

Rating

5.0

(14)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

15

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Extract products, categories, tags, attributes, and reviews from any WooCommerce-powered online store. Get structured product data including prices, images, stock status, ratings, and more.

What can this scraper do?

  • Scrape product data from any WooCommerce store — names, prices, descriptions, images, SKUs, stock status, ratings, and reviews
  • Extract categories, tags, and attributes to map the store's product catalog structure
  • Collect customer reviews with ratings, reviewer names, and verification status
  • Handle multiple stores in a single run — scrape products from several WooCommerce stores at once
  • Search and filter products by keyword and sort by date, price, popularity, rating, or title
  • Automatic fallback — uses the WooCommerce Store API when available, with HTML scraping as a backup for maximum compatibility

Input

FieldTypeRequiredDefaultDescription
storeUrlsArray of stringsYesWooCommerce store URLs to scrape (e.g., https://example.com)
maxProductsPerStoreIntegerNo100Maximum products to extract per store. Set to 0 for unlimited (up to 10,000)
resourcesArrayNo["products"]What to scrape: products, categories, tags, attributes, reviews
searchQueryStringNoFilter products by keyword
sortByStringNoDefaultSort products: date, price, popularity, rating, title
proxyConfigurationObjectNoProxy settings (usually not needed)

Example input

{
"storeUrls": ["https://example-store.com"],
"maxProductsPerStore": 50,
"resources": ["products", "categories", "reviews"],
"searchQuery": "organic"
}

Output

Products

FieldTypeDescription
idIntegerProduct ID
nameStringProduct name
slugStringURL-friendly slug
typeStringProduct type: simple, variable, grouped, or external
urlStringFull product page URL
skuStringStock Keeping Unit
descriptionStringFull product description (plain text)
shortDescriptionStringShort product description
priceStringCurrent price
regularPriceStringRegular price (before any discount)
salePriceStringSale price (empty if not on sale)
currencyStringISO 4217 currency code (e.g., USD, EUR, GBP)
currencySymbolStringCurrency symbol (e.g., $, , £)
onSaleBooleanWhether the product is currently on sale
priceHtmlStringFormatted price with currency
averageRatingStringAverage customer rating (0-5)
reviewCountIntegerNumber of customer reviews
imagesArrayProduct images with src and alt fields
mainImageUrlStringURL of the main product image
categoriesArrayProduct categories with id, name, slug
tagsArrayProduct tags with id, name, slug
attributesArrayProduct attributes (e.g., Size, Color) with terms
variationCountIntegerNumber of product variations
inStockBooleanWhether the product is in stock
isPurchasableBooleanWhether the product can be purchased
storeUrlStringThe store URL that was scraped
scrapedAtStringISO 8601 timestamp of when data was collected

Categories

FieldTypeDescription
idIntegerCategory ID
nameStringCategory name
slugStringURL-friendly slug
parentIntegerParent category ID (0 if top-level)
countIntegerNumber of products in this category
descriptionStringCategory description
imageStringCategory image URL

Tags

FieldTypeDescription
idIntegerTag ID
nameStringTag name
slugStringURL-friendly slug
countIntegerNumber of products with this tag

Attributes

FieldTypeDescription
idIntegerAttribute ID
nameStringAttribute name (e.g., Color, Size)
slugStringURL-friendly slug
typeStringAttribute type
termsArrayAvailable terms/values for this attribute

Reviews

FieldTypeDescription
idIntegerReview ID
productIdIntegerID of the reviewed product
productNameStringName of the reviewed product
reviewerStringReviewer name
ratingIntegerStar rating (1-5)
reviewStringReview text (plain text)
dateCreatedStringReview date
verifiedBooleanWhether the reviewer is a verified buyer

Sample product output

{
"resourceType": "product",
"id": 63344,
"name": "Beef Fajita Meat – 2LB",
"slug": "beef-fajita-meat-2lb",
"type": "simple",
"url": "https://porterandyork.com/product/beef-fajita-meat-2lb/",
"sku": "PY0775",
"description": "Elevate your next meal with our premium Beef Fajita Meat...",
"shortDescription": "",
"price": "15",
"regularPrice": "15",
"salePrice": "",
"currency": "USD",
"currencySymbol": "$",
"onSale": false,
"priceHtml": "$15",
"averageRating": "0",
"reviewCount": 0,
"images": [
{
"src": "https://porterandyork.com/wp-content/uploads/Beef-Fajita-Meat-scaled.jpg",
"alt": "Beef Fajita Meat"
}
],
"mainImageUrl": "https://porterandyork.com/wp-content/uploads/Beef-Fajita-Meat-scaled.jpg",
"categories": [
{ "id": 591, "name": "Poultry", "slug": "poultry" },
{ "id": 17, "name": "Chicken", "slug": "buy-chicken-online" }
],
"tags": [],
"attributes": [],
"variationCount": 0,
"inStock": true,
"isPurchasable": true,
"storeUrl": "https://porterandyork.com",
"scrapedAt": "2026-04-06T16:49:59.137187+00:00"
}

Supported stores

This scraper works with any online store powered by WooCommerce, including stores using:

  • Default WooCommerce themes (Storefront, etc.)
  • Custom themes built on WooCommerce
  • Page builders (Elementor, Divi, etc.) with WooCommerce integration
  • WooCommerce with multi-currency plugins

Tips for best results

  • Start small: Set maxProductsPerStore to 10-20 for your first run to test compatibility with the target store
  • Use the Store API path: Most WooCommerce stores have the public Store API enabled by default. The scraper automatically detects and uses it — no configuration needed
  • Proxy is optional: The API path usually works without proxies. Only enable a proxy if the store blocks direct requests
  • Multiple resource types: Scrape products, categories, tags, and attributes in a single run to build a complete catalog picture
  • Search feature: Use searchQuery to find specific products instead of scraping the entire catalog

Limitations

  • Reviews: Some stores restrict the WordPress comments API (used for reviews). If reviews return empty, the store has this endpoint locked down
  • HTML fallback: When the Store API is unavailable, the HTML scraper provides fewer data fields. Some fields like sku and detailed attributes may be limited
  • Private stores: Stores behind login walls or password protection cannot be scraped
  • Custom endpoints: Stores with heavily customized REST API routes may need manual URL adjustment

FAQ

Does this scraper work with all WooCommerce stores? Yes, it works with any publicly accessible WooCommerce store. It automatically detects the best scraping method (API or HTML) for each store.

Do I need a proxy? Usually no. The WooCommerce Store API is a public endpoint designed for storefront use, so most stores allow direct access. Enable a proxy only if you experience blocking.

How many products can I scrape? Set maxProductsPerStore to 0 to scrape up to 10,000 products per store. For larger catalogs, consider running multiple times with different search queries.

Can I scrape product variations? The scraper reports the number of variations (variationCount) and the available attributes. Individual variation details (specific prices, SKUs per variant) are included in the attributes field.

What currencies are supported? All currencies supported by WooCommerce are handled automatically. The currency field contains the ISO 4217 code (e.g., USD, EUR, GBP, AED) and currencySymbol contains the display symbol.

How do I scrape only specific categories? Use the searchQuery field to filter products by keyword. For category-specific scraping, you can combine search terms that match the category names.

What happens if a store URL is invalid? Invalid URLs are handled gracefully — the scraper logs a warning and continues to the next store. It will not crash or fail the entire run.

Can I export the data? Yes, results can be exported as JSON, CSV, Excel, or XML directly from the Apify platform.

How often is the data updated? Each run extracts fresh data. You can schedule recurring runs on Apify to keep your data current.

Is there a limit on the number of stores per run? There is no hard limit. You can scrape multiple stores in a single run by adding them to the storeUrls array.