- Notifications
You must be signed in to change notification settings - Fork25
Claim Free proxy list with United States IP addresses and use it for your projects.
oxylabs/free-proxy-list
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Claim your access tofree US proxy servers from Oxylabs. Sign up on thedashboard 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 theOxylabs dashboard.
- Head to theDatacenter 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 afree Chrome extension enabling you to easily switch between multiple IP addresses during browsing sessions. See theintegration steps to find out more.
Oxylabs' free premium proxies easily integrate with various third-party tools and enhance their functionality. Explore detailedintegration guides anddocumentation.
Install therequests library usingpip via your terminal:
pip install requests
Then, create a new Python file and utilize this code sample:
importrequests# 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)
We’re excited to see that our content and tools are being referenced by developers and technical writers across platforms!
Email -hello@oxylabs.io
Live chat
About
Claim Free proxy list with United States IP addresses and use it for your projects.
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.


