WooCommerce Scraper avatar
WooCommerce Scraper

Pricing

Pay per usage

Go to Store
WooCommerce Scraper

WooCommerce Scraper

Developed by

cat

cat

Maintained by Community

💫 Scrape WooCommerce websites

4.1 (3)

Pricing

Pay per usage

20

Total users

2K

Monthly users

66

Runs succeeded

63%

Issues response

0.56 hours

Last modified

21 hours ago

❓ URL

urlarrayOptional

💡 Where do you want to Shop ?

♾️ Limit

limitintegerOptional

Number of results (per-query)

📁 Resource

resourceEnumOptional

Value options:

"products": string"categories": string"brands": string"tags": string"attributes": string"reviews": string"pages": string"posts": string"comments": string"post-categories": string"post-tags": string"users": string

Sorting

filters.sortEnumOptional

Sort results by attribute

Value options:

"date": string"modified": string"id": string"include": string"title": string"slug": string"price": string"popularity": string"rating": string"menu_order": string"comment_count": string

filters.orderEnumOptional

Order sort direction

Value options:

"asc": string"desc": string

Search

filters.searchstringOptional

💡 Limit results to those matching a string.

SKU

filters.skustringOptional

💡 Limit result set to products with specific SKU(s). Use commas to separate.

Product Ratings

filters.ratingarrayOptional

Price Range

filters.min_priceintegerOptional

Limit result set to products based on a price.

filters.max_priceintegerOptional

Tax Class

filters.tax_classEnumOptional

Limit result set to products with a specific tax class.

Value options:

"standard": string"reduced-rate": string"zero-rate": string

Category

filters.categorystringOptional

Product Category ID(s) separated by comma

Tag

filters.tagstringOptional

Product Tag ID(s) separated by comma

Product Type

filters.product_typeEnumOptional

Products assigned a specific type

Value options:

"simple": string"grouped": string"external": string"variable": string"wbs_bundle": string"variation": string

Product Status

filters.statusEnumOptional

Value options:

"future": string"trash": string"draft": string"pending": string"private": string"publish": string

Stock Status

filters.stockEnumOptional

Value options:

"instock": string"outofstock": string"onbackorder": string

Featured

filters.featuredbooleanOptional

Featured products

On Sale

filters.salebooleanOptional

Products on sale

🌐 PROXY NETWORKING

dev_proxy_configobjectOptional

💡 Supported protocol:

HTTP(S), SOCKS5
{http|socks5}://{user:pass}@{hostname|ip-address}:port

Example: socks5://example.com:9000

📜 HTTP HEADERS

dev_custom_headersarrayOptional

💡 Additional HTTP Headers

🍰 HTTP COOKIES

dev_custom_cookiesarrayOptional

💡 Additional HTTP Cookies

♻️ CUSTOM FIELD

dev_transform_fieldsarrayOptional

💡 Transform the resulting output. Select only needed fields.

For nested object use DOT. For example:

address.streetAddress

For nested array use NUMBER (index of array element starting from index=0). For example:
images.0.url

📁 CUSTOM STORAGE

dev_dataset_namestringOptional

💡 Save results into custom named Dataset, use mask to customize dataset name

{ACTOR} = actor name
{DATE} = date (YYYYMMDD)
{TIME} = time (HHMMSS)


This masks can be used to autogenerate Dataset Name.

example: data-{DATE}
Depending on today date the dataset name will be: data-20230603

default: data-{ACTOR}-{DATE}-{TIME}

Clear Storage

dev_dataset_clearbooleanOptional

Clear Dataset before insert/update.

Disable data cleansing

dev_no_stripbooleanOptional

💡 Keep/Save empty values (NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)