fork to deploy sw-job-scraper as lambda
Go to file
2024-06-08 16:48:00 +02:00
.gitignore initial commit 2024-06-08 16:11:40 +02:00
go.mod added aws lambda integrations 2024-06-08 16:48:00 +02:00
go.sum added aws lambda integrations 2024-06-08 16:48:00 +02:00
readme.md initial commit 2024-06-08 16:11:40 +02:00
scraper.go added aws lambda integrations 2024-06-08 16:48:00 +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.