Build on Jetwork.

REST + GraphQL API. Search contacts, traverse relationship graphs, enrich records, and build integrations.

API Pricing
Monthly Annual Save 28%
Developer
$35/mo
$420/yr — save 28% · 5,000 lookups
  • Contact search & enrichment
  • Relationship graph queries
  • 60 req/min rate limit
  • REST + GraphQL
  • Python & Node SDKs
  • $0.03/lookup overage
  • Email support
Get API key
Enterprise
$287/mo
$3,444/yr — save 28% · unlimited lookups
  • Everything in Scale
  • Unlimited lookups
  • Custom rate limits
  • Custom integrations built for you
  • AI-powered support calls
  • Premier customer service access
  • Human developer intervention on-demand
  • Named technical account manager
  • 99.99% SLA with credits
  • SOC 2 Type II report access
  • Dedicated Slack/Teams channel
  • Quarterly architecture reviews
Talk to sales

What counts as a lookup?

Each API call = 1 lookup. A contact search, enrichment, or relationship query each cost one lookup. Batch operations count as 1 lookup per record.

Organization size Est. lookups/mo Best plan Cost
Solo developer / side project 500 - 2,000 Developer $49/mo
Startup (5-20 employees) 5,000 - 15,000 Developer $49 - $349
Growth company (20-100) 15,000 - 50,000 Scale $199/mo
Mid-market (100-500) 50,000 - 200,000 Scale $199 - $3,199
Enterprise (500+) 200,000+ Enterprise Custom

Overage is billed at the end of each billing cycle. No service interruption — you never hit a wall.

Need the app instead? See consumer plans →

Quick Start

Get your API key and make your first request in under 5 minutes.

Get started →

API Reference

Full endpoint documentation with request/response examples in Python, Node, and cURL.

View reference →

SDKs

Official Python and Node.js SDKs. Community libraries for Ruby and Go.

Install SDKs →

Your first API call

Request
# Search your network
curl https://api.jetwork.ai/v1/contacts/search \
  -H "Authorization: Bearer jw_sk_..." \
  -d '{"query": "Who do I know at Sequoia?"}'
Response
{
  "results": [
    {
      "name": "Sarah Chen",
      "company": "Sequoia Capital",
      "role": "Partner",
      "relationship_strength": 98,
      "last_interaction": "2026-03-15",
      "mutual_connections": 14
    }
  ],
  "total": 1,
  "query_time_ms": 847
}

Core Endpoints

POST /contacts/search

Search across your entire network with natural language or structured queries.

GET /contacts/:id

Full 360 view of any contact: history, strength, mutual connections, timeline.

POST /contacts/enrich

Enrich any contact with public data, interaction history, and AI-generated insights.

GET /relationships/path

Find the shortest, warmest path between any two people in your network.

POST /contacts/batch

Bulk operations: search, enrich, or export up to 1,000 contacts per request.

POST /webhooks

Real-time notifications for new contacts, relationship changes, and meeting alerts.

Authentication & Rate Limits

Authentication

All requests require a Bearer token in the Authorization header.

  • API keys are managed in your dashboard under Settings → API Keys
  • Supports both live and test mode keys
  • Rotate keys instantly without downtime
  • Scope keys to specific endpoints or read-only access

Rate Limits

Rate limits are enforced per API key. Exceeding the limit returns a 429 status with a Retry-After header.

  • Developer: 60 requests/min
  • Scale: 300 requests/min
  • Enterprise: Custom limits
  • Burst allowance: 2x for 10 seconds

Ship your first integration
this afternoon.

Get your API key and make your first call in under 5 minutes.

Free forever up to 500 contacts.