scrape-smith

scrape-smith is a small collection of no-dependency Python utilities for scraping workflows.

The package provides a scrape command with tools for table extraction, list extraction, body content JSONL conversion, combined three-in-one extraction, and polite file downloads.

scrape tables page.html
scrape tables https://example.com/page.html -o result.csv
scrape tables page.html --format json -o tables.json
scrape lists page.html
scrape content page.html
scrape three page.html
scrape download urls.txt

The Python API exposes the same behavior for scripts and automation.

Getting Started

Tools

Python API

Development