Get StartedPricing
Pricing
Pricing
Simple, transparent pay-per-use pricing for all API operations. No subscriptions, no tiers — you only pay for what you use.
| Operation | Cost (USD) | Unit | Per 1,000 |
|---|---|---|---|
| Web Fetch | $0.002 | per URL | $2.00 |
| PDF Generation | $0.004 | per PDF | $4.00 |
| PDF OCR | $0.003 | per page | $3.00 |
| Code Execution | $0.002 | per execution | $2.00 |
| Browser Sandbox (visible) | $0.01 | per minute | $10.00 |
| Browser Sandbox (headless) | $0.002 | per minute | $2.00 |
| Web Fetch + Summary | $0.001 | per URL | $1.00 |
| Cached Results | $0.002 | per URL | $2.00 |
How Billing Works
BuildE2E uses a simple wallet-based billing model:
- Pay-per-use — each API call is charged at the flat rate shown above. No minimum fees or monthly commitments.
- Cost in every response — every API response includes a
costfield showing exactly what was charged. - Wallet-based — costs are deducted from your account wallet balance in real time.
Notes
- Cached results cost $0.002 — if a page was recently fetched, the cached version is returned at a reduced cost.
- Cost is charged regardless of success or failure — a failed fetch still incurs the per-URL cost because compute resources were used.
- Browser Sandbox is billed per minute of active session time.