Focused Tool · Apache 2.0 · Single Binary · Developer Tools

Self-hosted web scraper and data collector

Define scraping rules for any URL, schedule runs, store results in structured tables, export to CSV or JSON. Your own Apify without paying per scrape.

Install Rustler Free Complete — all 150 tools $29/mo

Full REST API

Every operation in Rustler is available through a JSON REST API. No SDK required — use curl, fetch, or any HTTP client.

Download the binary and run it. Rustler starts serving immediately with a dashboard at localhost and a REST API for automation. No cloud account, no API keys to provision, no monthly invoice. Your data lives in a SQLite file you can back up, move, or query directly.

The case for owning your data

Every scrapejob your team creates contains context that matters — name, url, selector, schedule, last result. When that data lives in a third-party service, you are one acquisition or policy change away from losing access. Rustler keeps it local.

Endpoints
Under the hood

Start Rustler with a port and a data directory. It creates its SQLite database on first run and serves both the API and the dashboard on the same port. Create scrape jobs through the web interface or POST JSON to the API. Filter by url, selector, or search by keyword. Update records with PUT, delete with DELETE. The stats endpoint returns aggregate counts grouped by status for monitoring.

Apify at $49/mo.

Self-hosted web scraper and data collector. Self-hosted on your infrastructure. Your data never leaves your server.

Quickstart

Running in under a minute.

Download
curl -fsSL https://stockyard.dev/install.sh | sh -s -- --tool rustler
Run
PORT=8980 ./rustler
Open
http://localhost:8980

Single binary. Embedded SQLite. No Docker. No database. No dependencies.

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 3 scrapers, 100 runs/mo
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited scrapers and runs, JavaScript rendering, structured output, export
  • License key, no cloud dependency
  • Email support

License key by email. One env var.

Your license key arrives by email within 5 minutes of checkout. Set it as an environment variable and restart the binary.

export RUSTLER_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./rustler

No cloud connectivity required. The binary validates the key offline with Ed25519 signatures.

Part of the Stockyard family — 150 focused self-hosted tools · Complete bundle $29/mo · stockyard.dev