Install
openclaw skills install rupert-web-scraperExtract and export structured web data like text, tables, and images in JSON, CSV, Markdown, or SQL formats while respecting ethical and legal scraping pract...
openclaw skills install rupert-web-scraperExtract data from websites efficiently and ethically.
scrape [URL] for [data]extract [element] from [URL]get table from [URL]crawl [website] depth [n]export [URL] to [format]Input: "scrape example.com for product names and prices" Output:
{
"products": [
{"name": "Product A", "price": "$19.99"},
{"name": "Product B", "price": "$29.99"}
]
}