This is a Go application that scrapes job listings from seek.com.au using goquery and prints them to the console.
- Scrapes job title, company, location, and link from Seek job listings
- Prints results in a readable format
- Go 1.18 or newer
- Internet connection
- Clone this repository or copy the code into your Go workspace.
- Install dependencies:
go get github.com/PuerkitoBio/goquery
- Run the application:
go run main.go
You can modify the jobTitle and location variables in main.go to change the search query.
MIT