- User
- Scraping Browser
- Scraper API
- shopee
- br sites
- avnet
- arrow
- airline
- amazon
- temu
- google trends
- google flights
- google search
- 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
actor status
Developing
POST
/api/v1/status
Last modified:2024-12-12 08:58:00
Request
Authorization
Add parameter in header
x-api-token
Example:
x-api-token: ********************
Body Params application/json
object {0}
Example
[
"scraper.shopee.retry",
"scraper.shopee"
]
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 POST 'https://api.scrapeless.com/api/v1/status' \
--header 'Content-Type: application/json' \
--data-raw '[
"scraper.shopee.retry",
"scraper.shopee"
]'
Responses
🟢200Success
application/json
Body
object {0}
Example
{
"code": 200,
"data": [
{
"actor": "scraper.shopee",
"rate": 0.993
},
{
"actor": "scraper.shopee.retry",
"rate": 1
}
],
"message": "success"
}
Modified at 2024-12-12 08:58:00