What is CPU Usage Per Scrape Job?
CPU usage per scrape job measures the computational overhead required to fetch, render, parse, and extract a single record or page. In scraping infrastructure, CPU — not network bandwidth — is often the hard bottleneck. Headless browsers executing heavy JavaScript, complex XPath evaluations, and concurrent DOM parsing all spike CPU cycles. Managing this metric is the difference between a cost-effective pipeline and one that burns through cloud budgets faster than it delivers data.