Skip to main content

Same crawler. Less ops.

The core crawling engine is identical. What changes is everything around it: who manages the proxies, the browsers, the scaling, and the anti-bot logic.

open source
# you handle everything
cargo add spider
# set up proxy rotation
# configure headless Chrome
# manage server scaling
# handle bans + retries
# write markdown cleaning
# build extraction pipeline
MIT licensed Self-hosted
spider cloud recommended
curl https://api.spider.cloud/crawl \
  -H "Authorization: Bearer $KEY" \
  -d '{
    "url": "https://example.com",
    "limit": 100
  }'

→ proxies, stealth, scaling handled
Managed Pay per page

What changes when you go managed.

Area Open source
Scaling

You size and manage your own fleet.

Cloud → Elastic. 10 pages or 10 million, same API call.

Proxies

Bring your own. Rotate them yourself.

Cloud → Rotated for you. Blocked requests retry and cost nothing.

Anti-bot

Basic fingerprint randomization via libraries.

Cloud → Stealth mode on every request. Works on sites behind common bot-protection services.

Browser

You run headless Chrome or Firefox.

Cloud → Custom Rust browser. Faster, lighter, built for scraping.

Markdown

html2md library output.

Cloud → Boilerplate stripped so the markdown is mostly the article, not the chrome.

AI extraction

Not included.

Cloud → Send a schema, get structured JSON. No parsers to maintain.

open source

You want full control.

You have your own proxies, your own servers, and a team that can maintain the pipeline. Or you need to run on-prem for compliance reasons.

cargo add spider
spider cloud recommended

You want data, not infrastructure.

Sites are blocking you and you need proxy intelligence. Or you just want to ship faster and skip the ops work entirely.

curl https://api.spider.cloud/crawl

Both paths use the same Rust crawling engine. The open-source library is MIT-licensed and always will be. Spider Cloud is for when you want someone else to handle the hard parts.

get started

Spider Cloud, free balance on signup.

No credit card required. Top up later when you're ready to scale.