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
- Host: GitHub
- URL: https://github.com/estebandem/itjobsscrape
- Owner: EstebanDem
- Created: 2021-06-21T19:28:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-21T19:59:17.000Z (over 4 years ago)
- Last Synced: 2024-12-31T14:27:07.723Z (11 months ago)
- Topics: beautifulsoup4, scraping-python, scraping-websites
- Language: Python
- Homepage:
- Size: 8.82 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## 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.
