From prompt to GTM result. In one call.
Connect once. Use everywhere. 100M+ companies, 600M+ contacts, continuously verified.
Free to start, no card required.
One API. Every GTM job.
Pick a use case and get a working API request in seconds. Company data, contact enrichment, buying signals, intent monitoring, all accessible through one API.
100 Data Creditsone-time
100 AI Creditsone-time
Unlimited APIfree forever
Pick a use case:
Enrich a lead with company and contact data
Pass a name or email and get back title, phone, company size, industry, and 300+ other verified fields.
import requests
response = requests.post(
"https://api.zoominfo.com/enrich/contact",
headers={"Authorization": "Bearer YOUR_API_KEY"},
json={"emailAddress": "jane@acme.com"}
)
print(response.json()["result"]["data"][0])