This Scrapy spider scrapes job listings from Indeed.com for Python developer positions.
- Clone this repository:
git clone https://github.com/MuhabEssam/ScrapJobs
- Install the required Python packages:
pip install scrapy
1.Navigate to the project directory:
cd job-listing-crawler
- Run the scrapy spider :
scrapy crawl scrap_jobs.py -o job_listings.json