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.
- Host: GitHub
- URL: https://github.com/often/proxyscrape
- Owner: often
- License: mit
- Created: 2020-05-30T22:41:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-21T08:37:34.000Z (over 2 years ago)
- Last Synced: 2025-10-20T16:38:48.567Z (8 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```