Claim your access to free US proxy servers from Oxylabs. Sign up on the dashboard to unlock premium features including:
- Free HTTP/HTTPS/SOCKS5 proxies
- 20 concurrent sessions
- 5GB of traffic per month across 5 US IPs
- Exceptional performance & speed
- Register an account on the Oxylabs dashboard.
- Head to the Datacenter Proxies page and create a proxy user.
- Test the connection using a proxy manager or send a web request via cURL, Python, or your preferred setup.
Oxy® Proxy Manager is a free Chrome extension enabling you to easily switch between multiple IP addresses during browsing sessions. See the integration steps to find out more.
Oxylabs' free premium proxies easily integrate with various third-party tools and enhance their functionality. Explore detailed integration guides and documentation.
Install the requests library using pip
via your terminal:
pip install requests
Then, create a new Python file and utilize this code sample:
import requests
# Replace with your proxy user credentials.
username = 'USERNAME'
password = 'PASSWORD'
# Port `8000` rotates IPs from your proxy list.
address = 'dc.oxylabs.io:8000'
proxies = {
'https': f'https://user-{username}:{password}@{address}'
}
response = requests.get('https://ip.oxylabs.io/location', proxies=proxies)
print(response.text)
Email - hello@oxylabs.io
Live chat