Skip to content

jvenator/jobs-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jobs Scraper

Purpose

Scrape consistently available information from online job postings. The focus will be on destinations/platforms oriented towards tech and developer positions (i.e., http://careers.stackoverflow.com, http://jobs.37signals.com/, etc.).

Approach

The script should allow/do the following:

  • navigate to index page (initial script will go to a specific site)
  • ask for keyword terms (i.e., ruby, javascript, etc)
  • execute search
  • loop through the search results to store and/or visit each page ** scrape the desired data based on CSS tags

Schema (table_name - field_1, field_2, ... )

postings - company_name, website, posting_url, title, location, description, email

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages