An open API service indexing awesome lists of open source software.

https://github.com/estebandem/itjobsscrape

Web scraping of a job portal to get the complete description of each job and save it in a .csv
https://github.com/estebandem/itjobsscrape

beautifulsoup4 scraping-python scraping-websites

Last synced: 9 months ago
JSON representation

Web scraping of a job portal to get the complete description of each job and save it in a .csv

Awesome Lists containing this project

README

          

# ITJobsScrape
## Problem

I wanted to get all the job offers from the IT JOBS site so that later I could analyze them

![IT Jobs List](https://github.com/EstebanDem/ITJobsScrape/blob/main/itscrp.gif)

## Solution

Using mainly 'BeautifulSoup' I do a quick scan of all the offers, and then input one by one to get the complete description of each one and save it in a .csv file for future use.

![Solution](https://i.imgur.com/dYuOz1M.png)