diego-florez / Selenium-Web-Scraping

Scraping Indeed with Selenium and Python for job seeking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

Scraping Indeed with Selenium and Python for job seeking


Languages

Language:Python 100.0%