Use case · Sales tool
Complete a contact before the first touch
Your user pastes a profile URL; the API returns the role, company and a verified email, and the sequence can start.
Profile URL pasted, Role and company fetched, Email verified
what linkupapi allow you to do
Turn an email or a LinkedIn profile URL into a full contact: role, company, verified work email. Contact enrichment API for CRMs, sales tools and AI agents.
Aggregate information from dozens of public sources. Get the most complete profiles by combining data from multiple sources.
Add powerful lead discovery and enrichment capabilities to your product. Let your users find, verify, and enrich prospect data without switching tools.
Detect intent signals like funding rounds, hiring activity, and company growth. Reach prospects at the perfect moment with real-time alerts.
Never store credentials or post-login data. EU-hosted, GDPR and CCPA compliant, with a data processing agreement on request.
Process data on-the-fly without permanent storage. Maximum security with zero data retention and complete privacy protection.
// What it does
Start from an email, a profile URL or a name and a company. Get back the current role, the company, a verified email and the company profile, in real time, on one key.
// Three workflows teams ship with it
Use case · Sales tool
Your user pastes a profile URL; the API returns the role, company and a verified email, and the sequence can start.
Profile URL pasted, Role and company fetched, Email verified
Use case · Inbound
Reverse email lookup on every signup: person, company, size and industry, before the rep opens the lead.
Signup email received, Person identified, Lead scored
Use case · Account research
Domain in, company profile out: size, industry, location and open roles, so the contact record has its account context.
Domain resolved, Company profile fetched, Account created
// Two calls, one sequence
1import requests
2
3H = {"x-api-key": "YOUR_API_KEY"}
4
5# 1. Identify the person behind an email
6person = requests.post("https://api.linkupapi.com/v2/enrich", headers=H, json={
7 "action": "reverse_email",
8 "params": {"email": "jane.doe@acme-corp.com"}
9})
10
11# 2. Verify a found address before you send
12check = requests.post("https://api.linkupapi.com/v2/enrich", headers=H, json={
13 "action": "validate_email",
14 "params": {"email": "jane.doe@acme-corp.com"}
15})
16
17print(person.json(), check.json())
Jane Doe
Head of Growth · Acme Corp
// How it compares
Your users trust you with their accounts. Here is how we keep them safe.
Passwords never stored
We never keep your users' passwords. Sessions are encrypted, isolated per account and revocable at any time.
EU-hosted, GDPR & CCPA
Data is processed and hosted in the European Union. GDPR and CCPA compliant, with a data processing agreement on request.
Google-verified security
LinkupAPI passed Google's CASA security assessment and is a verified Gmail app. Same review, same standards for every channel.
Enterprise-grade security measures ensuring your data remains protected at every step of the process.
What is a contact enrichment API?
An API that completes a contact from one identifier: an email, a profile URL, or a name plus a company. LinkupAPI returns the current role, company, location and a verified email, and the company profile from a domain.
Which inputs are accepted?
Email address (reverse lookup), LinkedIn profile URL (full profile), first name plus last name plus company domain (email finder), and a company domain (company profile).
Is the data stored?
No. Every call is processed at request time and nothing is retained, which is why the result reflects the current role rather than an old export.
How accurate are the emails?
Each found address comes with a confidence level, and the verifier checks deliverability and catch-all domains before you send.
How is it priced?
Per action, with credits. Enriching from a CRM, a sales tool or an AI agent uses the same key and the same price.
LinkedIn, email and WhatsApp through one API. Unlimited accounts, one fixed price.
Endpoints
Uptime
Avg Response