Enrich a list of marketing qualified leads with email address and phone number.
Power any sales system with accurate data.
Get access to multiple databases, covering millions of companies globally, with one API.
The fastest growing companies build with Surfe
Built for developers. Simple to start.
Get started in just a few lines with our easy-to-use RESTful API.
import requests
url = "https://api.surfe.com/v1/enrichments"
headers = {
"Content-Type": "application/json",
"Authorization": "Bearer YOUR_API_KEY"
}
payload = {
"person": {
"companyName": "COMPANY NAME",
"companyWebsite": "",
"firstName": "FIRST NAME",
"lastName": "LAST NAME",
"linkedinUrl": ""
},
"enrichmentType": "emailAndMobile"
}
response = requests.post(url, json=payload, headers=headers)
if response.status_code == 200:
print("Success:", response.json())
else:
print("Error:", response.status_code, response.text)
Flexibility for every workflow
Surfe’s API is designed for ultimate flexibility and fits naturally into your workflows. Whether you’re updating CRM records, finding new prospects, or verifying market size data, it’s easy to integrate and keeps your information accurate.
-
Sales
Identify prospects, enrich lead lists with contact data, identify intent signals, find lookalikes of companies you recently closed deals with
-
HR
Uncover new pools of potential candidates, use lookalikes to source companies similar to those you’ve recently sourced talent for or from, identify high-growth companies that are hiring, identify companies with talent needs.
-
Marketing
Give your ABM campaigns a head start by identifying target companies, find companies using a specific tech stack, find potential partners and affiliates, get access to detailed data for personalizing campaigns, align campaigns with audience interests
-
Custom
Any team with a need for precise company or contact data and insights can use Surfe API, flexible and versatile enough to be used by product, finance, legal. From junior to founder and c-level.