├── README.md └── images ├── Free Proxies-1090x275px-new.png ├── Free-Proxies-1090x275.png ├── Free-proxies-V1_GitHub.png ├── free_proxies.png └── oxy_proxy.png /README.md: -------------------------------------------------------------------------------- 1 | 2 | # Free Proxy List 3 | 4 | 5 | [![Free Proxies](https://raw.githubusercontent.com/oxylabs/free-proxy-list/refs/heads/main/images/Free-proxies-V1_GitHub.png)](https://oxylabs.io/products/free-proxies?utm_source=877&utm_medium=affiliate&groupid=877&transaction_id=102c8d36f7f0d0e5797b8f26152160) 6 | 7 | 8 | [![](https://dcbadge.vercel.app/api/server/eWsVUJrnG5)](https://discord.gg/Pds3gBmKMH) 9 | 10 | Claim your access to [free US proxy servers](https://oxylabs.io/products/free-proxies) from Oxylabs. Sign up on the [dashboard](https://dashboard.oxylabs.io/) to unlock premium features including: 11 | 12 | - [x] Free HTTP/HTTPS/SOCKS5 proxies 13 | - [X] 20 concurrent sessions 14 | - [X] 5GB of traffic per month across 5 US IPs 15 | - [X] Exceptional performance & speed 16 | 17 | ## 🛠️ How to get free proxy server IPs 18 | 19 | 1. Register an account on the [Oxylabs dashboard](https://dashboard.oxylabs.io/). 20 | 2. Head to the [Datacenter Proxies page](https://dashboard.oxylabs.io/en/overview/datacenter-proxies) and create a proxy user. 21 | 3. Test the connection using a proxy manager or send a web request via cURL, Python, or your preferred setup. 22 | 23 | ![](images/free_proxies.png) 24 | 25 | 26 | ## 🧩 Easy proxy management on Chrome 27 | 28 | [Oxy® Proxy Manager](https://oxylabs.io/products/chrome-proxy-extension) is a **free Chrome extension** enabling you to easily switch between multiple IP addresses during browsing sessions. See the [integration steps](https://developers.oxylabs.io/proxies/integration-guides/shared-datacenter-proxies-guides/oxy-proxy-extension-for-chrome) to find out more. 29 | 30 | ![](images/oxy_proxy.png) 31 | 32 | ## 🔗 Simple integration 33 | 34 | Oxylabs' free premium proxies easily integrate with various third-party tools and enhance their functionality. Explore detailed [integration guides](https://oxylabs.io/resources/integrations) and [documentation](https://developers.oxylabs.io/proxies/datacenter-proxies/free-datacenter-ips). 35 | 36 | [![cURL](https://img.shields.io/badge/cURL-073551?style=for-the-badge&logo=curl&logoColor=white)](https://curl.se) [![Python](https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white)](https://python.org) [![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black)](https://developer.mozilla.org/en-US/docs/Web/JavaScript) [![PHP](https://img.shields.io/badge/PHP-777BB4?style=for-the-badge&logo=php&logoColor=white)](https://php.net) [![Go](https://img.shields.io/badge/Go-00ADD8?style=for-the-badge&logo=go&logoColor=white)](https://go.dev) [![Java](https://img.shields.io/badge/Java-ED8B00?style=for-the-badge&logo=openjdk&logoColor=white)](https://www.java.com) [![C#](https://img.shields.io/badge/C%23-239120?style=for-the-badge&logo=c-sharp&logoColor=white)](https://dotnet.microsoft.com/languages/csharp) 37 | 38 | ### Python integration example 39 | 40 | Install the [requests](https://requests.readthedocs.io/en/latest/) library using `pip` via your terminal: 41 | 42 | ```bash 43 | pip install requests 44 | ``` 45 | 46 | Then, create a new Python file and utilize this code sample: 47 | 48 | ```python 49 | import requests 50 | 51 | # Replace with your proxy user credentials. 52 | username = 'USERNAME' 53 | password = 'PASSWORD' 54 | 55 | # Port `8000` rotates IPs from your proxy list. 56 | address = 'dc.oxylabs.io:8000' 57 | 58 | proxies = { 59 | 'https': f'https://user-{username}:{password}@{address}' 60 | } 61 | 62 | response = requests.get('https://ip.oxylabs.io/location', proxies=proxies) 63 | 64 | print(response.text) 65 | ``` 66 | ### Featured in Technical Communities 67 | We’re excited to see that our content and tools are being referenced by developers and technical writers across platforms! 68 | 69 | [Best 10 Free Proxy Providers](https://medium.com/@lambert.watts.809/best-10-free-proxy-providers-dd78cd93fc04) 70 | 71 | [What Is a Residential Proxy?](https://medium.com/@marvis.crisco67/what-is-a-residential-proxy-101e71812a2f) 72 | 73 | [12 Best Proxy Providers](https://medium.com/@simon.dalton.349/best-proxy-providers-77e68734574f) 74 | 75 | 76 | ## Contacts 77 | Email - hello@oxylabs.io 78 |
Live chat 79 | -------------------------------------------------------------------------------- /images/Free Proxies-1090x275px-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oxylabs/free-proxy-list/7c0d9c24e80787c145b5ff1c76bccc0c477ffa2a/images/Free Proxies-1090x275px-new.png -------------------------------------------------------------------------------- /images/Free-Proxies-1090x275.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oxylabs/free-proxy-list/7c0d9c24e80787c145b5ff1c76bccc0c477ffa2a/images/Free-Proxies-1090x275.png -------------------------------------------------------------------------------- /images/Free-proxies-V1_GitHub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oxylabs/free-proxy-list/7c0d9c24e80787c145b5ff1c76bccc0c477ffa2a/images/Free-proxies-V1_GitHub.png -------------------------------------------------------------------------------- /images/free_proxies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oxylabs/free-proxy-list/7c0d9c24e80787c145b5ff1c76bccc0c477ffa2a/images/free_proxies.png -------------------------------------------------------------------------------- /images/oxy_proxy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oxylabs/free-proxy-list/7c0d9c24e80787c145b5ff1c76bccc0c477ffa2a/images/oxy_proxy.png --------------------------------------------------------------------------------