An open API service indexing awesome lists of open source software.

https://github.com/cxmrykk/seek-indeed-gui

Save time browsing jobs; Display Seek and Indeed jobs on a single page with sort, filter, search and more!
https://github.com/cxmrykk/seek-indeed-gui

australia chromedriver electron indeed scraper seek vite

Last synced: 2 months ago
JSON representation

Save time browsing jobs; Display Seek and Indeed jobs on a single page with sort, filter, search and more!

Awesome Lists containing this project

README

          


Seek Indeed GUI


Save time browsing jobs;
Displays results from seek.com.au and au.indeed.com in an interactive table!



### Features
- **Self contained:** Scrapes jobs from both Seek and Indeed using built-in `chromedriver` and `electron`
- **Compact:** Results are displayed in a multi page table with customisation options
- **Organised:** Apply sorting and filtering using MUI's interactive `` component

### Installing
- For now you will need to build the executable yourself (see below)

### Building/Testing

- Install these dependencies:
+ [Bun](https://bun.sh/docs/installation)
+ [Node.js](https://nodejs.org/en/download/prebuilt-installer)

```sh
# Install required dependencies from NPM
bun install

# Run the development server to test
bun run dev

# Build the executable to "/dist" output directory
bun run build
```