Communityv1.0.0

Web Scraping

Extract structured information from websites using web_fetch for simple pages and browser automation for dynamic sites, login-gated flows, pagination, infini...

8.5kdownloads6stars41active installszhangqixin9527
View on ClawHubBack to Skills

Skill Details

Slug
web-scraping
Latest Version
1.0.0
Author
zhangqixin9527
Published
Mar 18, 2026
Updated
Mar 18, 2026
Total Versions
1

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Web Scraping.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.0.0

- Initial release of the web-scraping skill. - Supports data extraction from both static and dynamic websites. - Automatically chooses between direct HTML fetching and browser automation based on site complexity and interaction needs. - Handles dynamic content, authentication, infinite scroll, pagination, and search/filter flows. - Outputs structured data in concise bullet lists, JSON, or CSV formats. - Includes reliability rules for deduplication, error handling, and workspace file management.