Skip to content

lregala/IndeedExpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IndeedExpress

A python job posting scraper for Indeed. Outputs an xlsx file containing the scraped postings.

Packages required:

  • Beautiful Soup
  • Requests
  • lxml
  • openpyxl
  • pandas
  $ pip install beautifulsoup4
  $ pip install requests
  $ pip install lxml 
  $ pip install openpyxl 
  $ pip install pandas 

Disclaimer

Scrape at your own risk. Please read Indeed's terms of service here before using this tool.

About

A python job posting scraper for Indeed. Outputs an xlsx file containing the scraped postings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages