Free Proxy Scraper avatar
Free Proxy Scraper

Pricing

$5.00 / 1,000 results

Go to Store
Free Proxy Scraper

Free Proxy Scraper

Developed by

CodePoetry

CodePoetry

Maintained by Community

Scrape and filter 100% working free proxies with our tool. Filter by country codes and protocols (HTTP, SSL, SOCKS4, SOCKS5), then sort by speed. Ideal for web scraping, SEO, or bypassing restrictions. Get a ready-to-use list in seconds with automated validation and sorting.

0.0 (0)

Pricing

$5.00 / 1,000 results

0

Total users

23

Monthly users

11

Runs succeeded

>99%

Last modified

3 months ago

Free Proxy List Fetcher

Effortlessly filter and sort free proxies for your data collection needs


🚀 Overview

This Apify Actor simplifies proxy management by fetching, validating, and filtering free proxies based on country codes, protocol support (HTTP/SSL/SOCKS), and sorting criteria. Perfect for web scraping, data mining, or bypassing IP restrictions.


📈 Why Use This Actor?

  • Save Time: Avoid manual proxy validation and filtering.
  • Reliability: Built-in error handling and type validation.
  • Flexibility: Customize filters for specific use cases like geo-targeted scraping.

🌟 Key Features

  • Country Code Filtering: Validate and filter proxies by ISO 3166-1 alpha-2/alpha-3 codes (e.g., "US", "DE").
  • Protocol Support: Filter proxies by HTTP, SSL, SOCKS4, or SOCKS5 support (or exclude unsupported protocols).
  • Anonymity Mapping: Convert numeric anonymity levels (1-4) to human-readable labels like "High anonymity".
  • Sorting: Sort results by delay, lastseen, or reliability metrics in ascending/descending order.
  • Error Handling: Gracefully handles invalid inputs and proxy list errors.

🛠️ Usage

Input Parameters

{
"country_codes": ["US", "GB"], // Optional: Filter by country codes
"http": "true", // "true" (require support), "false" (exclude), "unset" (ignore)
"ssl": "unset", // Same logic for SSL
"socks4": "unset", // Same logic for SOCKS4
"socks5": "unset", // Same logic for SOCKS5
"sort_by": "delay", // Sort field (e.g., "lastseen")
"sort_order": "asc" // "asc" or "desc"
}

Example Output

{
"proxies": [
{
"ip": "51.158.78.130", // IP address
"port": 16379, // Port
"http": false, // HTTP Protocol support
"ssl": false, // SSL Protocol support
"socks4": false, // SOCKS4 Protocol support
"socks5": true, // SOCKS5 Protocol support
"anon": "High anonymity", // Anonymity level
"country_code": "FR", // Country code
"delay": 5100.0, // Delay in milliseconds
"lastseen": 118, // Last seen in days
"checks_up": "52", // Number of successful checks
"checks_down": "91" // Number of failed checks
}
]
}