Polished and well engineered. Punching above its star count.
Fast, lightweight Firecrawl/Tavily alternative in Rust. Web scraper, crawler & search API with MCP server for AI agents. Drop-in Firecrawl-compatible API (/scrape, /crawl, /search). 2.3x faster than Tavily, 1.5x faster than Firecrawl in 1K-URL benchmarks. 6 MB RAM, single binary. Self-host or use managed cloud.
Documentation
94
CONTRIBUTING guide found.
README documents how to install the project.
README is present.
Licensed under AGPL-3.0.
Engineering
87
No linter or formatter found.
→ Add ESLint (eslint.config.js) and/or Prettier (.prettierrc), install them as devDependencies, and add a `lint` script to package.json.
Lockfile present (Cargo.lock). Installs are reproducible.
Test files detected (conformance/test_sdk.py).
CI is configured (.github/workflows/ci.yml).
Issue or PR templates present.
Project health
79
Dependency manifest found (Cargo.toml).
.gitignore present.
Repository has a description.
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 17Forks
- 55Releaseslatest 3mo ago
Community
- —Community health
- —authors own >50% of commits
- 206Watchers
Responsiveness
- 19hMedian issue response
- 1hMedian PR merge time
- 0Open issues
Repository files48 root entries
- .claude-plugin
- .codex-plugin
- .cursor-plugin
- .githooks
- .githubGood: CONTRIBUTING guide found.Issue: CONTRIBUTING guide contents could not be read (−28 pts vs a readable file).Fix: Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.Good: Code of conduct present.Good: CI is configured (.github/workflows/ci.yml).Good: Issue or PR templates present.Good: Security policy present.
- bench
- blog
- config
- conformanceGood: Test files detected (conformance/test_sdk.py).
- crates
- docs
- examples
- mcp
- plans
- scripts
- sdks
- skills
- tests
- .dockerignore
- .DS_StoreIssue: Build artifacts or local files may be committed (.DS_Store) (−40 pts).Fix: Remove them and add to .gitignore.
- .gitignoreGood: .gitignore present.
- .mailmap
- .mcp.json
- .release-please-manifest.json
- Cargo.lockGood: Lockfile present (Cargo.lock). Installs are reproducible.
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- CHANGELOG.md
- COMPATIBILITY-firecrawl.md
- COMPATIBILITY.md
- config.default.toml
- config.docker.toml
- config.stealth.toml
- Cross.toml
- docker-compose.stealth.yml
- docker-compose.yml
- DockerfileGood: Environment pinned via Dockerfile.
- install.sh
- LICENSEGood: Licensed under AGPL-3.0.
- Makefile
- package.json
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- README.zh-CN.md
- release-please-config.json
- RELEASE.md
- REVIEW-FIXES.md
- ROADMAP.md
- server.json
- test_api_pipeline.py