This namespace contains 17 node(s).
Available Nodes
-
DELETE Request - Remove a resource from a server using an HTTP DELETE request. http, delete, request, url
…
- Download Dataframe - Download data from a URL and return as a dataframe. http, get, request, url, dataframe, csv, …
-
Download Files - Download files from a list of URLs into a local folder. download, files, urls, batch
Use…
-
Fetch Page - Fetch a web page using Selenium and return its content. selenium, fetch, webpage, http
U…
- Filter Valid URLs - Filter a list of URLs by checking their validity using HEAD requests. url validation, http, h…
- GET Binary - Perform an HTTP GET request and return raw binary data. http, get, request, url, binary, down…
-
GET Document - Perform an HTTP GET request and return a document http, get, request, url, document
Use …
- GET JSON - Perform an HTTP GET request and parse the response as JSON. http, get, request, url, json, ap…
- GET Request - Perform an HTTP GET request to retrieve data from a specified URL. http, get, request, url
…
-
HEAD Request - Retrieve headers from a resource using an HTTP HEAD request. http, head, request, url
Us…
- Image Downloader - Download images from list of URLs and return a list of ImageRefs. image download, web scrapin…
- PATCH JSON - Partially update resources with JSON data using an HTTP PATCH request. http, patch, request, …
- POST Binary - Send data using an HTTP POST request and return raw binary data. http, post, request, url, da…
- POST JSON - Send JSON data to a server using an HTTP POST request. http, post, request, url, json, api
…
-
POST Request - Send data to a server using an HTTP POST request. http, post, request, url, data
Use cas…
- PUT JSON - Update resources with JSON data using an HTTP PUT request. http, put, request, url, json, api…
- PUT Request - Update existing resources on a server using an HTTP PUT request. http, put, request, url, dat…