Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1002 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 1002 Bytes

scraping-portal-job-mada

This script scrapes job listings from the portaljob-madagascar.com website and saves them to a CSV file.

Requirements

  • Python 3.x
  • requests library
  • BeautifulSoup library

Usage

  1. Clone the repository:
    git clone https://github.com/claudioandriaan/scraping-portal-job-mada.git
    
  2. Install the requirement
    pip install -r requirements.txt
    
  3. Run the script:
    python script-portal-job.py -d"output_directory"
    

Parameters

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

License

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.