- 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
Running sessions
GET
/browser/running
Last modified:2025-05-14 10:42:42
Request
Authorization
Add parameter in header
x-api-token
Example:
x-api-token: ********************
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/running' \
--header 'x-api-token;'
Responses
🟢200Success
application/json
Body
code
integerÂ
required
data
array [object {6}]Â
required
taskId
stringÂ
optional
state
stringÂ
optional
createTime
stringÂ
optional
expireTime
stringÂ
optional
success
booleanÂ
optional
metadata
objectÂ
optional
message
stringÂ
required
Example
{
"code": 200,
"data": [
{
"taskId": "0fc7fe9b-870a-4092-973a-8d31a3c67e4f",
"state": "processing",
"createTime": "2025-05-14T09:15:31.581Z",
"expireTime": "2025-05-14T09:32:43.022Z",
"success": true,
"metadata": {
"session_name": "Default Script"
}
}
],
"message": "success"
}
Modified at 2025-05-14 10:42:42