{"id":51187867,"url":"https://github.com/arinbalyan/scrappy","last_synced_at":"2026-06-27T12:02:30.296Z","repository":{"id":360984364,"uuid":"1243814799","full_name":"arinbalyan/scrappy","owner":"arinbalyan","description":"Bulk job-board scraper with 100+ sites, email enrichment, deterministic quality scoring, and multi-format exports (CSV/JSONL/XLSX/Parquet). Designed for scheduled bulk-first operations with per-site rate limiting, proxy pools, and resume support.","archived":false,"fork":false,"pushed_at":"2026-06-26T17:07:04.000Z","size":13680,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-26T19:07:12.500Z","etag":null,"topics":["ats","csv","data-engineering","email-verification","go","golang","job-board","jsonl","parquet","proxy","quality-scoring","recruitment","scraping","socks5","web-scraping","xlsx"],"latest_commit_sha":null,"homepage":"https://arinbalyan.github.io/scrappy/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arinbalyan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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},"funding":{"github":["arinbalyan"]}},"created_at":"2026-05-19T17:33:25.000Z","updated_at":"2026-06-25T17:29:34.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/arinbalyan/scrappy","commit_stats":null,"previous_names":["arinbalyan/scrappy"],"tags_count":40,"template":false,"template_full_name":null,"purl":"pkg:github/arinbalyan/scrappy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arinbalyan%2Fscrappy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arinbalyan%2Fscrappy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arinbalyan%2Fscrappy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arinbalyan%2Fscrappy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arinbalyan","download_url":"https://codeload.github.com/arinbalyan/scrappy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arinbalyan%2Fscrappy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34852282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-27T02:00:06.362Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ats","csv","data-engineering","email-verification","go","golang","job-board","jsonl","parquet","proxy","quality-scoring","recruitment","scraping","socks5","web-scraping","xlsx"],"created_at":"2026-06-27T12:02:29.616Z","updated_at":"2026-06-27T12:02:30.286Z","avatar_url":"https://github.com/arinbalyan.png","language":"Go","funding_links":["https://github.com/sponsors/arinbalyan"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003escrappy\u003c/h1\u003e\n  \u003cp\u003e\u003cstrong\u003eBulk job-board scraper\u003c/strong\u003e\u003c/p\u003e\n\n  \u003cp\u003e\n      \u003cimg src=\"https://img.shields.io/github/go-mod/go-version/arinbalyan/scrappy\" alt=\"Go Version\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"LICENSE\"\u003e\n      \u003cimg src=\"https://img.shields.io/badge/license-non--commercial-blue\" alt=\"License\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/arinbalyan/scrappy/stargazers\"\u003e\n      \u003cimg src=\"https://img.shields.io/github/stars/arinbalyan/scrappy?style=flat\" alt=\"Stars\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/arinbalyan/scrappy/forks\"\u003e\n      \u003cimg src=\"https://img.shields.io/github/forks/arinbalyan/scrappy\" alt=\"Forks\"\u003e\n    \u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n## Features\n\n- **100+ job boards / ATS endpoints** -- LinkedIn, Indeed, Google Jobs, ATS suites, and niche boards\n- **Bulk-first** -- fan out across all sites concurrently, process thousands of postings\n- **Go-native** -- static binary (~10 MB), zero Python dependency\n- **Email enrichment** -- MX-validated contact addresses from descriptions and company pages\n- **Quality scoring** -- deterministic 0-100 score per posting without an LLM\n- **Multiple exports** -- JSONL, CSV, XLSX, Parquet\n- **Proxy support** -- SOCKS5/HTTP with TCP-dial health checks and round-robin\n- **Memory-aware** -- configurable memory cap with automatic concurrency scaling\n- **Browser fallback** -- optional Playwright-based rendering for anti-bot sites (monster)\n\n## Quick start\n\n### One-line install\n\n```bash\n# Linux \u0026 macOS\ncurl -fsSL https://arinbalyan.github.io/scrappy/install.sh | sh\n\n# Windows (PowerShell)\nirm https://arinbalyan.github.io/scrappy/install.ps1 | iex\n```\n\n### Manual install\n\n```bash\n# Linux (x86_64)\ncurl -fsSL https://github.com/arinbalyan/scrappy/releases/latest/download/scrappy_linux_amd64.tar.gz | tar xz \u0026\u0026 sudo mv scrappy_linux_amd64 /usr/local/bin/scrappy\n\n# macOS (Apple Silicon)\ncurl -fsSL https://github.com/arinbalyan/scrappy/releases/latest/download/scrappy_darwin_arm64.tar.gz | tar xz \u0026\u0026 sudo mv scrappy_darwin_arm64 /usr/local/bin/scrappy\n\n# macOS (Intel)\ncurl -fsSL https://github.com/arinbalyan/scrappy/releases/latest/download/scrappy_darwin_amd64.tar.gz | tar xz \u0026\u0026 sudo mv scrappy_darwin_amd64 /usr/local/bin/scrappy\n```\n\n```powershell\n# Windows (PowerShell)\ncurl.exe -LO https://github.com/arinbalyan/scrappy/releases/latest/download/scrappy_windows_amd64.zip\nExpand-Archive scrappy_windows_amd64.zip -DestinationPath .\n.\\scrappy_windows_amd64.exe --help\n```\n\n### Or install with Go\n\n```\ngo install github.com/arinbalyan/scrappy/cmd/scrappy@latest\n```\n\n### First scrape\n\n```bash\nscrappy --sites remoteok --search \"golang\" --results-wanted 50\n```\n\nFor the interactive wizard, run without arguments:\n```bash\nscrappy\n```\n\n## Documentation\n\n| # | Document | Description |\n|---|----------|-------------|\n| — | `scrappy --help` | Complete CLI reference with flag descriptions |\n| — | `.env.example` | All supported environment variables |\n\nUse `scrappy doctor` to diagnose your setup.\n\n## Sites supported\n\n| Site | Site | Site | Site |\n|------|------|------|------|\n| `4dayweek` | `ats-rippling` | `freelancercom` | `nofluffjobs` |\n| `academiccareers` | `ats-smartrecruiters` | `functionalworks` | `opensourcedesignjobs` |\n| `adzuna` | `ats-successfactors` | `germantechjobs` | `powertofly` |\n| `aijobs` | `ats-talentlyft` | `getonboard` | `pyjobs` |\n| `androidjobs` | `ats-taleo` | `golangjobs` | `pythonjobs` |\n| `arbeitnow` | `ats-teamtailor` | `google` | `railsjobs` |\n| `arbeitsagentur` | `ats-trakstar` | `greenhouse` | `realworkfromanywhere` |\n| `ats-adp` | `ats-ukg` | `greenjobsboard` | `reed` |\n| `ats-ashby` | `ats-workable` | `guardianjobs` | `remotefirstjobs` |\n| `ats-avature` | `ats-workday` | `gunio` | `remoteok` |\n| `ats-bamboohr` | `authenticjobs` | `hackernews` | `remotive` |\n| `ats-breezyhr` | `bayt` | `hasjob` | `simplyhired` |\n| `ats-bullhorn` | `berlinstartupjobs` | `headhunter` | `snagajob` |\n| `ats-comeet` | `builtin` | `higheredjobs` | `startupjobs` |\n| `ats-crelate` | `canadajobbank` | `himalayas` | `stepstone` |\n| `ats-deel` | `careerbuilder` | `hiringcafe` | `swissdevjobs` |\n| `ats-fountain` | `careerjet` | `huggingfacejobs` | `talroo` |\n| `ats-freshteam` | `careeronestop` | `icrunchdata` | `techcareers` |\n| `ats-gem` | `clojurejobs` | `indeed` | `tesla` |\n| `ats-hiringthing` | `conservationjobs` | `infojobs` | `themuse` |\n| `ats-icims` | `coroflot` | `internshala` | `ukvisajobs` |\n| `ats-ismartrecruit` | `crunchboard` | `ismartrecruit` | `undpjobs` |\n| `ats-jazzhr` | `cryptocurrencyjobs` | `jazzhr` | `upwork` |\n| `ats-jobscore` | `cryptojobslist` | `jobdataapi` | `usajobs` |\n| `ats-jobvite` | `devitjobs` | `jobicy` | `virtualvocations` |\n| `ats-jobylon` | `devopsjobs` | `jobindex` | `vuejobs` |\n| `ats-joincom` | `dice` | `jobsacuk` | `web3career` |\n| `ats-loxo` | `djinni` | `jobsch` | `wellfound` |\n| `ats-manatal` | `jobicy` | `jobsdb` | `weworkremotely` |\n| `ats-mercor` | `drupaljobs` | `jobsinjapan` | `wordpressjobs` |\n| `ats-oracle` | `duunitori` | `jobspresso` | `workingnomads` |\n| `ats-personio` | `ecojobs` | `jobstreet` | `wuzzuf` |\n| `ats-phenom` | `echojobs` | `jobtechdev` | `ycjobs` |\n| `ats-pinpoint` | `elixirjobs` | `joinrise` | `ziprecruiter` |\n| `ats-recruitee` | `eurojobs` | `landingjobs` |  |\n| `ats-recruiterflow` | `exa` | `linkedin` |  |\n| `ats-recruitify` | `findwork` | `monster` |  |\n\n## Installation\n\nInstall via one-liner above, `go install`, or build from source with `go build ./cmd/scrappy`.\n\n```go\nimport (\n    \"github.com/arinbalyan/scrappy/pkg/scrappy\"\n)\n\nengine := scrappy.NewEngine()\njobs, err := engine.Scrape(ctx, scrappy.ScraperInput{\n    Sites:        []string{\"linkedin\", \"indeed\"},\n    SearchTerm:   \"software engineer\",\n    Location:     \"San Francisco, CA\",\n    ResultsWanted: 500,\n})\n```\n\n## License\n\nThis project is licensed under the terms specified in the [LICENSE](LICENSE) file. Personal, non-commercial use only.\n\n\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://star-history.com/#arinbalyan/scrappy\u0026Timeline\"\u003e\n    \u003cpicture\u003e\n      \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://api.star-history.com/svg?repos=arinbalyan/scrappy\u0026type=Timeline\u0026theme=dark\" /\u003e\n      \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://api.star-history.com/svg?repos=arinbalyan/scrappy\u0026type=Timeline\" /\u003e\n      \u003cimg alt=\"Star History Chart\" src=\"https://api.star-history.com/svg?repos=arinbalyan/scrappy\u0026type=Timeline\" width=\"600\" /\u003e\n    \u003c/picture\u003e\n  \u003c/a\u003e\n  \u003cbr\u003e\u003cbr\u003e\n  \u003cimg src=\"https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fgithub.com%2Farinbalyan%2Fscrappy\u0026countColor=%23263759\" alt=\"Visitors\"\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farinbalyan%2Fscrappy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farinbalyan%2Fscrappy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farinbalyan%2Fscrappy/lists"}