{"id":19389277,"url":"https://github.com/joewhite86/proxy-rotator","last_synced_at":"2025-10-11T22:05:25.072Z","repository":{"id":18521618,"uuid":"21721626","full_name":"joewhite86/proxy-rotator","owner":"joewhite86","description":"Simple proxy rotation service","archived":false,"fork":false,"pushed_at":"2015-10-26T13:49:07.000Z","size":212,"stargazers_count":30,"open_issues_count":0,"forks_count":11,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-10-11T22:05:24.438Z","etag":null,"topics":["javascript","proxies","proxy-rotator","rotation"],"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/joewhite86.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":"2014-07-11T04:21:55.000Z","updated_at":"2024-08-12T19:14:18.000Z","dependencies_parsed_at":"2022-07-22T07:32:05.386Z","dependency_job_id":null,"html_url":"https://github.com/joewhite86/proxy-rotator","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/joewhite86/proxy-rotator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joewhite86%2Fproxy-rotator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joewhite86%2Fproxy-rotator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joewhite86%2Fproxy-rotator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joewhite86%2Fproxy-rotator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joewhite86","download_url":"https://codeload.github.com/joewhite86/proxy-rotator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joewhite86%2Fproxy-rotator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279009036,"owners_count":26084547,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["javascript","proxies","proxy-rotator","rotation"],"created_at":"2024-11-10T10:15:46.409Z","updated_at":"2025-10-11T22:05:25.058Z","avatar_url":"https://github.com/joewhite86.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# proxy-rotator\n\n**Proxy rotation service written in Node.js.**\n\n----------\n\n#### Features:\n\n - Rotation per host\n - Handling of broken proxies\n - Handling of blocked proxies\n - Time between requets per proxy\n - Statistics to identify problematic proxies\n\n## Installation\n```bash\nnpm install proxy-rotator\ncd node_modules/proxy-rotator\nvim config.json\n// fill in your proxies: [\"http://user:pass@proxy.server:port\"]\n```\n\n## Configuration\nTo configure the service edit the file *config.json*\n\n- **defaultTimeout**: Timeout in ms to wait for a response if not passed with the request (default: 5000)\n- **port**: Port to listen to (default: 8000)\n- **bindAddress**: If set, the service will only listen to this address (default: any)\n- **repairTime**: Time in seconds a proxy is broken until next try\n- **blockTimeout**: Time in seconds a proxy is blocked until next try\n- **graceTime**: Time between requests on a single proxy\n- **logging**: See log4js\n- **proxies**: Array of proxies. Format: [protocol]://[username]:[password]@[ip/name]:[port] \n\n## Start\n```bash\n// using forever is recommended\nforever start app\n// the default way\nnode app\n```\n\n## Usage\n```bash\ncurl 'localhost:8000?url=https://google.de'\ncurl 'localhost:8000?timeout=5000\u0026url=https://google.de'\ncurl 'localhost:8000/proxies'\ncurl 'localhost:8000/status'\n```\n    \n## Licence\nThe MIT License (MIT)\n\nCopyright (c) 2014 Jochen Weis\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoewhite86%2Fproxy-rotator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoewhite86%2Fproxy-rotator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoewhite86%2Fproxy-rotator/lists"}