Focused Tool · Apache 2.0 · Single Binary · Finance & Business

Self-hosted lead scoring engine

Define scoring rules based on behavior and attributes, score incoming leads automatically, expose scores via API. Marketo starts at $895/mo.

Install Prospector II Free Complete — all 150 tools $29/mo

Full REST API

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

The case for owning your data

Self-hosting used to mean spending a weekend configuring Docker, Postgres, Redis, and an Nginx reverse proxy. Prospector II skips all of that. It compiles to a static binary with an embedded database, so there is nothing to install and nothing to maintain.

A devops team integrates Prospector II into their CI pipeline. A post-deploy hook creates a lead record via the API. The stats endpoint feeds a Grafana panel. When something goes wrong, the team searches leads by keyword to find related records without switching tools.

Under the hood

The dashboard opens at /ui and gives you a search bar, status filters, and a create form. Double-click any lead to edit it inline. Behind the dashboard, every operation maps to a REST endpoint under /api/leads. Responses are JSON. Authentication is handled at the network level — put Prospector II behind your VPN or reverse proxy, and it serves requests to whoever can reach it.

Endpoints

Marketo at $895/mo.

Self-hosted lead scoring engine. 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 prospector2
Run
PORT=10160 ./prospector2
Open
http://localhost:10160

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 100 leads
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited leads, custom scoring models, API integration, CSV 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 PROSPECTOR2_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./prospector2

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