Description
Download a web page and extract ONLY the readable text (strip script, style, nav, footer). Output optimized for LLM prompt or storage. Max 100KB, 10s timeout, SSRF-guarded (blocks localhost/LAN).
action_fetch_url · action · HTTP & Webhook · Available · v1.0.0
Download a web page and extract ONLY the readable text (strip script, style, nav, footer). Output optimized for LLM prompt or storage. Max 100KB, 10s timeout, SSRF-guarded (blocks localhost/LAN).
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
urlURL da scaricare | expression | yes | — https://example.com/articolo | URL completa http:// o https://. SSRF guard attivo: host localhost/127.x.x.x/192.168.x.x/10.x.x.x bloccati. Supporta espressioni: {{$node.trigger.json.url}}. |
maxBytesMax bytes risposta (opzionale) | number | no | 100000 | Default 100KB. Se la pagina è più grande, viene troncata. Output include `truncatedChars` per sapere quanto è stato tagliato. |
Fields available to downstream nodes via $node.<alias>.json.<field>:
urlfinalUrlstatustitledescriptioncontentcontentTypetruncatedCharsJSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.
{
"id": "node-action_fetch_url-1",
"defId": "action_fetch_url",
"label": "Web: Fetch URL → text",
"config": {
"url": "https://example.com/articolo",
"maxBytes": 100000
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes