Skip to content

FatemeFouladkar/Scrape-Jobinja-With-Selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrape-Jobinja-With-Selenium

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.

Run the script

  1. Clone the project and install the dependencies:

    pip install -r requirements.txt
    
  2. Add email and password to jobinja.py:

    login('email', 'password')
    # example:
        login('test@test.com', '1234')
    
  3. Add filters to jobinja.py:

    find_by_filter('title', 'city_fa')
    # example:
        find_by_filter('python', 'تهران')
    
  4. Run the script:

    python jobinja.py
    

Sample Output:


sample output

About

A short snippet using Selenium to scrap data from Jobinja.ir

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages