🕷️
Indeed Job Scraper
Scrapes job listings from Indeed for several cities and job titles, then saves the results to a CSV file.
Scrapes job listings from Indeed for several cities and job titles, then saves the results to a CSV file.
Scrapes job listings from Indeed for several cities and job titles, then saves the results to a CSV file.
python indeed-scraper.py.full+stack+developer, data+scientist) across 4 cities (Mumbai, Bangalore, Hyderabad, Pune), printing each URL as it fetches results:http://www.indeed.co.in/jobs?q=full+stack+developer&l=mumbai&start=0
full+stack+developer mumbai 0
...
job_listing.csv.pip install -r requirements.txt
python indeed-scraper.py
requests, beautifulsoup4, lxml, pandas.