Skip to content

FaithSmith/Scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Scraping Indeed website

Using BeautifulSoup and requests, I scrape different data scientist job posts. Different values like title, date, job snippet, links are scraped.

Saving data

  1. Using sqlite3, I create a database called indeed.db, in which I create a table named dataScientistJobs. See scrape_indeed_save_df.py
  2. Using pandas, I save the data in a dataframe scrape_indeed_save_df.py.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages