Skip to main content

Searches 150 + job from indeed websites in 5 seconds

Project description

[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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

indeedjobsearch-6.2.0-py3-none-any.whl (16.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page