scrape_web_page
Extract content from any public web page: returns title, visible text, and outgoing links, or use a CSS selector to get specific element text.
Instructions
Fetch a public web page and extract its content. Without selector, returns the page title, visible text (script/style stripped), and outgoing links. With selector, returns the text of every element matching that CSS selector instead. Blocks requests to private, loopback, link-local, and other non-public addresses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| selector | No | ||
| max_links | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||