Skip to main content

API Request

Controlled node

Overview

Use this node to make an HTTP request to a specified URL. The node can be used to send GET and POST requests.

Inputs

InputTypeDescriptionDefault
MethodEnumThe HTTP method to use for the request (GET or POST)GET
URLTextThe URL from which to start crawling-
HeadersTextThe headers to include in the request-
DataDictionaryThe body of the request (for POST requests)-
RunEventFires when the node starts running-

Outputs

OutputTypeDescription
OutputAnyThe reponse data from the request
DoneEventFires when the node finishes running