Pricing
Three plans. Pay for what you use.
Plans
Free - 0EUR/month
For individuals and small projects. No credit card required. Hard limits, no overage.
| Resource | Limit |
|---|---|
| Queries | 500/month |
| Storage | 2 GB |
| Rate limit | 10 queries/min |
| Data sources | 3 max |
Team - 29EUR/month
For growing teams. Includes a query cap with pay-as-you-go overage.
| Resource | Included | Overage |
|---|---|---|
| Queries | 50,000/month | 0.0008EUR/query |
| Data scanned | - | 0.02EUR/GB |
| Storage | 10 GB | 0.01EUR/GB/month |
| Rate limit | 60 queries/min | - |
| Data sources | Unlimited | - |
Business - 99EUR/month
For data-intensive workloads. Higher caps, lower overage rates, priority support.
| Resource | Included | Overage |
|---|---|---|
| Queries | 500,000/month | 0.0005EUR/query |
| Data scanned | - | 0.01EUR/GB |
| Storage | 100 GB | 0.005EUR/GB/month |
| Rate limit | 100 queries/min | - |
| Data sources | Unlimited | - |
Enterprise - Contact us
For teams that need compliance features and custom terms.
- Everything in Business
- SSO (SAML / OIDC)
Planned Q3 2026 - Audit logs
Planned 2026 - Custom integrations
- SLA
- Contact: hello@rawquery.dev
Billing
- Billing is handled by Paddle (Merchant of Record). Paddle handles invoicing, taxes, and refunds.
- Billing period is the calendar month (1st to last day).
- Usage is tracked per query execution: bytes scanned, CPU time, rows returned.
- The usage dashboard (Settings > Usage) shows real-time queries used, storage, and estimated cost MTD.
- Every query response includes a
cost_eurfield. - Overage is billed only on Team and Business plans, beyond the included query cap.
Usage API
GET /api/v1/workspaces/{workspace_id}/usage/dashboard
Usage dashboard: plan tier, queries used vs included, overage, storage, estimated cost MTD.
GET /api/v1/workspaces/{workspace_id}/usage
Usage summary for a period (bytes scanned, CPU, rows, query count).
GET /api/v1/workspaces/{workspace_id}/usage/daily
Daily usage breakdown for charts and reporting.