Generic Usage

End-to-end pooled-job-scraper CLI usage.

Use this as the authoritative command reference for local runs and staging submissions.

Install

python3 -m pip install --upgrade pooled-job-scraper

Standard command

job-scraper \
  --business-url https://example.com \
  --company-name "Example Co" \
  --output output/example-scraped.csv \
  --unique-output output/example-unique.csv

Key flags

Runtime controls

While running, use rate-control> with:

Submission and status endpoints

Required mindset: respect source terms and rate limits, and prefer shared access surfaces over redundant private scraping.