← All categories

Prospect Research

Research prospects, companies, and contacts for sales intelligence

Get detailed information about a prospect from their email or LinkedIn

enrich-contact

Recommended

Apollo

by apollo.io

Largest B2B contact database. Reliable enrichment from email or LinkedIn URL. Good free tier.

Auth: api_key
Setup: low
Pricing: Free: 10K records/mo. Basic $49/mo.

Example API call

POST https://api.apollo.io/api/v1/people/match

{
  "email": "prospect@company.com"
}

// Response:
{
  "person": {
    "name": "Alex Johnson",
    "title": "VP of Sales",
    "company": "Acme Corp",
    "linkedin_url": "https://linkedin.com/in/alexjohnson"
  }
}
View full docs →

Alternatives

ZoomInfoby zoominfo.com

Enterprise-grade, most accurate but expensive.

Seamless.AIby seamless.ai

Real-time search, good for direct dials.

Find all employees at a company matching criteria like title or department

people-search

Recommended

Apollo

by apollo.io

Strong people search with filtering by title, department, seniority. Largest B2B database.

Auth: api_key
Setup: low
Pricing: Free: 10K records/mo. Basic $49/mo.

Example API call

POST https://api.apollo.io/api/v1/mixed_people/search

{
  "organization_domains": [
    "acme.com"
  ],
  "person_titles": [
    "marketing"
  ],
  "per_page": 25
}

// Response:
{
  "people": [
    {
      "name": "Alex Johnson",
      "title": "VP of Marketing",
      "email": "alex@acme.com"
    }
  ]
}
View full docs →

Find contact info, owner details, and business data for local/SMB businesses

local-business-data

Recommended

OpenMart

by openmart.com

Specializes in SMB data. Fetches contact info, socials, and owner information.

Auth: api_key
Setup: low
Pricing: Usage-based. Free tier available.

Example API call

GET https://api.openmart.com/v1/businesses?query=restaurants+in+austin+tx



// Response:
{
  "businesses": [
    {
      "name": "Joe's BBQ",
      "phone": "+1-555-0100",
      "address": "123 Main St, Austin TX",
      "owner": "Joe Smith"
    }
  ]
}
View full docs →