{"id":22867563,"url":"https://github.com/indatawetrust/proxy-sources","last_synced_at":"2025-03-31T10:45:26.763Z","repository":{"id":32989050,"uuid":"148898701","full_name":"indatawetrust/proxy-sources","owner":"indatawetrust","description":"Free proxy servers list","archived":false,"fork":false,"pushed_at":"2022-12-11T05:09:11.000Z","size":449,"stargazers_count":2,"open_issues_count":10,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-06T15:37:41.407Z","etag":null,"topics":["proxies","proxy","proxy-checker","proxy-server"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/indatawetrust.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-15T12:10:01.000Z","updated_at":"2023-04-27T11:24:10.000Z","dependencies_parsed_at":"2023-01-14T22:57:06.687Z","dependency_job_id":null,"html_url":"https://github.com/indatawetrust/proxy-sources","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indatawetrust%2Fproxy-sources","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indatawetrust%2Fproxy-sources/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indatawetrust%2Fproxy-sources/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indatawetrust%2Fproxy-sources/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/indatawetrust","download_url":"https://codeload.github.com/indatawetrust/proxy-sources/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246458020,"owners_count":20780675,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["proxies","proxy","proxy-checker","proxy-server"],"created_at":"2024-12-13T12:28:02.830Z","updated_at":"2025-03-31T10:45:26.739Z","avatar_url":"https://github.com/indatawetrust.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Travis Build\nStatus](https://img.shields.io/travis/indatawetrust/proxy-sources.svg)](https://travis-ci.org/indatawetrust/proxy-sources)\n\nproxy list resource: https://github.com/clarketm/proxy-list\n\n# proxy-list\nFree proxy servers list\n\n#### install\n```\nnpm i -S proxy-sources\n```\n\n#### usage\n```js\nconst ProxyList = require('proxy-sources')\nconst rp = require('request-promise')\n\n;(async () =\u003e {\n\n  const pl = await ProxyList();\n\n  console.log(pl.list)\n\n  /*\n  [ '125.141.200.14:80',\n  '125.141.200.36:80',\n  '125.141.200.15:80',\n  '125.141.200.7:80',\n  '125.141.200.38:80',\n  '191.252.185.161:8090',\n  '5.196.224.39:8080',\n  '5.135.164.72:3128' ]\n  */\n\n  // request usage\n  const options = {\n    uri: 'https://api.myip.com',\n    proxy: `http://${pl.random()}`,\n    json: true\n  }\n\n  console.log(await rp(options))\n\n  // sample\n  // {\"ip\":\"212.93.119.116\",\"country\":\"Latvia\",\"cc\":\"LV\"}\n\n})()\n```\n\n#### checker and timeout\n\nChecker is off by default. It allows controlling the proxy addresses. Returns proxy addresses. Timeout is 5 seconds by default. You can set it to 1 second to get fast proxy addresses. Set the timeout value in milliseconds.\n\n```js\nconst ProxyList = require('proxy-sources')\nconst rp = require('request-promise')\n\n;(async () =\u003e {\n\n  const pl = await ProxyList({\n    checker: true,\n    timeout: 1e3\n  });\n})()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findatawetrust%2Fproxy-sources","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Findatawetrust%2Fproxy-sources","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findatawetrust%2Fproxy-sources/lists"}