Skip to main content
Base Node Node inspector for a Page Fetch node

Parameters

Page URL
string
default:"https://example.com"
required
URL of the page to fetch. Must start with http://, https://, file://, or raw:.
Allowed URL Patterns
array
default:"[]"
Optional glob patterns that the URL must match. If set, any URL that does not match any of the patterns is blocked. Example: https://*.example.com/*.
Timeout Seconds
float
default:"30.0"
required
Maximum time to wait for the fetch. Use 0 to disable the timeout.

Inputs

Input
any
Inputs are ignored; the input port is only for graph connectivity.

Outputs

Output
json
Result object for the fetch.