Monitor your usage
If you would like to monitor your account usage and limits programmatically, you may use the /info endpoint, which returns JSON.
This endpoint will not increase your concurrency. But you can only call it 10 times per minute.
GET
-- CODE language-shell --
curl "http://api.scrape.do/info?token=API_TOKEN"