RocketReach logo

RocketReach

Free tier

Find 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

ParameterTypeDescription
namestringFull name of the target contact
current_employerstringCompany name for disambiguation
linkedin_urlstringLinkedIn profile URL for precise matching
domainstringCompany 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.