Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 487 Bytes

File metadata and controls

8 lines (8 loc) · 487 Bytes

Indeed Scraper

image

Description

Python script that scrapes job postings from Indeed

Usage

python scraper.py --job_title [job title you want to scrape data for] --output_dir [directory to save data to] --num_pages [number of pages to scrape]

Example

python scraper.py --job_title "Machine Learning Engineer" --output_dir data --num_pages 100