x-api-token: ********************
{
"actor": "unlocker.webunlocker",
"input": {
"url": "http://example.com/",
"type": "",
"redirect": false,
"method": "GET",
"request_id": "",
"extractor": "",
"header":{
}
},
"proxy": {
"country": "ANY"
}
}
curl --location --request POST 'https://api.scrapeless.com/api/v1/unlocker/request' \
--header 'Content-Type: application/json' \
--header 'x-api-token;' \
--data-raw '{
"actor": "unlocker.webunlocker",
"input": {
"url": "http://example.com/",
"type": "",
"redirect": false,
"method": "GET",
"request_id": "",
"extractor": "",
"header":{
}
},
"proxy": {
"country": "ANY"
}
}'
{
"code": 200,
"data": ""
}