The Craigslist Job Postings Scraper is a Python-based project that enables you to gather job listings from Craigslist for a specific location and category. This versatile tool simplifies the process of obtaining up-to-date job data from Craigslist. You can customize the location, category, and batch parameters to fetch the most relevant job postings. The scraped job data, including job titles and commissions, is then saved in a CSV file for your convenience.
- Automated scraping of job postings from Craigslist.
- Customizable location, category, and batch for specific searches.
- Error handling to ensure reliable performance.
- Export scraped data to a CSV file for analysis.
- Python 3.x
- Requests for making HTTP requests.
- CSV for working with CSV files.
- datetime for timestamping data retrieval.
- Clone this repository:
git clone https://github.com/zararashraf/craigslist-job-postings-scraper.git
- Install the required libraries:
pip install requests
- Customize the location, category, and batch parameters in the script.
- Run the script:
python main.py
You can access the source code for this project on GitHub.
- Requests: https://docs.python-requests.org/en/latest/
- Python: https://www.python.org/
This project is licensed under the Creative Commons Attribution 4.0 International License. You are free to use, modify, and distribute the code while providing appropriate attribution.