Solicitação e Resposta
Variáveis
{
"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"
}
}
}
}Parâmetros
method: string
stringinitialUrl: string (opcional)
string (opcional)url: string
stringencodeURI: booleano (opcional)
booleano (opcional)encodeURIComponent: booleano (opcional)
booleano (opcional)encodeURIExtra: string (opcional)
string (opcional)userAgent: string (opcional)
string (opcional)querySelector: string
stringquerySelectorAll: string (opcional)
string (opcional)queryProperty: string
stringbody: objeto
objetooptions: objeto (opcional)
objeto (opcional)responseType: string
stringresponseQuery: string
stringAnalisando respostas JSON de requisições HTTP
responseQuery
Resultado
Exemplos
1. Método de Web Scraping

Parâmetros Obrigatórios
2. Método HTTP GET

Parâmetros Obrigatórios
3. Método HTTP POST
