Redscrap is a simple web scraper for various local job boards, designed to collect job postings efficiently.
- Scrapes job postings from multiple local job boards
- Supports database storage for structured data
- Uses proxy support for better reliability
git clone https://github.com/yourusername/redscrap.git
cd redscrappnpm installBefore running Redscrap, you need to configure environment variables.
-
Create a
.envfile in the project root:touch .env
-
Add the following variables to
.env:DATABASE_URL=your_postgres_connection_string PROXY_URLS="proxy1,proxy2,proxy3" # Comma-separated list of proxies
Once configured, start the scraper with:
pnpm run startThis project is licensed under MIT.