x-api-token: ********************
[
"scraper.shopee.retry",
"scraper.shopee"
]
curl --location --request POST 'https://api.scrapeless.com/api/v1/status' \
--header 'Content-Type: application/json' \
--header 'x-api-token;' \
--data-raw '[
"scraper.shopee.retry",
"scraper.shopee"
]'
{
"code": 200,
"data": [
{
"actor": "scraper.shopee",
"rate": 0.993
},
{
"actor": "scraper.shopee.retry",
"rate": 1
}
],
"message": "success"
}