Install
openclaw skills install ai-data-scraperAutomates web and API data extraction with cleaning, formatting, scheduling, proxy support, retries, deduplication, and real-time monitoring.
openclaw skills install ai-data-scraper自动化数据抓取和清洗服务。
# 抓取网页数据
openclaw run scraper --url "https://example.com" --format "json"
# 抓取 API
openclaw run scraper --api "https://api.example.com/data" --output "data.json"
# 定时抓取
openclaw run scraper --cron "0 */6 * * *" --target "stocks"
OpenClaw AI Agent License: MIT Version: 1.0.0