Web: Fetch URL → text

action_fetch_url · action · HTTP & Webhook · Available · v1.0.0

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).

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
url
URL da scaricare
expressionyes
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}}.
maxBytes
Max bytes risposta (opzionale)
numberno100000Default 100KB. Se la pagina è più grande, viene troncata. Output include `truncatedChars` per sapere quanto è stato tagliato.

⬆️ Node output

Fields available to downstream nodes via $node.<alias>.json.<field>:

  • url
  • finalUrl
  • status
  • title
  • description
  • content
  • contentType
  • truncatedChars

💡 Configuration example

JSON 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
  }
}

🔗 Related nodes in the same category

Ready to use Web: Fetch URL → text?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes