# PaulMcInnis/JobFunnel

Scrape job websites into a single spreadsheet with no duplicates.

Repository: https://github.com/PaulMcInnis/JobFunnel
Canonical: https://ross.abutalabs.com/products/jobfunnel
Language: Python
License: MIT
License Family: permissive
Topics: jobs, search, indeed, glassdoor, scraper, job, automated, csv, python, tfidf, yaml, waterloo, international, beautiful-soup, job-search, linkedin
Archived: true
Last push: 2025-12-10T03:01:02+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 56, release rhythm 8, longevity 100
- inputs: {"age_days": 3296, "days_push": 266, "days_rel": 687, "gap_med": null, "n_releases_24m": 1}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2180, forks 261 (observed 2026-08-28T04:06:23.213737+00:00)

## What it is
JobFunnel is a Python CLI tool that scrapes job postings from multiple job websites (Indeed, Glassdoor, LinkedIn) into a single deduplicated CSV spreadsheet. It is now archived as a historical/educational artifact because modern job boards' anti-bot measures broke its scraping approach.

## Use cases
- scrape job postings from indeed glassdoor and linkedin into one csv
- deduplicate job listings across multiple job boards
- track job application status in a spreadsheet
- automate nightly job searches with cron
- search for remote jobs across locales
- filter out jobs I've already seen or rejected

## When to choose
- you need a historical reference for building a job scraper
- a target job board still serves static HTML with simple pagination
- you want an educational example of a Python scraping CLI with YAML config

## When to avoid
- you need working job scraping today - major job boards now block it with bot detection
- you want a maintained tool with active support
- you need browser-automation-based scraping (use Playwright/Selenium-based tools instead)

## Facets
- artifact type: cli-tool
- maturity: abandoned
- function: web-scraping, cli, search-engine, csv
- domain: crawlers, developer-tools, hr
- platform: python, cli, cross-platform
- tags: job-search, scraper, indeed, glassdoor, linkedin, masterlist, deduplication, archived, automation

## Member repositories
- PaulMcInnis/JobFunnel (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:23.213737+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:48:43.016929+00:00, confidence not recorded.
  - readme: https://github.com/PaulMcInnis/JobFunnel (fetched 2026-08-28T04:06:23.213737+00:00, sha 07e5e0c0f8cf)
  - registry_pypi: https://pypi.org/pypi/jobfunnel/json (fetched 2026-08-29T10:28:35.771025+00:00, sha 514780b7a40e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
