Developer API
The WooCommerce Scraper API
Extract products, prices, images, variations and reviews from any WooCommerce store, straight from your code. We are the only WooCommerce scraper offering both a full web app and a production-grade API, so you can prototype in the browser and scale through the API on the same engine.
REST + async jobs
Single-page calls for quick lookups, background jobs for full-store exports.
Resilient extraction
Falls back across Store API, rest_route and sitemap when a store disables endpoints.
Test & live keys
Free sandbox keys to build against, live keys for production with quotas and rate limits.
Quickstart: list the first page of products from any store
curl "https://woocommerce-scraper.com/api/v1/products?store=https://example.com&per_page=100" \
-H "Authorization: Bearer wcs_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"