Products
Unlimited Residential (Budget)
Duration-based unlimited residential proxies (budget tier)
Overview
Slug: unlimited-residential-budget · Type: duration
Budget line: duration-based pricing with options that depend on the term (often speed or similar). Same ordering pattern as dedicated unlimited residential — JSON body with plan, duration, and config. See Create Unlimited Residential order and Duration slug format.
Plan resource
GET /plans/unlimited-residential-budget
{
"id": 14,
"name": "Unlimited Residential Budget",
"slug": "unlimited-residential-budget",
"type": "duration",
"has_geo_targeting": false,
"has_ip_whitelist": false,
"rotations": [],
"protocols": [],
"durations": [
{
"id": 40,
"slug": "1_day",
"duration": 1,
"duration_unit": "day",
"duration_in_minutes": 1440,
"price": 99,
"options": [
{
"id": 50,
"name": "speed",
"label": "Speed",
"type": "select",
"options": [
{
"label": "200 Mbps",
"price": { "type": "fixed", "amount": "0" },
"value": "200"
}
],
"min": null,
"max": null,
"step": null
}
]
}
]
}Confirm option names and allowed values from the live plan response.