crawlkit-engine
Core library for crawlkit — a high-performance Rust web crawler for SEO analysis.
Features
- 28 SEO analyzers (meta tags, content quality, security, accessibility, AI)
- Async HTTP/2 fetching with retry, redirect tracking, rate limiting
- HTML parsing with link, heading, image, and structured data extraction
- SQLite storage with WAL mode and batch operations
- WASM plugin system for third-party extensions
- AES-256-GCM encryption at rest
- Deterministic crawls with seed-based reproducibility
Usage
Add to your Cargo.toml:
[]
= "1.0.0"