Contact Enrichment - No Subscription

Contact enrichment
without the monthly bill.

Apollo charges $49/month before you touch a single contact. ZoomInfo starts at $14,995/year. Sendjump has no monthly fee. Buy credits when you need them, upload your list, and pay only for contacts we actually return. $0 for every miss. $5 to start.

Pay only for hits
Credits never expire
Web console + API
Works with
Web console n8n Claude + Cursor Any CSV pipeline OpenAPI
sendjump quickstart
Step 1 - Upload
POST https://api.sendjump.com/jobs
Authorization: Bearer $API_KEY
file: contacts.csv # linkedin_url required
Step 2 - Webhook fires on completion
// Signed POST to your endpoint
{
  "job_id": "job_abc123",
  "hits": 847,
  "misses": 153,
  "credits_charged": 847 // not 1000
}
Step 3 - Download results
GET https://api.sendjump.com/jobs/job_abc123/results
# Apollo CSV or JSONL. Your schema intact.
50,000+
Contacts enriched
$0
Charged for misses
$5
To get started
$0
Monthly fee. Ever.

Upload. We enrich. You pay for hits only.

No sales call. No setup fee. No monthly commitment. Use the web console to upload a CSV directly, or call the API from your pipeline. Either way, credits are only spent on contacts we actually return.

01

Upload your list

Upload via the web console or POST a CSV/JSONL to the API. One required column: linkedin_url. Every other column passes through unchanged.

Console upload or POST /jobs
02

We enrich async

The job runs in the background. Poll status if you want, or just wait for the signed webhook to fire when processing is done.

Webhook-first, polling optional
03

Download enriched output

Download Apollo-compatible CSV or raw JSONL. Credits are only spent on rows where we actually return contact data.

Apollo CSV or JSONL

Built for people who only pay for results.

Three things that separate Sendjump from every other enrichment tool on the market.

No subscription. No monthly bill. No contract.

Apollo, ZoomInfo, Clearbit - they all charge you every month whether you run a list or not. Sendjump has no monthly fee. Buy a credit pack when you need one and use it on your schedule. Credits never expire.

$5 to start. No sales call. No contract to sign. No commitment.

Pay only for hits. Zero for misses.

Every other enrichment tool charges you whether they find a contact or not. We don't. Credits are reserved on upload and released back to your balance for every contact we fail to return.

A miss costs $0. Always. Not a partial charge. Not a reduced rate. Zero.

Web console or API. Your call.

Start in the browser with no code, or drop the API into your existing automation stack. Same pricing model, same outputs, same contact-level economics.

No code required to get started. Automation-ready when you want it.

Works for operators, not just developers.

Run Sendjump from the web console, through a CSV workflow, or directly from Claude, Cursor, n8n, and any OpenAPI-aware stack.

curl - Agent-native example
# Drop base URL into Claude or Cursor
# GET https://api.sendjump.com/llms.txt

curl https://api.sendjump.com/jobs \
  -H "Authorization: Bearer $KEY" \
  -F "file=@leads.csv" \
  -F "webhook_url=https://your.app/hook"

# Webhook payload on completion:
{
  "job_id": "job_abc123",
  "status": "done",
  "hits": 847,
  "credits_used": 847 // misses = $0
}

# Download results
curl https://api.sendjump.com/jobs/job_abc123/results \
  -H "Authorization: Bearer $KEY" \
  -o enriched.csv
  • Batch CSV or JSONL input

    One required column: linkedin_url. Every other column passes through the round-trip intact.

  • Async job + signed webhook

    Fire and forget. The signed webhook fires when the job completes. Poll status anytime - but you don't have to.

  • Apollo CSV or JSONL output

    Download in Apollo-compatible CSV or raw JSONL. Your existing downstream tooling keeps working.

  • OpenAPI + /llms.txt + agents.json

    Drop the base URL into Claude, Cursor, or any tool-use loop. No prompt engineering. No wrapper needed.

  • Rate limit headers on every response

    X-RateLimit-Limit and X-RateLimit-Remaining on every response. Your agent always knows where it stands.

  • Your schema stays yours

    Unknown columns pass through unchanged. Your data model survives the round-trip from upload to download.

Pick a pack. No subscription.

Buy credits. Use them when you need them. Credits never expire. You only pay for contacts we return.

Starter
$5
100 enrichment credits
  • 100 contact lookups
  • Pay only for hits
  • Credits never expire
  • No subscription required
  • Apollo CSV + JSONL output
Get started - $5
Team
$100
2,300 credits - 300 bonus included
  • 2,300 contact lookups
  • Pay only for hits
  • Credits never expire
  • No subscription required
  • Apollo CSV + JSONL output
Get Team pack
High-Volume
$1,000
26,000 credits (~$0.04/lead)
  • 26,000 contact lookups
  • Pay only for hits
  • Credits never expire
  • No subscription required
  • Apollo CSV + JSONL output
Get High-Volume pack

Credits reserved on upload. Released for every miss. You are never charged for a contact we couldn't return.

50,000 contacts enriched. $0 wasted on misses.

I built this for Markster's own outbound before anyone else used it. We ran 50,000 contacts through it. The pay-only-for-hits model paid for itself in the first campaign - we would have burned a significant budget on misses with any other provider. It paid for itself on campaign one.

Ivan Ivanka
Ivan Ivanka
CEO, Markster - Used in production before launch

Your contact list. No monthly bill.

Buy a credit pack, upload your list, and pay only for contacts we actually return. No subscription. No contract. No monthly charge waiting for you at the end of the month. $5 to start.

$0 charged for misses
Credits never expire
No subscription required
Web console or API