Skip to content

Latest commit

 

History

History
39 lines (38 loc) · 1.05 KB

File metadata and controls

39 lines (38 loc) · 1.05 KB

Job search with python

Description

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.

Get Started

Subscribe and get an API Key from

 https://rapidapi.com/letscrape-6bRBa3QguO5/api/jsearch 

Installation

Clone project

git clone https://github.com/Betrand-dev/Job-search-project.git

Move to the clone directory

cd Job-search-project

Install dependecies

pip install requests
pip install python-dotenv

In 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.py

Check your terminal / Command Line for Output

Example Preview

Capture