From f7fcb41a8779b6279f133811e0028075ca2e3b1d Mon Sep 17 00:00:00 2001 From: christian Date: Tue, 30 Jul 2024 13:10:54 +0000 Subject: [PATCH] Update readme.md --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index b1810ac..eb4ca75 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,7 @@ # The Hub Scraper -This is a simple scraper that extracts job details from the [The Hub](https://thehub.io) website. +This is a simple scraper that extracts job details from the [The Hub](https://thehub.io) website and itjobbank. + ## Usage @@ -10,4 +11,4 @@ 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. +The scraper will create a `thehub.json` and `itjobbank.json` file in the current directory, which contains a list of job details in JSON format. It caches the pages, so very light on resources and requests.