web-scraping

SKILL.md

Web Scraping

Extract structured data from web pages.

Capabilities

  • Fetch HTML content from URLs
  • Parse and extract specific elements (tables, lists, text)
  • Handle pagination
  • Output in JSON or CSV format

Supported Selectors

  • CSS selectors: .class, #id, tag
  • XPath expressions
  • Text patterns (regex)

Rate Limiting

Always respect robots.txt and implement delays between requests. Default delay: 1 second between requests.

Example

Scrape product names and prices from example.com/products
Output as JSON with fields: name, price, url
Weekly Installs
10
GitHub Stars
4
First Seen
Jan 24, 2026
Installed on
claude-code8
gemini-cli5
codex5
opencode5
antigravity4
github-copilot4