B2B contact database and intent data platform with 100M+ business contacts and company intelligence for sales and marketing teams.
| Integration | Available | Notes |
|---|---|---|
| API | ✓ | Contact Search, Company Search, Enrichment, Intent Data, Scoops |
| MCP | ✓ | Claude connector |
| CLI | ✓ | zoominfo.js |
| SDK | - | REST API only |
- Type: JWT Token (Bearer)
- Flow: POST
/authenticatewith username + password, receive JWT token - Header:
Authorization: Bearer {jwt_token} - Env vars:
ZOOMINFO_USERNAME+ZOOMINFO_PRIVATE_KEYorZOOMINFO_ACCESS_TOKEN - Get credentials: Contact ZoomInfo sales or admin portal at https://app.zoominfo.com
POST https://api.zoominfo.com/authenticate
{
"username": "user@company.com",
"password": "private-key-here"
}POST https://api.zoominfo.com/search/contact
{
"jobTitle": ["VP Marketing"],
"companyName": ["Acme Corp"],
"managementLevel": ["VP"],
"rpp": 25,
"page": 1
}POST https://api.zoominfo.com/enrich/contact
{
"matchEmail": ["jane@acme.com"]
}POST https://api.zoominfo.com/search/company
{
"companyName": ["Acme"],
"industry": ["Software"],
"employeeCountMin": 50,
"revenueMin": 10000000,
"rpp": 25,
"page": 1
}POST https://api.zoominfo.com/enrich/company
{
"matchCompanyWebsite": ["acme.com"]
}POST https://api.zoominfo.com/lookup/intent
{
"topicId": ["marketing-automation"],
"companyId": ["123456"]
}POST https://api.zoominfo.com/lookup/scoops
{
"companyId": ["123456"],
"rpp": 25,
"page": 1
}firstName,lastName- NamejobTitle- Job titleemail- Verified emailphone- Direct phonelinkedinUrl- LinkedIn profilecompanyName- Company namemanagementLevel- Seniority leveldepartment- Department
companyName- Company namewebsite- Website URLemployeeCount- Employee countindustry- Industryrevenue- Annual revenuetechStack- Technologies usedfundingAmount- Total fundingcompanyCity,companyState,companyCountry- Location
topicName- Intent topicsignalScore- Signal strengthaudienceStrength- Audience engagement levelfirstSeenDate,lastSeenDate- Signal timeframe
jobTitle- Array of job titlescompanyName- Array of company namesmanagementLevel- Array: C-Level, VP, Director, Manager, Staffdepartment- Array: Marketing, Sales, Engineering, Finance, etc.personLocationCity- Array of citiespersonLocationState- Array of statespersonLocationCountry- Array of countriesrpp- Results per page (default: 25, max: 100)page- Page number (default: 1)
matchEmail- Array of email addressespersonId- Array of ZoomInfo person IDsmatchFirstName+matchLastName+matchCompanyName- Alternative lookup
companyName- Array of company namesindustry- Array of industriesemployeeCountMin/employeeCountMax- Employee count rangerevenueMin/revenueMax- Revenue rangecompanyLocationCity- Array of citiesrpp- Results per pagepage- Page number
matchCompanyWebsite- Array of domainscompanyId- Array of ZoomInfo company IDs
topicId- Array of intent topic IDscompanyId- Array of company IDs
- Identifying in-market accounts with intent signals
- Building targeted contact lists by role, seniority, and company
- Enriching leads with verified contact data and firmographics
- Finding decision-makers at target accounts for ABM
- Tracking company news and leadership changes via scoops
- Prioritizing outreach based on buyer intent signals
- Rate limits vary by plan and endpoint
- Standard: ~200 requests/minute
- Bulk endpoints: batched requests recommended
- Authentication tokens expire after ~12 hours
- cold-email
- revops
- sales-enablement
- competitors