A scraper built on TypeScript and Bun. Scrapes from the following sources:
Source | Method |
---|---|
Custom | Populate custom-list.ts file |
proxydb.net | api |
spys.one | puppeteer |
bunx @puppeteer/browsers install chrome
bun i
bun start
You can contribute by
- Adding custom proxies in "custom-list.ts"
- Adding scraper for other sources.
- Create a new directory. Use the source as name
- import "proxyList" and type "Proxy" from the root index.ts file, append your newly scraped proxies to the proxyList
- Call the scaper function from index.ts