Zioq / Job_Web_Scraper

Using a `requests` and `BeautifulSoup`, get the job title and company name with a Python 🐍

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Job Web Scraper

Using a requests and BeautifulSoup, get the job title and company name with a Python 🐍

Job Website data scraping

This python code is used to scrap data in job websites (https://ca.indeed.com/ and https://stackoverflow.com/)

Using a beautifulsoup4 we will get the Job title and Company name related to 'Python' and save it as CSV file.

Requirement library requests(Python HTTP for Humans): Enter this command pip install requests (https://github.com/psf/requests)

BeautifulSoup4 (Screen-scraping library) Enter this command pip install beautifulsoup4 (https://pypi.org/project/beautifulsoup4/)

About

Using a `requests` and `BeautifulSoup`, get the job title and company name with a Python 🐍


Languages

Language:Python 100.0%