Pricing Reference
Complete pricing breakdown for AlterLab's scraping API. Simple pay-as-you-go with no subscriptions or hidden fees.
Pay-As-You-Go Model
$1 = 5,000 scrapes
Starting at Tier 1 (Curl)
No subscriptions
Pay only for what you use
Balance never expires
Use them whenever you need
$10 minimum
Low barrier to start
Tier Pricing
AlterLab uses an intelligent tier system. We automatically start with the cheapest tier and escalate only when needed.
| Tier | Name | Cost | Per $1 | Description |
|---|---|---|---|---|
1 | Curl | $0.0002 | 5,000 | Ultra-fast curl binary for static sites |
2 | HTTP | $0.0003 | 3,333 | HTTPX with TLS fingerprinting and HTTP/2 |
3 | Stealth | $0.002 | 500 | curl_cffi with Chrome browser impersonation |
4 | Browser | $0.004 | 250 | Playwright browser automation for JS sites |
5 | Captcha | $0.02 | 50 | Browser with AI-powered captcha solving |
Auto Mode
mode: "auto" (default), AlterLab tries Tier 1 first and escalates only if blocked. You only pay for the tier that works.Add-on Costs
Optional features that add to the base tier cost:
| Feature | Additional Cost | Notes |
|---|---|---|
| JavaScript Rendering | Tier 4 ($0.004) | Forces Tier 4 minimum — no extra surcharge |
| Screenshot | +$0.0002 | Requires JS rendering |
| PDF Generation | +$0.0004 | Requires JS rendering |
| PDF Extraction | +$0.0006 | Extract text from PDF files |
| OCR | +$0.001 | Refunded if no images found |
| Premium Proxy | +$0.0002 | High-quality residential proxies |
| AI Extraction | +$0.001 | Schema/prompt-based extraction |
| Markdown Output | Free | Convert HTML to Markdown |
| Caching | Free | Cache hits are free |
Cost Calculation
Total cost = Base Tier Cost + Add-ons
Total Cost = Tier Cost + (screenshot ? $0.0002 : 0)
+ (generate_pdf ? $0.0004 : 0)
+ (ocr ? $0.001 : 0)
+ (use_proxy ? $0.0002 : 0)
+ (extraction ? $0.001 : 0)
# render_js forces Tier 4 ($0.004) — no extra surcharge
# markdown is freeExample 1: Basic HTML Scrape
Static page, no JS needed
$0.0002 (Tier 1)
Example 2: JavaScript + Screenshot
SPA with screenshot capture
$0.004 + $0.0006 + $0.0002 = $0.0048
Example 3: Full Extraction
JS rendering + AI extraction + premium proxy
$0.004 + $0.0006 + $0.001 + $0.0002 = $0.0058
BYOP Discount
Bring Your Own Proxy (BYOP) gives you significant discounts:
Up to 98% off
When using your own proxies
| Tier | Standard | With BYOP | Discount |
|---|---|---|---|
| Tier 1 (Curl) | $0.0002 | $0.00001 | 95% |
| Tier 2 (HTTP) | $0.0003 | $0.000015 | 95% |
| Tier 3 (Stealth) | $0.002 | $0.00002 | 96% |
| Tier 4 (Browser) | $0.004 | $0.00004 | 96% |
| Tier 5 (Captcha) | $0.02 | $0.0003 | 98.5% |
Learn More
Concurrency Tiers
Your concurrent request limit scales with your account balance:
| Balance | Tier | Concurrent Requests |
|---|---|---|
| $0 (Free) | Free | 1 |
| $1 - $99 | Starter | 3 |
| $100 - $499 | Growth | 5 |
| $500 - $999 | Scale | 10 |
| $1,000 - $1,999 | Pro | 15 |
| $2,000+ | High Volume | 20 |
Need More?
Free Tier
5,000 free scrapes
No credit card required to start
- Full API access
- All scraping tiers
- 1 concurrent request
- No time limit
Pricing Examples
Small Business
Mix of static and JS-rendered pages
~$3-5/month
E-commerce Monitoring
Daily price checks, mostly static pages
~$20-30/month
Data Aggregator
Mixed workload with BYOP
~$50-100/month with BYOP