windows, linux, and android.
BETA: we cannot guarantee that OS targeting will persist in the future for our mobile 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 mobile 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/mobile/list?os_alias=linux&list_count=5' \
--header 'X-API-Public-Key: your_public_key' \
--header 'X-API-Private-Key: your_private_key'
{
"data": [
"mobile.byteful.com:15391:your_user_os_linux_s_TNJJENYJ5F4802LK:your_password",
"mobile.byteful.com:15452:your_user_os_linux_s_RK9TB7HK0CIW0TC0:your_password",
"mobile.byteful.com:15288:your_user_os_linux_s_PGSQD4C0LTV2UZ8B:your_password",
"mobile.byteful.com:15034:your_user_os_linux_s_7QA931N9NE57I87U:your_password",
"mobile.byteful.com:15863:your_user_os_linux_s_WPNYF1EMPF9UKSNH:your_password"
],
"message": "Mobile list successfully generated."
}
# Generate 3 proxies from Windows devices in the US
curl --request GET \
--url 'https://api.byteful.com/1.0/public/user/mobile/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'
