jundymek / free-proxy

Free proxy scraper written in python. It is pypi library - free to use.
MIT License
248 stars 46 forks source link

add more networks #41

Open jjhesk opened 1 year ago

jjhesk commented 1 year ago

please added this resourceful website as well. http://free-proxy.cz/zh/proxylist/country/CN/all/ping/all

dlebedinsky commented 10 months ago

This is a good suggestion. If you want to prioritize security and response speed over country of origin, I think the best implementation is as follows:

  1. Get all highly secure (level1) HTTPS proxies on the first page, sorted for by ping. http://free-proxy.cz/en/proxylist/country/all/https/ping/level1. Drop any that have an unacceptably slow speed, or test them for speed yourself.
  2. Do the same thing but with level2 secure HTTPS proxies. http://free-proxy.cz/en/proxylist/country/all/https/ping/level2
  3. Stack the two tables This would result in a table of HTTPS (which is the most useful protocol these days) proxies, with acceptable security levels, and are reasonably fast/responsive. You can then filter that table by country/region if you really want to.