Credits & Billing
Extralt uses a credit-based billing model. Credits are consumed by product-specific actions, and your subscription determines how many you get each month.
How credits work
- Extract: 2 credits per successful product-page Capture
- Enrich: 1 Capture processed = 1 credit
- AI assistant: 1 started 1,000 model tokens = 1 credit
- Extract credits are deducted as successful product-page Captures are produced, not when a run is created
- Capture + Enrich costs 3 credits total
- Unused credits do not roll over to the next billing cycle
Subscription tiers
| Start | Scale | |
|---|---|---|
| Price | $29/mo | $100-$1,000/mo |
| Credits | 10,000 | 100K-1M |
| Concurrent runs | 1 | Unlimited |
| Support | Priority | |
| Free trial | 7 days, 5K credits | -- |
The Start plan includes a 7-day free trial with 5,000 credits. No credit card required.
Checking your balance
You can check your remaining credits in the dashboard or via the API.
Managing your subscription
Subscriptions are managed through Stripe. From the dashboard, navigate to your subscription settings to:
- Upgrade or downgrade your plan
- View billing history
- Update payment method
- Cancel your subscription
Extralt never sees your payment information. All billing is handled securely by Stripe.
Multiple organizations
Each organization has its own subscription and credit balance. If you work with multiple organizations, each one needs its own plan.
Use the org switcher in the top-left of the dashboard to switch between organizations.
Setting budgets
When creating a run, set a budget to limit the number of Captures produced. This helps control credit usage:
{
"robotId": "your-robot-id",
"urls": ["https://example-store.com/products"],
"budget": 50
}Without a budget, a run will extract until the crawl is complete or there are not enough credits for the next successful product-page Capture.
Result-based billing
Extract is priced per successful product-page Capture. Category, search, collection, and other discovery pages do not consume credits. You do not pay separate line items for blocks, retries, JavaScript rendering, proxies, or crawler maintenance. Extralt handles the extraction infrastructure and only charges when it produces a Capture.
AI assistant credits
AI assistant messages use credits based on model token usage: 1 credit per started 1,000 model tokens, including your message, page context, tool results, and assistant response.
Longer conversations and richer page context may use more credits.
Schedules and credits
Schedules create runs automatically on a cadence. Each successful product-page Capture produced during a scheduled run costs 2 credits, just like manual runs.
If your organization does not have enough credits for the next Capture, all active schedules automatically pause. They remain paused until you purchase additional credits or your next billing cycle adds credits. You can also manually pause and resume schedules at any time.
See Schedules for details.
Working with Captures
Browse, filter, and export extracted ecommerce data from the Extralt dashboard or API. Search captures, view details, and download results.
Authentication
Authenticate API requests with org-scoped Extralt API keys, Bearer tokens, rotation guidance, and safe handling for production integrations.