๐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//pages' \
--header 'x-api-key;'
{
"code": 0,
"data": [
{
"description": "string",
"devtoolsFrontendUrl": "string",
"id": "string",
"title": "string",
"type": "string",
"url": "string",
"webSocketDebuggerUrl": "string"
}
],
"err": true,
"msg": "string"
}