๐The new Browserless is Live! Experience the future of web scraping now!๐
x-api-key: ********************
curl --location --request GET 'http://localhost:8848/api/v2/browsers' \
--header 'x-api-key;'
{
"code": 0,
"data": [
{
"kernel": 0,
"kernelMillis": "string",
"name": "string",
"platform": 0,
"profileId": "12311",
"remoteDebuggingPort": 9222,
"running": true,
"starting": false,
"stopping": false
}
],
"err": true,
"msg": "string"
}