For Developers · Early Access

The database, in your stack

Search, enrich, and pull verified North American B2B contacts programmatically — into your CRM, your dialer, your product.

search.sh
# Search plumbing companies in Alberta
curl https://api.jayisaacai.com/v1/contacts/search \
  -H "Authorization: Bearer $API_KEY" \
  -d '{
    "industry": "plumbing",
    "region": "AB",
    "title": ["Owner", "GM"],
    "limit": 25
  }'

{ "results": 25, "credits_used": 0,
  "contacts": [ { "name": "Mike Doherty",
    "title": "Owner", "company": "Doherty
    Plumbing & Heating", ... } ] }
Capabilities

What the API will do

Same data as the platform, same credit system — programmatic instead of point-and-click.

Contact Search

POST /v1/contacts/search — filter by industry, region, title, and company size. Searching is free; revealing emails and phones consumes credits, same as the app.

Enrichment

POST /v1/enrich — send a domain or company name, get back the decision-maker, verified contact channels, and firmographics to fill gaps in your CRM.

Bulk Export

POST /v1/exports — generate large list pulls as CSV or JSON jobs, scoped to your plan's export limits, delivered by webhook when ready.

Data as a Service

Don't want an API? Take the data itself.

For teams that need volume — agencies, dialer platforms, market researchers — we deliver custom data feeds without you writing a line of code.

Custom list builds

Tell us the industry, geography, and titles. We build, verify, and deliver the segment as a clean CSV — sized from a few hundred records to full-market pulls.

Recurring feeds

Monthly or weekly refreshed datasets delivered to you automatically — new businesses in your territory, updated records, and removals applied.

Licensed for your use case

DaaS agreements are scoped per use case with clear license terms — internal prospecting, CRM enrichment, or platform integration. No grey areas.

Straight up: the API is in early access. Endpoints above reflect what's being built, and early-access partners get input on the spec plus locked-in early pricing. DaaS custom list builds are available today. Contact us with your use case and volume, and you'll get a real answer about timelines — not a marketing maybe.
Principles

Built like an API should be

Credit-metered, not surprise-billed

API usage draws from the same credit balance as your platform account. You always know the cost of a call before you make it.

Keys you control

Scoped API keys, revocable instantly, with per-key usage visibility. Compromised key? Kill it without touching your account.

Suppression built in

Opt-outs are enforced at the API layer — removed records never appear in responses or exports, so your compliance posture is protected automatically.

Want in early?

Tell us what you're building and the volume you need. Early partners shape the spec.

Request Early Access