forked from rannes.dev/sw-jobs-go
fork to deploy sw-job-scraper as lambda
.gitignore | ||
go.mod | ||
go.sum | ||
readme.md | ||
scraper.go |
The Hub Scraper
This is a simple scraper that extracts job details from the The Hub website.
Usage
To run the scraper, simply execute the following command:
go run scraper.go
The scraper will create a jobs.json
file in the current directory, which contains a list of job details in JSON format.