Pricing
Simple, usage-based pricing. Start free, scale as you grow.
Every tier includes per-field confidence scoring and extraction provenance on every response. The full three-tier pipeline (Schema.org, LLM inference, headless browser) is available on all plans — including Free.
Free
$0. For evaluation and the first build. Your quota resets every month.
- Per-field confidence scoring and extraction provenance on every response
- 50 full-pipeline extractions per month
- Full three-tier pipeline (Schema.org, LLM, browser rendering)
- Server-side
strict_confidence_thresholdfiltering - 2 requests per second
Starter ($99/mo)
10,000 extractions per month. Full extraction pipeline (Schema.org + LLM + Playwright), UCP output format, AgentReady scoring. Rate limit: 60 requests/minute. Email support.
Growth ($299/mo)
50,000 extractions per month. Full pipeline with priority routing. Rate limit: 200 requests/minute. Priority support.
Enterprise
Unlimited extractions with dedicated infrastructure. Custom rate limits, SLA, and SSO/SAML. Dedicated support.
Rate Limits by Tier
| Tier | Monthly Calls | Rate Limit | Methods Available |
|---|---|---|---|
| Free | 50 | 2/sec | Full pipeline |
| Starter | 10,000 | 60/min | All methods |
| Growth | 50,000 | 200/min | All methods + priority |
| Enterprise | Unlimited | Custom | All methods + dedicated workers |
Stripe Machine-to-Machine Payments (MPP)
AI agents can pay per call using Stripe MPP. No pre-purchased plan needed.
- Pass a
payment_method_idwith each request - Charged per extraction: $0.02 for full extraction, $0.001 for basic
- No monthly commitment — pay only for what you use
- Automatic receipts via Stripe
MPP request example
{
"url": "https://www.allbirds.com/products/mens-tree-runners",
"payment_method_id": "pm_1234567890"
}
Scoring-only requests (POST /api/score) count against your monthly extraction quota at the same rate as standard extractions.
Learn more about Stripe MPP: Stripe Machine Payments documentation