Extend Norbert’s email superpowers with flexible APIs

Build more and better business relations at scale, when and where you need it.

Prospecting

Find anyone’s email address

Verify

Ensure your emails reach real people

Enrich

Enrich leads with powerful data points

Automatically find email addresses for name + company

Use our prospecting API to integrate Norbert’s real-time email finding superpowers to any part of your software and business processes.

  • Up to 98% success rate
  • Enrich with powerful data

Works with Node.js, PHP, Python, and Ruby. Consult our API Docs to learn more.

Request
curl 'https://api.voilanorbert.com/2019-01-04/search/name'
--request POST
--user any_string:API_TOKEN
--form 'name=Elon Musk'
--form 'domain=teslamotors.com'
--form 'webhook=http://requestb.in/qg0bz3qg'
Response
{
 "email": {
  "email": "elon.musk@teslamotors.com",
  "is_done": true,
  "score": 100
 }
}

VIEW DOCUMENTATION

Automatically verify email addresses for deliverability

Use our verification API to integrate Norbert’s real-time email verification superpowers to any part of your software and business processes.

  • Up to 98% email deliverability

Works with Node.js, PHP, Python, and Ruby. Consult our API Docs to learn more.

Request
curl -X POST https://api.voilanorbert.com/2019-01-04/verifier/upload \
-u any_string:{secure_token} \
-d data="testme@voilanorbert.com" \
-d webhook="http://mywebhook.com"

Response
{
 "success": True,
 "status": Verified,
 "token": "unique_token",
 "channel": "channel_token"
}

VIEW DOCUMENTATION

Automatically enrich contacts with contextual data that builds

Use our enrichment API to integrate Norbert’s real-time enrichment superpowers to any part of your software and business processes.

  • Companies
  • Locations
  • Job Roles
  • Social Media Profiles

Works with Node.js, PHP, Python, and Ruby. Consult our API Docs to learn more.

Request
curl -X POST https://api.voilanorbert.com/2019-01-04/enrich/upload \
-u any_string:{secure_token} \
-d data="testme@voilanorbert.com" \
-d webhook="http://mywebhook.com"

Response
{
 "success": True,
 "status": Enriched,
 "token": "unique_token",
 "channel": "channel_token"
}

VIEW DOCUMENTATION