A low proxy rate can produce an expensive page. Retries consume traffic, large responses consume more of it, and some completed requests still fail the check that matters to your workload. The invoice counts bytes. Your operation needs usable results.
Price per GB is an input. Cost per validated page is an outcome.
Define the unit before you price it
A successful page is a logical job that passed a validator you declared before the run. The validator might require the expected record set, a complete document, or another bounded application-level assertion. It should describe the result you can use.
RFC 9110 (opens in a new tab) says a 200 response indicates that the request succeeded at the HTTP layer, apart from CONNECT. That status cannot evaluate your page contents. A 200 that fails the workload validator still contributes traffic and cost, but it does not increase the successful-job count. This same denominator discipline explains why proxy success-rate numbers often disagree.
Calculate one observed run
The worksheet starts with fabricated values so you can see the model immediately. Replace them with aggregates from one isolated run. It makes no requests and keeps every value in your current browser tab.
Price the result, not the gigabyte.
Enter one observed run. The worksheet keeps billing, retries, and validation separate.
Values stay in this tab and are not stored or transmitted. Use aggregate counts only. Keep credentials, proxy URLs, target names, raw IPs, and customer data out of the worksheet.
SYNTHETIC STARTING POINTTen fabricated jobs and 250 MB of fabricated traffic. This is not a provider benchmark.
$0.125 proxy cost per success. The run used 31.25 MB and 1.625 attempts per validated job.
- Completion
- 80%
- Attempts / success
- 1.625
- Billed MB / success
- 31.25 MB
- Proxy cost
- $1.00
- Proxy cost / success
- $0.125
- Retry traffic share
- 24%
- Retry cost
- $0.24
- Retry cost / success
- $0.03
- All-in cost / success
- $0.25
proxy cost per success = (price per GB × metered MB ÷ 1000) ÷ validated jobsDecimal gigabytes: 1 GB equals 1000 MB.