402 Insufficient Credits
402 Insufficient Credits means the request reached the server with valid auth, but your wallet doesn’t have enough to cover the tool’s cost. No work was done, no charge applied.
Quick fix: top up
Call buy_credits for an immediate top-up.
The minimum is $5 (500 credits). The default rate is $1 = 100 credits.
After it succeeds, retry the original call. Your balance is updated immediately.
Long-term fix: auto-reload
Set up set_auto_reload so the saved card is charged automatically when the balance dips below your threshold.
Once configured, batch jobs won’t pause for top-ups.
Auditing spend
If 402s are catching you off guard, audit recent activity:
Common patterns that drain a wallet faster than expected:
- A retry loop on a
5xxortry_again_later: each attempt is charged in full, since the debit lands before the tool reaches its provider. list_linkedin_company_employees_posts(80 credits) called per company in a sweep.list_linkedin_company_employees(30 credits) called withouttitle_filters(returns everyone but still costs the same).
See Credit Efficiency for the full list of patterns to avoid.
Free tools to fall back on
Even with a zero balance, these still work:
You can always recover the wallet from a 0-credit state; buy_credits is itself free.