Skip to content

Playing with web scraping. screen_scraper main() method allows image harvesting, linkedin parse_url() grabs job descriptions, indeed accesses the Indeed API. Use politely.

Notifications You must be signed in to change notification settings

CunningDJ/WebScrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebScrape

Playing with web scraping. screen_scraper main() method allows website image harvesting via GUI (using the WebScraper object), linkedin parse_url() grabs job descriptions, indeed accesses the Indeed API. Use politely.

Current capabilities

  • screen_scraper.py // Downloads all .png, .jpg and .jpeg files found with img tags.
  • indeed_api.py // Accesses and harvests Indeed listings for given search criteria via its API.
  • linkedin/parse_url.py // Harvests LinkedIn job listings via scraping.

About

Playing with web scraping. screen_scraper main() method allows image harvesting, linkedin parse_url() grabs job descriptions, indeed accesses the Indeed API. Use politely.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages