Products
Residential Budget
Bandwidth-based residential proxy plan (budget tier)
Overview
Slug: residential-budget · Type: bandwidth
Same overall shape as standard Residential: bandwidths tiers, rotations, protocols. Purchased by GB on POST /orders with plan and bandwidth. See Create Residential order.
Plan resource
GET /plans/residential-budget
{
"id": 2,
"name": "Residential Budget",
"slug": "residential-budget",
"type": "bandwidth",
"has_geo_targeting": true,
"has_ip_whitelist": false,
"rotations": [
{ "code": "rotating", "name": "Rotating" },
{ "code": "sticky", "name": "Sticky" }
],
"protocols": [
{ "code": "http", "port": 12321 },
{ "code": "socks5", "port": 32325 }
],
"bandwidths": [
{
"id": 2,
"bandwidth": 1,
"bandwidth_unit": "GB",
"bandwidth_in_bytes": 1073741824,
"price_per_gb": 3.5
}
]
}IDs, ports, and prices are illustrative; use the live API response for checkout.