Web Scraper
Extract text content and links from any web page. Uses nativefetch and lightweight HTML stripping — no browser or heavy dependencies needed.
Quick Start
Config
Max characters of extracted text to return.
Custom User-Agent header for requests.
Request timeout in milliseconds.
Tools
| Tool | Description |
|---|---|
scrape_url | Fetch a URL and extract text content. Scripts, styles, nav, and footer are stripped. |
scrape_links | Extract all links from a page. Returns link text and absolute URLs. |