Skip to main content

Usage Endpoint

You can programmatically monitor your ScrapeOps Proxy API credit consumption and concurrency usage using the usage endpoint.


curl "https://proxy.scrapeops.io/v1/account?api_key=YOUR_API_KEY"

Example response:


{
"plan_api_credits": 1000000,
"used_api_credits": 455332,
"plan_max_concurrency": 100,
"active_concurrency": 15,

}

Calls to this endpoint will not increase your accountsconcurrency.