RocketReach website screenshot

RocketReach

RocketReach is a Seattle-based B2B contact data and sales intelligence provider that maintains a database of 700M+ professional profiles and 60M+ companies and exposes it through a REST API for email, phone, and social-handle discovery plus company firmographics. The platform is used for sales prospecting, recruiting, marketing enrichment, and CRM hydration, with results returned as structured profile and company objects and optional webhook delivery for asynchronous lookups.

5 APIs 12 Features
B2BContact DataEmail LookupPhone LookupSales IntelligenceLead GenerationPeople SearchCompany SearchData EnrichmentProspectingRecruitingWebhooks

APIs

RocketReach People Lookup API

Look up an individual's email addresses, phone numbers, social handles, and full enriched profile from a name + employer, LinkedIn URL, RocketReach profile id, NPI number, or em...

RocketReach People Search API

Search RocketReach's 700M+ professional profiles using filters such as name, current employer, title, location, skills, industry, and education. Returns paginated lists of profi...

RocketReach Company Lookup API

Retrieve an enriched company profile from a domain, company name, LinkedIn URL, or RocketReach company id. Returns firmographics including headcount, industry, founded year, loc...

RocketReach Company Search API

Search RocketReach's company database using firmographic filters such as industry, headcount, revenue, location, and technology stack. Returns paginated company summaries suitab...

RocketReach Account API

Retrieve and manage RocketReach API account details, generate new API keys, and inspect plan, lookup credit balance, export credit balance, and Universal Credits usage. Provides...

Collections

Features

700M+ professional profiles and 60M+ companies in the RocketReach database
REST API for People Lookup, People Search, Company Lookup, Company Search, and Account management
Single, bulk (up to 100 queries), and combined person+company lookups
Universal API surface (/api/v2/universal/*) unifying lookup and search across people and companies
Asynchronous lookup results delivered via webhooks with signed payloads and RR-Request-ID correlation
Status polling endpoints for in-progress lookups (/person/checkStatus, /universal/person/check_status)
Cached and fully verified email return modes (return_cached_emails flag; default flips Sept 1, 2026)
Premium, standard, phone, enrich, and bulk lookup types with credit-aware pricing
LinkedIn URL, name+employer, profile id, email, and NPI number resolvers
Tiered rate limits (Essentials, Pro, Ultimate, Custom) plus a 10-req/sec global ceiling with Retry-After headers on 429s
API key authentication via Api-Key header; keys generated and rotated from Account Settings
Salesforce, HubSpot, Outreach, SalesLoft, Zapier, and Chrome extension integrations

Resources

🌐
Portal
Portal
🔗
Website
Website
🌐
APIPortal
APIPortal
🔗
Documentation
Documentation
🔗
Documentation
Documentation
🚀
GettingStarted
GettingStarted
🔗
Documentation
Documentation
🔗
Webhooks
Webhooks
🔗
RateLimits
RateLimits
💻
ErrorCodes
ErrorCodes
💬
FAQ
FAQ
💰
Pricing
Pricing
📝
Signup
Signup
🔗
Login
Login
💬
Support
Support
📰
Blog
Blog
🔗
Company
Company
🔗
Careers
Careers
🔗
Press
Press
🔗
TrustCenter
TrustCenter
📜
PrivacyPolicy
PrivacyPolicy
📜
TermsOfService
TermsOfService
🔗
LinkedIn
LinkedIn
🔗
Twitter
Twitter
🔗
Facebook
Facebook
👥
YouTube
YouTube

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: RocketReach People Search API
  version: 1.0.0
request:
  auth:
    type: apikey
    key: Api-Key
    value: '{{Api-Key}}'
    placement: header
items:
- info:
    name: People Data API
    type: folder
  items:
  - info:
      name: People Search API
      type: http
    http:
      method: POST
      url: https://api.rocketreach.co/api/v2/person/search
      body:
        type: json
        data: '{}'
      auth:
        type: apikey
        key: Api-Key
        value: '{{Api-Key}}'
        placement: header
    docs: Search People by Criteria
  - info:
      name: ⭐ Universal People Search API
      type: http
    http:
      method: POST
      url: https://api.rocketreach.co/api/v2/universal/person/search
      body:
        type: json
        data: '{}'
      auth:
        type: apikey
        key: Api-Key
        value: '{{Api-Key}}'
        placement: header
    docs: Search People by Criteria
bundled: true