indeedjobsearch

Searches 150 + job from indeed websites in 5 seconds


License
MIT
Install
pip install indeedjobsearch==6.2.0

Documentation

[license]

indeedjobsearch Bot

paypal

what is Indeed Job Search Bot ?

  • Indeed job search bot is a bot that finds you 150 + jobs in less than 5 seconds
  • The output can be saved as either CSV or Excel File
  • Refer to examples shown Below

Dependencies

pip install pandas
pip install bs4
pip install requests

Installation

pip install indeedjobsearch

Usage

try:

    from indeedjobsearch.indeedjobsearch import IndeedJobSearch
    print("All modules loaded .... ")
    
except Exception as e:
    print("Failed to load Module ")
    
# create a object of class 
jobsearch = IndeedJobSearch(title='Python', location="Bridgeport , CT")

# call method getJobs()
data  = jobsearch.getJobs()

# Return Pandas Dataframe 
print(data)

# Save all the Jobs in Excel File 
jobsearch.saveExcel()
  • we will add more features to this. if you have any issue running this kindly send a email to the author

Authors

Soumil Nitin Shah

Bachelor in Electronic Engineering | Masters in Electrical Engineering | Master in Computer Engineering |

License

This project is licensed under the MIT License - see the LICENSE.md file for details