Skip to content

Find out how to get a free proxy list with United States IP addresses and use it for your projects.

Notifications You must be signed in to change notification settings

oxylabs/free-proxies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Free Proxy List

Free Proxies

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

🛠️ How to get free proxy server IPs

  1. Register an account on the Oxylabs dashboard.
  2. Head to the Datacenter Proxies page and create a proxy user.
  3. Test the connection using a proxy manager or send a web request via cURL, Python, or your preferred setup.

🧩 Easy proxy management on Chrome

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.

🔗 Simple integration

Oxylabs' free premium proxies easily integrate with various third-party tools and enhance their functionality. Explore detailed integration guides and documentation.

cURL Python JavaScript PHP Go Java C#

Python integration example

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)

Contacts

Email - hello@oxylabs.io
Live chat