Request & Response
Variables
{
"schema": [
{ "type": "string", "name": "api_key", "title": "API Key", "default": "", "required": true, "message": "Required an API Key" },
],
"request": {
"method": "http_post",
"url": "http://127.0.01/?key=$API_KEY"
"options": {
"headers": {
"Authorization": "Bearer $API_KEY",
"Content-Type": "application/json"
}
}
}
}Parameters
method: string
initialUrl: string (optional)
url: string
encodeURI: boolean (optional)
encodeURIComponent: boolean (optional)
encodeURIExtra: string (optional)
userAgent: string (optional)
querySelector: string
querySelectorAll: string (optional)
queryProperty: string
body: object
options: object (optional)
responseType: string
responseQuery: string
Parsing JSON Responses from HTTP Requests
responseQuery
Result
Examples
1. Web Scraping Method

Required Parameters
2. HTTP GET Method

Required Parameters
3. HTTP POST Method
