Skip to content

diego-florez/Selenium-Web-Scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scraping Indeed with Selenium

1 Intro:

In this repo you will learn how to make a basic scrape in Indeed using Selenium

2 Goals:

The goal of the project is to automate your job seek and display the jobs you are interested in a csv file

3 Steps:

  • Install Selenium and the Chrome WebDriver
  • Import libraries
  • Change the variables

4 Final Output:

The final output is a csv file with the links to the jobs you are interested in, the tittle of the job, the company offering it, the number of days since the release and the condition/s you require

You should see something like this:

csv-file

How it works: