This is a basic python app that uses the Jsearch api to search for jobs by collecting
the kind of job and the location
from the user and prints out all job posted
online and thier job link relating to what the user is looking for.
Subscribe and get an API Key from
https://rapidapi.com/letscrape-6bRBa3QguO5/api/jsearch
Clone project
git clone https://github.com/Betrand-dev/Job-search-project.gitMove to the clone directory
cd Job-search-projectInstall dependecies
pip install requests
pip install python-dotenvIn your project directory create a .env file
and add
# .env
RAPIDAPI_JSEARCH_KEY = "<Your Api key from RapidApi >"
Finally in your terminal / command line start the application
python jobsearch.pyCheck your terminal / Command Line for Output