Skip to content

Latest commit

 

History

History
69 lines (41 loc) · 3.4 KB

README.md

File metadata and controls

69 lines (41 loc) · 3.4 KB

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 - [email protected]
Live chat