Rare find

Job Scraper. Automatically find jobs, match them to your resume, and track applications in one place.

github.com/anandanair/job-scraper

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

March 2026
  • fix(supabase): create dedicated trigger function for base_resume.upda…
  • refactor: use storage path instead of public URL for resume upload
  • docs: update README to reflect config.py as source of truth
  • refactor(config): restructure config file into clear sections for bet…
  • chore: increase resume scoring jobs per run from 1 to 5
  • fix(llm_client): set default temperature to 1 for better response qua…
  • ci: remove workflow env vars and hardcode config values
  • refactor: add Dict import to supabase_utils typing
  • docs: update README to reflect Supabase storage integration
  • remove unused variable
  • feat: integrate Supabase as primary data source for resume and jobs
  • feat: add secure base resume storage via Supabase
  • refactor(config): rename and add Supabase configs, remove LinkedIn email
  • ci: update GitHub Actions workflows for multi-LLM support
  • docs: update README for universal LLM support and quota management
  • feat(llm): add universal LLM client with rate limiting and budget tra…
  • refactor(config): switch to flexible LLM provider system and consolid…
  • refactor: replace direct LLM client with abstraction and simplify val…
  • refactor: replace direct gemini client with abstracted llm client
  • fix(pdf_generator): handle "NA" placeholders and improve link formatting