#23 · Primary category: AI Data Infrastructure & Storage

spider

ai-agent automation crawler headless-chrome rust scraping spider web-crawler web-data web-scraping

Get web data for AI agents and LLMs - fast, efficient, and reliable with Rust

Project last updated:08/19/26

GitHub Stars

2.7K

Forks

284

Contributors

33

License

MIT

Why we included this project

Spider is a Rust crawling engine built around concurrency. It streams pages back the moment they're fetched and only fires up headless Chrome for pages that actually need JavaScript rendering, so most of a typical crawl never touches a browser. The engine scales from a single script to a distributed setup without you changing your code. It ships as a Rust library plus a CLI, with Node and Python packages, and an optional managed cloud mode takes over proxy rotation and anti-bot handling once local prototyping stops scaling. You can export what it collects as Markdown, JSON, or WARC, which drops cleanly onto vector-store ingestion and site-monitoring workloads. Teams that need a steady feed of fresh web content for LLM or RAG pipelines will find it a solid, production-oriented starting point.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category