crawlkit-engine 2.0.0

High-performance Rust web crawler and SEO analysis toolkit with 28 analyzers, WASM plugin system, and enterprise features
Documentation

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:

[dependencies]
crawlkit-engine = "1.0.0"

Documentation