website-scraper
OfficialTurn website pages into clean CSV data
Authorl3mpire
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Manually extracting structured data from websites is slow, error-prone, and hard to scale; this Skill automates locating, cleaning, deduplicating, and exporting web data so you get a ready-to-use CSV without manual copy‑paste work.
Core Features & Use Cases
- Flexible Page Handling: Handles single pages, paginated listings, sitemap crawls, and domain-wide crawls to capture lists of items, articles, products, jobs, or contacts.
- Robust Extraction & Cleaning: Uses HTML analysis or a requests+BeautifulSoup fallback, normalizes URLs/emails, strips HTML, removes duplicates, and performs basic QA on sparsity and encoding.
- Responsible Scraping: Includes robots.txt checks, rate-limit/backoff handling, Cloudflare/CAPTCHA detection guidance, and explicit user confirmation for disallowed paths.
- Use Case: Extract all job postings from a company's careers pages into a CSV with columns job_title, location, apply_url, and published_date.
Quick Start
Scrape the provided URL to extract the specified fields (for example: title, price, email) and save the cleaned results to scraped-data.csv.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: website-scraper Download link: https://github.com/l3mpire/claude-skills/archive/main.zip#website-scraper Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.