A lightning-fast tool that collects, verifies, and delivers fresh proxy servers daily. Perfect for web scraping, automation, and privacy protection.
- ✅
Hourly Updated– Fresh proxy list updated every day - ✅
Fully Tested– Each proxy is checked against multiple websites - ✅
Performance Metrics– Includes response time, status codes, and errors - ✅
Easy Integration– Simple JSON format for seamless use in your projects
{
"status": "success",
"version": "1.0.0",
"author": "snehkr",
"description": "List of free proxies with status information",
"proxies": [
{
"ip": "xxx.xxx.xxx.xxx",
"port": "xxxx",
"example_error": "no",
"example_status": 403,
"example_total_time": 10130,
"google_error": "no",
"google_status": 200,
"google_total_time": 2760,
"last_checked": "2025-06-06T13:34:54.541506+00:00"
}
],
"generated_at": "2025-06-06T13:34:54.541506+00:00"
}*_total_timeResponse time in milliseconds*_errorError message if connection failed*_statusHTTP status code (200, 407, etc.)last_checkedUTC timestamp of last verification
-
Direct JSON Access
-
You can fetch the latest proxy list directly via:
https://minify.snehkr.in/gfp_proxy.json
-
-
Python Example (Using requests)
import requests url = "https://minify.snehkr.in/gfp_proxy.json" response = requests.get(url) proxy_data = response.json() for proxy in proxy_data["proxies"]: print(f"IP: {proxy['ip']}:{proxy['port']} | Google Status: {proxy['google_status']} | Response Time: {proxy['google_total_time']}ms")
- ✔
Reliable– Proxies are tested against google.com, jiotv.com, and tataplay.com - ✔
Fast– Asynchronous checks ensure quick validation - ✔
Transparent– Clear error reporting and performance metrics
- GitHub : snehkr/GrabFreeProxy
- Found a bug? Want to improve the project?
- 👉 Open an Issue or Submit a PR!
- This project is open-source and free to use. Contributions are welcome!
🌟 Happy Proxy Surfing! 🌟
CODED WITH ❤️ BY SNEH KR