Anfrage & Antwort
Variablen
{
"schema": [
{ "type": "string", "name": "api_key", "title": "API Key", "default": "", "required": true, "message": "Erforderlicher API-Schlüssel" },
],
"request": {
"method": "http_post",
"url": "http://127.0.01/?key=$API_KEY"
"options": {
"headers": {
"Authorization": "Bearer $API_KEY",
"Content-Type": "application/json"
}
}
}
}Parameter
method: string
stringinitialUrl: string (optional)
string (optional)url: string
stringencodeURI: boolean (optional)
boolean (optional)encodeURIComponent: boolean (optional)
boolean (optional)encodeURIExtra: string (optional)
string (optional)userAgent: string (optional)
string (optional)querySelector: string
stringquerySelectorAll: string (optional)
string (optional)queryProperty: string
stringbody: object
objectoptions: object (optional)
object (optional)responseType: string
stringresponseQuery: string
stringParsen von JSON-Antworten aus HTTP-Anfragen
responseQuery
Ergebnis
Beispiele
1. Web-Scraping-Methode

Erforderliche Parameter
2. HTTP-GET-Methode

Erforderliche Parameter
3. HTTP-POST-Methode
