Guides

Credits & Billing

Extralt uses a credit-based billing model. Credits are consumed when extracting data, and your subscription determines how many you get each month.

How credits work

  • 1 credit = 1 URL extracted during a run
  • Credits are deducted as URLs are processed, not when a run is created
  • Unused credits do not roll over to the next billing cycle

Subscription tiers

StartScale
Price$29/mo$100-$1,000/mo
Credits10,000100K-1M
Concurrent runs1Up to 10
SupportEmailPriority
Free trial7 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 Polar.sh. 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 Polar.sh.

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 URLs extracted. This helps control credit usage:

{
  "robotId": "your-robot-id",
  "urls": ["https://example-store.com/products"],
  "budget": 50
}

Without a budget, a run will extract URLs until the crawl is complete or your credits run out.

What's next