Build lists and find verified contact information from LinkedIn in seconds
See how we stack up against other vendors
Reveal verified work emails and verified phone numbers, save prospects to lists, and sync the result to Attio or Google Sheets from the Cleon1 Chrome extension.
Alt+C.
We find more verified phone numbers than anyone by aggregating all the data sources available on the web.
Find your leads' verified phone numbers using their linkedin profile url, or first and last names.
Find your leads' unlimited verified work emails using their linkedin profiles, or first and last names.
Use our bulk enrichment feature to speed up to your list building with verified phone numbers and unlimited emails.
Using our simple GET API to access verified phone numbers and unlimited emails from all your systems (Zapier, Make, Clay, etc...)
Access enrichment with synchronous GET requests. No webhook plumbing. No async job IDs. The response comes back in the same connection.
curl https://api.cleon1.com/v1/email-enrichment/ \ -G --data-urlencode "linkedin_url=linkedin.com/in/maya-osei" \ -H "Authorization: Bearer sk_live_K7gQ"
import { Cleon1 } from "cleon1";
const c = new Cleon1(process.env.CLEON1_KEY);
const { email, verified } = await c.email.enrich({
linkedin_url: "linkedin.com/in/maya-osei",
});
from cleon1 import Cleon1 c = Cleon1(api_key=os.environ["CLEON1_KEY"]) result = c.email.enrich(linkedin_url="linkedin.com/in/maya-osei") print(result["email"], result["verified"])
{
"email": "maya.osei@northwind.io",
"verified": true,
"confidence": 0.98,
"deliverable": true,
"source": "smtp"
}
Start free, upgrade when you're ready. No credit card required.
Start Free
$29/mo billed annually
Start Free$59/mo billed annually
Start FreeNeed more verified phone credits? Add credits anytime starting at $0.20/credit. View full pricing & compare plans →
Yes. On Starter and Pro plans, you can reveal as many B2B unlimited email addresses as you need. We have a fair use policy (100k/month) to prevent automated abuse, but normal prospecting activity will never hit our limits. If you're a human doing sales, you're covered.
You can add more verified phone credits anytime with our top-up options. Your plan continues working normally — you just won't be able to reveal new verified phone numbers until you add credits or your next billing cycle begins.
Unlike most competitors who expire credits at month end, Cleon1 credits roll over. Verified phone credits are valid for 2 months on monthly subscriptions and 12 months on annual subscriptions. No 'use it or lose it' pressure. If you cancel, credits reset to 0 at the end of your billing period.
Yes. Upgrade instantly and get immediate access to your new plan's features. Downgrades take effect at your next billing cycle. No penalties either way.
We offer a 14-day money-back guarantee on your first paid month. If Cleon1 isn't right for you, email support for a full refund — no questions asked.
Yes. Cleon1 is GDPR and CCPA aligned. We only surface publicly available business contact information and maintain strict data handling practices.