Convert web pages to Markdown
web-fetchskillsetup L1★527
sapegin/dotfiles ↗What it does
Fetch and parse HTML/JSON from URLs with CSS selector or JSONPath extraction
Best for
Quick one-off data extraction from public web pages when scripting is faster than API.
Inputs
- · URL
- · CSS selector or JSONPath
Outputs
- · extracted content (HTML or JSON)
Requires
- · curl or fetch library
Preconditions
Network access, valid URL
Failure modes
- · Selector matches nothing
- · 404 URL or auth required
Trust signals
- · Explicit selector/path support