๐The new Browserless is Live! Experience the future of web scraping now!๐
x-api-key: ********************
nst_${timestamp}
Windows
on windows otherwise macOS
Based On IP
flagged fingerprints will take on your local IP rather than your proxy IPflags.fonts
== 'Custom'flags.localization
== 'Custom'flags.localization
== 'Custom'; localization.timezone works on flags.localization
== 'Custom'flags.screen
== 'Custom'flags.webrtc
== 'Custom'{
"name": "testProfile",
"platform": "Windows",
"kernelMilestone": "132",
"autoClose": true,
"timedCloseSec": 30,
"headless": false,
"incognito": false,
"proxy": "http://admin:[email protected]:8000",
"skipProxyChecking": true,
"fingerprint": {
"flags": {
"audio": "Noise",
"battery": "Masked",
"canvas": "Noise",
"clientRect": "Noise",
"fonts": "Masked",
"geolocation": "Custom",
"geolocationPopup": "Prompt",
"gpu": "Allow",
"localization": "Custom",
"screen": "Custom",
"speech": "Masked",
"timezone": "Custom",
"webgl": "Noise",
"webrtc": "Custom"
},
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.6998.45 Safari/537.36",
"deviceMemory": 8,
"hardwareConcurrency": 16,
"disableImageLoading": true,
"doNotTrack": true,
"localization": {
"language": "zh-HK",
"languages": [
"zh-HK",
"en-US",
"en"
],
"timezone": "Asia/Hong_Kong"
},
"screen": {
"width": 1280,
"height": 1024
},
"geolocation": {
"latitude": "31.2333",
"longitude": "121.469",
"accuracy": "603"
},
"webrtc": {
"publicIp": "111.111.111.111"
}
},
"startupUrls": [
"https://www.nstbrowser.io"
],
"args": {
"--remote-debugging-port": 34543,
"disable-backgrounding-occluded-windows": true
}
}
curl --location --request POST 'http://localhost:8848/api/v2/browsers/once' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--data-raw '{
"name": "testProfile",
"platform": "Windows",
"kernelMilestone": "132",
"autoClose": true,
"timedCloseSec": 30,
"headless": false,
"incognito": false,
"proxy": "http://admin:[email protected]:8000",
"skipProxyChecking": true,
"fingerprint": {
"flags": {
"audio": "Noise",
"battery": "Masked",
"canvas": "Noise",
"clientRect": "Noise",
"fonts": "Masked",
"geolocation": "Custom",
"geolocationPopup": "Prompt",
"gpu": "Allow",
"localization": "Custom",
"screen": "Custom",
"speech": "Masked",
"timezone": "Custom",
"webgl": "Noise",
"webrtc": "Custom"
},
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.6998.45 Safari/537.36",
"deviceMemory": 8,
"hardwareConcurrency": 16,
"disableImageLoading": true,
"doNotTrack": true,
"localization": {
"language": "zh-HK",
"languages": [
"zh-HK",
"en-US",
"en"
],
"timezone": "Asia/Hong_Kong"
},
"screen": {
"width": 1280,
"height": 1024
},
"geolocation": {
"latitude": "31.2333",
"longitude": "121.469",
"accuracy": "603"
},
"webrtc": {
"publicIp": "111.111.111.111"
}
},
"startupUrls": [
"https://www.nstbrowser.io"
],
"args": {
"--remote-debugging-port": 34543,
"disable-backgrounding-occluded-windows": true
}
}'
{
"code": 0,
"data": {
"port": 0,
"profileId": "string",
"proxy": "string",
"webSocketDebuggerUrl": "string"
},
"err": true,
"msg": "string"
}