@yasir.erkam/proxyopi
v1.0.32
Published
free proxy api
Downloads
365
Maintainers
Readme
Free Proxy API
🏠 Homepage
Sources of Proxies
Fetch free proxies from:
- https://checkerproxy.net
- https://www.cool-proxy.net
- http://free-proxy.cz
- https://www.us-proxy.org
- https://www.sslproxies.org
- https://free-proxy-list.net
- https://free-proxy-list.net/uk-proxy.html
- https://free-proxy-list.net/anonymous-proxy.html
- https://raw.githubusercontent.com/zloi-user/hideip.me
- https://hidemy.io
- https://www.my-proxy.com
- https://openproxy.space
- https://premproxy.com
- https://proxy-daily.com
- https://proxy-list.org
- https://www.proxynova.com
- https://proxyscrape.com
- more...
Install
npm i @yasir.erkam/proxyopi
Example
import { ProxyOPI, Proxy, ProxyList, Protocol } from "@yasir.erkam/proxyopi";
const proxyOPI = await ProxyOPI.getInstanceAsync("./path/to/proxyList.json");
const proxyList = await proxyOPI.getProxyListAsync();
const list = proxyList.list.filter((proxy: Proxy) => proxy.protocols[0] === Protocol.http || proxy.protocols[0] === Protocol.https);
console.log(list);
Run tests
npm run test
Author
👤 Yasir Erkam Özdemir
- Github: @yasirerkam
🤝 Contributing
Contributions, issues and feature requests are welcome!Feel free to check issues page. You can also take a look at the contributing guide.
Show your support
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator