Claude
Skills
Sign in
Back

web-scraping

Included with Lifetime
$97 forever

Extract structured data from web pages using CSS selectors and XPath

Web Dev

What this skill does


# 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
```
Files: 1
Size: 0.7 KB
Complexity: 3/100
Category: Web Dev

Related in Web Dev