- User
- Scraping Browser
- Scraper API
- shopee
- br sites
- avnet
- arrow
- airline
- amazon
- temu
- google search
- google trends
- google flights
- google flights chart
- google maps
- google scholar
- google jobs
- google shopping
- google hotels
- google news
- google lens
- google finance
- google product
- google play store
- google ads
- mouser
- Scraper RequestPOST
- Scraper GetresultGET
- Web Unlocker
- Public
Live URL
GET
/browser/{taskId}/live
Last modified:2025-05-14 10:42:46
Request
Authorization
Add parameter in header
x-api-token
Example:
x-api-token: ********************
Path Params
taskId
string
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.scrapeless.com/browser//live' \
--header 'x-api-token;'
Responses
🟢200Success
application/json
Body
code
integer
required
data
string
required
message
string
required
Example
{
"code": 200,
"data": "https://devtools.scrapeless.com/inspector?wss=browser.scrapeless.com/browser/7b94dcc1-0911-44b5-9ec9-ebe5cdf7c8a7/page/0D1AD087C3BBE88C0611DD0CECEBEE1B?token=xxxxxx&type=preview&theme=light",
"message": "success"
}
Modified at 2025-05-14 10:42:46