Scraper for entry and mid level sw jobs http://51.20.250.24/jobs
Go to file
2024-06-19 20:26:36 +02:00
.gitignore added scraper for it-jobbank 2024-06-11 11:38:05 +02:00
go.mod initial commit 2024-06-08 16:11:40 +02:00
go.sum initial commit 2024-06-08 16:11:40 +02:00
main.go moved cache to details collector 2024-06-19 20:26:36 +02:00
readme.md initial commit 2024-06-08 16:11:40 +02:00
run-scrapers.sh added run script 2024-06-10 11:53:27 +02:00

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.