{"id":44743866,"url":"https://github.com/alpharomercoma/ai-indeed-application-automation","last_synced_at":"2026-02-15T21:26:31.182Z","repository":{"id":333547545,"uuid":"1137099601","full_name":"alpharomercoma/ai-indeed-application-automation","owner":"alpharomercoma","description":"End-to-End Job Application Automation with Daily Processing and AI Filter","archived":false,"fork":false,"pushed_at":"2026-01-19T19:41:10.000Z","size":158,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-20T01:02:18.091Z","etag":null,"topics":["browser-use","gemini-api","scraper","ts-jobspy","vercel"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alpharomercoma.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-18T22:49:46.000Z","updated_at":"2026-01-19T19:44:46.000Z","dependencies_parsed_at":"2026-01-20T01:02:28.344Z","dependency_job_id":null,"html_url":"https://github.com/alpharomercoma/ai-indeed-application-automation","commit_stats":null,"previous_names":["alpharomercoma/ai-indeed-application-automation"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/alpharomercoma/ai-indeed-application-automation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpharomercoma%2Fai-indeed-application-automation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpharomercoma%2Fai-indeed-application-automation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpharomercoma%2Fai-indeed-application-automation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpharomercoma%2Fai-indeed-application-automation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alpharomercoma","download_url":"https://codeload.github.com/alpharomercoma/ai-indeed-application-automation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpharomercoma%2Fai-indeed-application-automation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29490041,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T19:29:10.908Z","status":"ssl_error","status_checked_at":"2026-02-15T19:29:10.419Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["browser-use","gemini-api","scraper","ts-jobspy","vercel"],"created_at":"2026-02-15T21:26:30.192Z","updated_at":"2026-02-15T21:26:31.175Z","avatar_url":"https://github.com/alpharomercoma.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Indeed Job Application Automation\n\nAutomated job application system that scrapes Indeed listings, filters them using AI, and auto-applies to matching jobs.\n\n## How It Works\n\n1. **Scrape** - Fetches job listings from Indeed (remote, easy-apply jobs)\n2. **Filter** - Uses Gemini AI to match jobs against your preferences\n3. **Apply** - Uses Browser-Use SDK to automatically submit applications\n\n## Quick Start\n\n```bash\ncp .env.example .env  # Configure your credentials\nnpm install\nnpm run apply:test    # Test with mock data\n```\n\n## Configuration\n\nCreate a `.env` file with:\n\n```bash\nGEMINI_API_KEY=your_gemini_api_key\nBROWSER_USE_API_KEY=your_browser_use_api_key\nBROWSER_PROFILE_ID=your_browser_profile_id\nUSER_PREFERENCES=\"I am looking for remote software engineering positions...\"\n```\n\n## Commands\n\n| Command | Description |\n|---------|-------------|\n| `npm run apply:test` | Test with mock data (safe) |\n| `npm run apply` | Run full pipeline with real scraping |\n| `npm run dev` | Start Next.js dev server |\n\n## Deployment\n\nDeploy to Vercel for automated daily job applications:\n\n```bash\nvercel --prod\n```\n\nThe cron job runs daily at 9 AM UTC. Configure the schedule in `vercel.json`.\n\n## Project Structure\n\n```\nsrc/\n├── api/cron/\n│   ├── scrape.ts      # Job scraping from Indeed\n│   ├── ai.ts          # Gemini AI job matching\n│   └── apply.ts       # Browser automation\n├── app/api/cron/\n│   └── route.ts       # Vercel cron endpoint\ndocs/\n├── SETUP.md           # Full setup instructions\n└── COMMANDS.md        # Command reference\n```\n\n## Documentation\n\n- [Setup Guide](docs/SETUP.md) - Full configuration and deployment instructions\n- [Commands Reference](docs/COMMANDS.md) - All available commands\n\n## Tech Stack\n\n- **Next.js** - Web framework \u0026 API routes\n- **ts-jobspy** - Indeed job scraping\n- **Gemini AI** - Job matching \u0026 filtering\n- **Browser-Use SDK** - Browser automation for applications\n- **Vercel** - Hosting \u0026 cron jobs\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falpharomercoma%2Fai-indeed-application-automation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falpharomercoma%2Fai-indeed-application-automation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falpharomercoma%2Fai-indeed-application-automation/lists"}