This extension aggregates job postings from a list of popular platforms: Indeed, LinkedIn, ZipRecruiter, Glassdoor, and Google. It fetches data via each platform's API or parsing method, unifies the results, and exposes them for display or further processing.
To Run this code you need to have Python >= 3.9. Hence, it's recommended to install on Conda
To install Conda, you can follow these steps:
-
Download and install Miniconda or Anaconda from the official site:
-
Follow the installer’s prompts and restart your terminal.
-
Verify installation by running:
conda --version- Install the required packages:
git clone https://github.com/sumansaurabh/JobsCurator.git
cd JobsCurator
cond create -n job_seeker python=3.12
conda activate job_seeker
pip install -r requirements.txt- Run the library
python main.pyThis will run the code
- Tailor the code for your usage
a. If you want to search other kinds of jobs, modify
main.pyfile. b. Look forsearch_term="Product Manager",c. Change it to your respective search term d. Based on your choices, change the Job location or other fields