Proxy API
The Proxy API does everything the dashboard does, by REST: browse the catalog, get a live price, buy from your wallet, and generate ready-to-use proxy credentials — all with one hpx_… key.
It's wallet-based. You pre-fund a balance once, then every purchase debits it — no card on every call, no chargebacks, no per-order redirect. A key authenticates; your wallet pays.
The flow
- 1Top up your walletAdd a balance once in your dashboard (card or crypto). The API spends from it.
- 2Create a buy keyIn Settings → API Keys, create a key with the Buy scope. Optionally give it a daily spend cap.
- 3Buy a product
POST /v1/orderswith aproduct_idand aquantity. It's paid from your wallet and fulfilled in the background. - 4Use your proxies
POST /v1/plans/{id}/generatereturns connectablehost:port:user:passlines, with optional geo-targeting.
Every endpoint below lives under
https://hproxy.com/v1 and authenticates with the same X-API-Key / Authorization: Bearer header as the Scrapers API. All prices and balances are integer cents in USD.Authentication
Buy-scoped keys, scopes, and per-key spend caps.
Products
The full catalog and what each proxy type is for.
Pricing
Get a live, server-authoritative quote before you buy.
Buying
Wallet, orders, idempotency and order status.
Using your proxies
List what you own and generate connectable lines.
Reference
Rate limits, status codes and error shapes.
Was this helpful?