4.6 ★★★★★ | 100,000+ users

Build Powerful, Automated
Enrichment Workflows

Evaboot's API is robust and reliable. Scrape Sales Navigator, enrich LinkedIn profiles, find and verify emails — all programmatically. Get started in minutes.

Open Documentation
How to use the Evaboot API
Sales Navigator API

Export leads programmatically

Trigger the export of any LinkedIn Sales Navigator search or list via API. Pass a search URL or a list of profile URLs and receive a clean, enriched dataset delivered to your webhook.

evaboot-api.json
POST https://api.evaboot.com/v1/extractions/url/

{
  "linkedin_url": "https://www.linkedin.com/sales/search/people?...",
  "search_name": "My Campaign",
  "webhook_url": "https://hooks.example.com/evaboot"
}

// Response
{
  "job_id": "job_abc123",
  "status": "queued",
  "estimated_leads": 2500
}
Enrichment API

Enrich LinkedIn URLs at scale

Pass a list of LinkedIn or Sales Navigator profile URLs and receive complete professional data in return — name, job title, company, verified email, and 20+ data points per contact.

evaboot-api.json
POST https://api.evaboot.com/v1/extractions/profiles/

{
  "profile_ids": [
    "https://www.linkedin.com/in/ACwAADgSKTgBG1rXvNCRIb44...",
    "https://www.linkedin.com/in/ACwAAATEbTYBr7DRtDw2o8uv..."
  ],
  "search_name": "My Enrichment Job",
  "webhook_url": "https://hooks.example.com/evaboot"
}
Email Finder API

Find professional emails at 60–80% discovery

Push first name, last name, and company domain — get back a verified professional email. 60–80% discovery rate, 97% deliverability on safe emails. Built for outreach campaigns at scale.

evaboot-api.json
POST https://api.evaboot.com/v1/email-finder/

{
  "job_name": "My Email Campaign",
  "webhook_url": "https://hooks.example.com/evaboot",
  "prospects": [
    {
      "first_name": "John",
      "last_name": "Doe",
      "company_name": "Acme Corp",
      "company_domain": "acme.com"
    }
  ]
}
Email Verifier API

Verify any email, including catch-alls

Submit a list of emails and receive a VALID / RISKY / INVALID status for each one. We verify catch-all addresses too — so you never burn your sender reputation on bad data.

evaboot-api.json
POST https://api.evaboot.com/v1/email-validation/

{
  "job_name": "Verify My List",
  "webhook_url": "https://hooks.example.com/evaboot",
  "prospects": [
    { "email": "john.doe@acme.com" },
    { "email": "jane.smith@company.com" }
  ]
}

+3000 companies use the Evaboot API

BrevoAirtableUberAmazonDatabricksWorkdayMongoDB

Get Started with the API

Get My API Key