๐ณ Credits and Costs
Fuyu uses a credit-based system to charge for script execution and advanced features. This page explains how credits are calculated and when they are consumed.
๐ Base Cost: 1 Credit per Secondโ
Every job consumes 1 credit per second of execution time.
For example:
- A 10-second script = 10 credits
- A 45-second script = 45 credits
Credits are only deducted after the script finishes.
๐งช Test Mode: +25%โ
If Test Mode is enabled, a 1.25x multiplier is applied.
- A 20-second job with test mode = 25 credits
This accounts for the extra resources used to stream a live browser preview.
๐ Built-In Proxy: +50%โ
If you select Auto Proxy (built-in), a 1.5x multiplier is applied.
- A 30-second job with built-in proxy = 45 credits
You can avoid this cost by bringing your own proxy.
๐ Captcha Solvingโ
If your script uses resolve_captcha()
, solving a captcha costs several credits per challenge, depending on complexity and external solving cost.
Youโll see the total cost reflected after the job completes.
โ All Jobs Consume Creditsโ
Credits are deducted regardless of outcome:
- โ Success
- โ Failed
- ๐ Aborted (via
abort()
) - โ Canceled (by user)
Even canceled or failed jobs consume resources and are billed accordingly.
๐ธ Refund Policyโ
Fuyu will refund credits only if a job fails due to a verified internal platform issue.
If the failure is caused by user logic (e.g. invalid selectors, missing inputs, page errors), no refund is issued.
๐ Reviewing Transactionsโ
You can view your full credit history โ including top-ups, expenses, refunds, and adjustments โ at:
๐ fuyu.gg/billing/transactions
This page gives you a transparent breakdown of every credit-related action on your account.
๐งฎ Example Breakdownโ
Duration | Test Mode | Proxy | Captcha | Total Cost |
---|---|---|---|---|
15s | โ | โ | 0 | 15 credits |
20s | โ | โ | 0 | 25 credits |
30s | โ | โ | 0 | 45 credits |
25s | โ | โ | 1 captcha | ~60โ70 credits |