RocketReach
Free tierFind verified phone numbers, emails, and lead intelligence for any professional
Free tier available·All audiences·API available
Key strengths
Massive database of verified professional contact data (700M+ profiles)AI-powered lead intelligence and prospect recommendationsReal-time email and phone number verificationDeep CRM integrations (Salesforce, HubSpot, etc.)Bulk lookup and enrichment via API
Free tier + paid plans · from $39 USD/mo
San Francisco, USA
Founded 2015
No ratings yet
RocketReach API — Developer Guide
RocketReach provides a RESTful API for programmatic access to its contact and company intelligence database.
Authentication
All requests require an API key passed in the request header:
GET /api/v2/person/lookup
Authorization: <YOUR_API_KEY>
Key Endpoints
GET /api/v2/person/lookup— Look up a contact by name, email, or LinkedIn URL. Returns verified emails, phone numbers, social profiles, and employment history.GET /api/v2/person/search— Search for contacts by filters (title, company, location, industry).GET /api/v2/company/lookup— Retrieve company-level intelligence including headcount, revenue, and key contacts.POST /api/v2/bulk— Submit a batch list for bulk enrichment, ideal for CRM hygiene workflows.
Key Parameters
| Parameter | Type | Description |
|---|---|---|
name | string | Full name of the target contact |
current_employer | string | Company name for disambiguation |
linkedin_url | string | LinkedIn profile URL for precise matching |
domain | string | Company domain for email pattern discovery |
Rate Limits & SDKs
The API enforces rate limits based on your subscription tier. Official Python and JavaScript SDKs are available, and the API is fully documented at rocketreach.co/api.
