"id" : <request data>
NOTICE!
>
is a command, please read command documentation
Request input which customize your request query field by called using input command
Example
"input": {
"q": "query",
"from": "alex"
},
"query_string": {
"q": ">Input q",
"info": "Email from *>Input from* have been sent."
},
Request URL that will be executed by scrapping engine
Base url that that will be append to before url argument
Header data that will be passed into request
Any extended request arguments that can be modify by job request
Request method (GET, POST, PUT, DELETE, PATCH, etc) that will be executed by scrapping engine
Query string that will be parsed into request URL via GET request.
please read selector documentation