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

https://github.com/often/proxyscrape

Lightweight proxy scraper for Deno.
https://github.com/often/proxyscrape

Last synced: 3 months ago
JSON representation

Lightweight proxy scraper for Deno.

Awesome Lists containing this project

README

          

# proxyScrape
Lightweight proxy scraper for Deno.

## Usage
```js
import proxyScrape from 'https://deno.land/x/proxyScrape/mod.js' // import the proxyScrape module

console.log(await proxyScrape('http', 10000, 'all', 'all', 'all')) // type, timeout, countryCode, ssl, anonymity
```