HProxy/ docs

Products

GET /v1/products returns the full, live catalog — every product you can buy, with its unit, limits, targeting features and billing options. No parameters needed.

bash
curl https://hproxy.com/v1/products \
  -H "X-API-Key: hpx_xxxxxxxxxxxx"

The catalog

Seven products across four families. Residential and Survey are billed by the gigabyte; ISP, Mobile and Datacenter are billed per IP.

Product idWhat it's forUnitTargeting
residential-standardHigh-quality residential with city targeting + sticky sessionsGBcountry · state · city
residential-basicAffordable residential for high-volume workGBcountry · state · city
residential-surveyResidential tuned for surveys + data collectionGBcountry · state · city · ISP
ispStatic ISP proxies on dedicated IPs, unlimited bandwidthIPcountry
mobileReal mobile-carrier IPs with carrier + device targetingIPcountry · carrier
ipv4IPv4 datacenter proxies, unlimited bandwidthIPcountry
ipv6IPv6 datacenter proxies, unlimited bandwidthIPcountry

Response fields

idstringStable product id — what you pass to pricing + orders.
namestringHuman-friendly product name.
unit"GB" | "IP"What quantity is measured in.
minQuantity / maxQuantitynumberAllowed quantity bounds.
allowedQuantitiesnumber[] | nullIf set, only these exact quantities are sold (e.g. Survey packs). null = any quantity in range.
featuresstring[]Capabilities — targeting levels, sticky sessions, bandwidth, rotation, etc.
pricingKind"tier-ladder" | "per-ip-with-markup"How it's priced — GB volume tiers, or per IP.
billingobjectpayg + subscription flags and the supported subscription intervals.
Quantity is always in the product's unit: gigabytes for residential/Survey, IP count for ISP/mobile/datacenter.
Was this helpful?