This script scrapes job listings from the portaljob-madagascar.com website and saves them to a CSV file.
- Python 3.x
- requests library
- BeautifulSoup library
- Clone the repository:
git clone https://github.com/claudioandriaan/scraping-portal-job-mada.git
- Install the requirement
pip install -r requirements.txt
- Run the script:
python script-portal-job.py -d"output_directory"
-d, --output_directory: Specify the output directory where the scraped data will be saved. Output
The script will scrape job listings from the portaljob-madagascar.com website and save them to a CSV file in the specified output directory. Each job listing will include the link, job title, contract type, and company name.
This project is licensed under the MIT License.
Feel free to modify and customize the content as per your script's specific details and requirements.