fetch_public_page
Fetch any public web page without an API key. Optionally extract clean readable text by stripping HTML.
Instructions
Fetch a public web page (no API key). Good for GitHub Pages sites.
Args:
page_url: Full URL, e.g. https://nusawave-labs.github.io/
extract_text: If true, strip HTML to readable text (default true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_url | Yes | ||
| extract_text | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |