Install
openclaw skills install xpr-web-scrapingWeb scraping tools for fetching and extracting data from web pages
openclaw skills install xpr-web-scrapingYou have web scraping tools for fetching and extracting data from web pages:
Single page:
scrape_url — fetch a URL and get cleaned text content + metadata (title, description, link count)
Link discovery:
extract_links — fetch a page and extract all links with text and type (internal/external)
pattern parameter to filter by regex (e.g. "\\.pdf$" for PDF links)Multi-page research:
scrape_multiple — fetch up to 10 URLs in parallel for comparison/research
Best practices:
store_deliverable to save scraped content as job evidence