Find and verify business emails, from your code
One authenticated GET returns a verified work address plus the person and company behind it. No scraping, no queues to manage, no data to clean up afterwards.
# Name + company domain in, verified address out
curl "https://api.skrapp.io/api/v2/find?firstName=John&lastName=Doe&domain=skrapp.io" \
-H "X-Access-Key: $SKRAPP_KEY" \
-H "Content-Type: application/json"{
"email": "john.doe@skrapp.io",
"accuracy": 96,
"quality": {
"status": "valid",
"result": "deliverable"
},
"firstName": "John",
"lastName": "Doe",
"title": "Head of Growth",
"linkedin": "linkedin.com/in/johndoe",
"companyName": "Skrapp",
"industry": "Software",
"employeeRange": "11-50",
"country": "France"
}Trusted by 2M+ professionals across different industries
The data behind every call
Coverage is what separates a lookup that returns an address from one that returns nothing. Every result is verified against the mail server before it leaves our API.
200M+
B2B leads
40M+
Company profiles
3B+
Searches processed
97%
Email verification accuracy
Built to drop into what you already run
REST over HTTPS, one header for auth, JSON in and out. Nothing to install and no SDK to keep in step with.
Verified before it returns
Each address is checked against the company's mail server in real time and comes back with a status and a confidence score, so you can decide what to send to rather than guessing.
Enrichment in the same call
Role, seniority, LinkedIn profile, industry, headcount and location arrive with the address — one request instead of a lookup followed by three more to fill the gaps.
Single lookups or batches
Call it per record for live enrichment inside your product, or POST up to 100 people at a time and poll the job. Same key, same response shape.
Start with 50 free credits
No card required. Generate a key from your dashboard and make your first call in a couple of minutes.