WordPress Scraper
Pricing
$30.00/month + usage
resourceEnumOptional
"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": stringformatEnumOptional
💡 Output format for Descriptions. (default: Markdown)
"md": string"text": string"html": stringsortEnumOptional
Sort results by attribute
"date": string"modified": string"id": string"include": string"title": string"slug": string"price": string"popularity": string"rating": string"menu_order": string"comment_count": stringtax_classEnumOptional
Limit result set to products with a specific tax class.
"standard": string"reduced-rate": string"zero-rate": stringproduct_typeEnumOptional
Products assigned a specific type
"simple": string"grouped": string"external": string"variable": string"wbs_bundle": string"variation": stringstatusEnumOptional
"future": string"trash": string"draft": string"pending": string"private": string"publish": stringstockEnumOptional
"instock": string"outofstock": string"onbackorder": stringdev_proxy_configobjectOptional
💡 Supported protocol:
HTTP(S), SOCKS5{http|socks5}://{user:pass}@{hostname|ip-address}:port
Example: socks5://example.com:9000
dev_transform_fieldsarrayOptional
💡 Transform the resulting output. Select only needed fields.
For nested object use DOT. For example:
address.streetAddress
images.0.url
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}