Back to catalog
Cortexa research tool·code data·url
Get Webpage Text From URL
Render a URL as PDF and extract its text (JavaScript supported).
Livelast probed 2026-04-30 23:07Z· 403msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 403ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"timeout": {
"default": 30,
"description": "Request timeout in seconds",
"maximum": 120,
"minimum": 5,
"type": "integer"
},
"url": {
"description": "Webpage URL to fetch and render",
"format": "uri",
"type": "string"
}
},
"required": [
"url",
"timeout"
],
"type": "object"
}Examples (1)
Default Get Webpage Text From URL call
public-safeinput
{
"timeout": 1,
"url": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_get_webpage_text_from_url
- Tool name
- get_webpage_text_from_url
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse