An open API service indexing awesome lists of open source software.

https://github.com/bes-js/fastgate

Fastgate provides free, secure, and easy-to-integrate proxy services for developers.
https://github.com/bes-js/fastgate

connect elite http https proxies proxy proxy-list proxy-scraper proxy-server

Last synced: 11 months ago
JSON representation

Fastgate provides free, secure, and easy-to-integrate proxy services for developers.

Awesome Lists containing this project

README

          






Fastgate provides free, secure, and easy-to-integrate proxy services for developers.

#



Powered By Nyro

#









Discord


Buy Me A Coffee

## Installation

Using npm:
```shell
$ npm install fastgate
```

Other Installations:

```bash
$ yarn add fastgate
```

```bash
$ pnpm add fastgate
```

## Usage
```js
import fastgate from 'fastgate';

/* Promise */
fastgate.getProxyList({
country: ['tr'],
protocol: ['http'],
anonymity: ['Elite'],
timeout: 5555
}).then((response) => {
console.log(response);
});

/* Promise */
fastgate.getProxy({
force: false,
proxyOptions: {
alive: true,
timeout: (timeout) => {
return timeout < 5000;
},
ip: (ip) => {
return ip.startsWith('190');
}
}).then((response) => {
console.log(response);
});
```

## License

fastgate is licensed under the **GPL-3.0** License. See the [LICENSE](./LICENSE.md) file for details.

## Support

[![Discord Banner](https://api.weblutions.com/discord/invite/luppux/)](https://discord.gg/luppux)