x-api-token: ********************
{
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.1.2.3 Safari/537.36",
"platform": "Windows",
"screen": {
"width": 1920,
"height": 1080
},
"localization": {
"basedOnIP": false,
"timezone": "America/New_York",
"languages": [
"en"
]
}
}
curl --location -g --request WSS 'https://api.scrapeless.com/api/v2/browser?token=&sessionTTL=180&sessionName&sessionRecording&proxyURL&proxyCountry=US&extensionIds&fingerprint=' \
--header 'Content-Type: application/json' \
--header 'x-api-token;' \
--data-raw '{
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.1.2.3 Safari/537.36",
"platform": "Windows",
"screen": {
"width": 1920,
"height": 1080
},
"localization": {
"basedOnIP": false,
"timezone": "America/New_York",
"languages": [
"en"
]
}
}'
{}