Web Scraping

Extract structured data from websites - scrape tables, lists, product info, text content

chainlesschain dac944d 2 files · 7.4 KB Updated

File contents

Web Scraping Skill

Extract structured data from websites using the browser engine.

Usage

/web-scraping <type> [url] [options]

Extraction Types

Type Description Example
tables Extract HTML tables as structured data /web-scraping tables https://example.com
links Extract all links with text and href /web-scraping links
text Extract main text content /web-scraping text https://example.com
images Extract image URLs and alt text /web-scraping images
custom Extract using CSS selector /web-scraping custom ".product-card" https://example.com
batch Scrape multiple URLs /web-scraping batch urls.txt

Output Formats

Results are returned as structured JSON. Use with workflow-automation for pipelines.

chainlesschain/chainlesschain/tree/main/desktop-app-vue/src/main/ai-engine/cowork/skills/builtin/web-scraping commit dac944d4fd

Frequently asked questions

npx skillmds@latest add chainlesschain/web-scraping