Welcome to Next Job Board!
Search jobs from Stack Overflow, Monster, and Indeed in a single search! Next Job Board is a React, NextJS and Go project.
Learn more about the project.
Search jobs from Stack Overflow, Monster, and Indeed in a single search! Next Job Board is a React, NextJS and Go project.
Learn more about the project.
This project scrapes job data from Monster, Indeed and Stack Overflow. The client facing web app is a React app built with the NextJS framework. This frontend client makes API requests to a serverless function endpoint written in Go, running on Google Cloud.
The Go serverless function is invoked on each request and accepts request parameters which are used to scrape each job site. The Go server returns a json response containing the corresponding job data to the frontend client.
View source code for the Go webscraper at: github.com/kcoro/goscraper