This repository has a simple script to extract job listings from the job search API and parse the job descriptions to extract the required skills in real time.
- Create a virtual environment and install the requirements:
conda create -n bytewax-env python=3.10
conda activate bytewax-env
pip install -r requirements.txt- Create your job search api key
Visit https://rapidapi.com/letscrape-6bRBa3QguO5/api/jsearch and select the free plan. You will need to create an account to get the api key.
- Create a
source.envfile in the root directory of the project and add the following:
api_key = "YOUR_API_KEY"Alternatively, you can set the environment variable api_key in your terminal.
python dataflow.py