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
Input | Type | Description | Default |
---|---|---|---|
Method | Enum | The HTTP method to use for the request (GET or POST) | GET |
URL | Text | The URL from which to start crawling | - |
Headers | Text | The headers to include in the request | - |
Data | Dictionary | The body of the request (for POST requests) | - |
Run | Event | Fires when the node starts running | - |
Outputs
Output | Type | Description |
---|---|---|
Output | Any | The reponse data from the request |
Done | Event | Fires when the node finishes running |