A short python script to scrape data from Jobinja.ir with the help of Selenium.
This script searches for the given title and city and saves all the results to a .json
and .csv
file.
-
Clone the project and install the dependencies:
pip install -r requirements.txt
-
Add email and password to jobinja.py:
login('email', 'password') # example: login('test@test.com', '1234')
-
Add filters to jobinja.py:
find_by_filter('title', 'city_fa') # example: find_by_filter('python', 'تهران')
-
Run the script:
python jobinja.py