HProxy/ docs

Products & pricing

GET /products lists the buyable proxy catalog. GET /products/{id}/price returns the exact server-authoritative amount an order will charge.

GET/api/v1/products

List products

The buyable catalog, with pricing model, targeting capabilities and quantity bounds for each product.
curl https://hproxy.com/api/v1/products -H "X-API-Key: hpx_your_key_here"
GET/api/v1/products/{id}/price

Price a product

A server-authoritative quote: the exact amount POST /orders will charge for the same inputs. Pass the quantity as a query parameter. For dedicated per-IP products, add country and period_days to quote the exact targeting you'll order — omitted they default to USA / 30 days.
ParameterTypeRequiredDescription
quantityinteger (query)requiredGB for residential, or number of IPs for dedicated products.
countrystring (query)optionalPer-IP products: target country, alpha-3 (e.g. USA, DEU). Default USA.
period_daysinteger (query)optionalPer-IP products: rental period in days (e.g. 30, 90). Default 30.
curl "https://hproxy.com/api/v1/products/residential-lite/price?quantity=5" \
  -H "X-API-Key: hpx_your_key_here"

Need a hand wiring this up? Email [email protected]. A real person reads every message.