Proxy API
Buy and deliver residential, ISP, datacenter and mobile proxies programmatically: quotes, wallet orders, line generation, proxy delivery, webhooks and renewals.
A small, predictable REST API for running a proxy business from your own code. You prepay from your wallet balance, every order is idempotent so a retry never double-charges, and by default nothing ever silently falls back to charging a card you didn't pick. The whole loop is programmatic: buy, deliver (generated residential lines or dedicated IPs with credentials), get pushed on fulfillment, renew.
- 1List products
GET /products, the buyable catalog with pricing model, quantity bounds and each product's targeting contract. - 2Get a quote
GET /products/{id}/price?quantity=N, the exact amount the order will charge — addcountryandperiod_daysfor dedicated IPs. - 3Place the order
POST /orders, debits your wallet (or returns a hosted payUrl for card/crypto). - 4DeliverResidential:
POST /plans/{id}/generatefor targetedhost:port:user:passlines. Dedicated:GET /proxies?order_id=…for the IPs with credentials. - 5Get pushedRegister a webhook and receive
order.fulfilledinstead of polling.
Need a hand wiring this up? Email [email protected]. A real person reads every message.