windows, linux, and android.
BETA: we cannot guarantee that OS targeting will persist in the future for our residential network proxies.
_os_{operating_system} to the username field of the proxy.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How to target specific operating systems with residential proxies
windows, linux, and android.
_os_{operating_system} to the username field of the proxy.
# Generate 5 proxies from devices running Linux
curl --request GET \
--url 'https://api.byteful.com/1.0/public/user/residential/list?os_alias=linux&list_count=5' \
--header 'X-API-Public-Key: your_public_key' \
--header 'X-API-Private-Key: your_private_key'
{
"data": [
"residential.byteful.com:8065:your_user_os_linux_s_TNJJENYJ5F4802LK:your_password",
"residential.byteful.com:8668:your_user_os_linux_s_RK9TB7HK0CIW0TC0:your_password",
"residential.byteful.com:8688:your_user_os_linux_s_PGSQD4C0LTV2UZ8B:your_password",
"residential.byteful.com:8811:your_user_os_linux_s_7QA931N9NE57I87U:your_password",
"residential.byteful.com:8628:your_user_os_linux_s_WPNYF1EMPF9UKSNH:your_password"
],
"message": "Residential list successfully generated."
}
# Generate 3 proxies from Windows devices in the US
curl --request GET \
--url 'https://api.byteful.com/1.0/public/user/residential/list?country_id=us&os_alias=windows&list_count=3' \
--header 'X-API-Public-Key: your_public_key' \
--header 'X-API-Private-Key: your_private_key'
