NinjaPear Logo NinjaPear
100% publicly sourced

Why publicly sourced data?

We do not scrape any professional social media platform. Not now, not ever. Here's why that matters.

Zero social media scraping

We do not scrape any professional social media platform. No bots, no browser automation, no TOS violations. Zero risk of cease-and-desist letters or lawsuits.

Better data, broader coverage

Our data is aggregated from publicly available sources across the internet — company websites, press releases, public filings, open directories, and more. This gives you broader, more accurate profiles than any single-platform scraper.

Legal peace of mind

Build your product without fear. All data is sourced from publicly accessible web pages. No proprietary databases, no gray-area scraping. Your legal team will thank you.

3 credits per lookup

Person Profile

GET /api/v1/employee/profile

Use whichever input you have — the API figures out the rest

By work email

work_email=[email protected]

Best accuracy. Directly resolves the person from their corporate email.

By name + employer

first_name=Patrick
last_name=Collison
employer_website=stripe.com

When you know the person's name and where they work.

By employer + role

employer_website=stripe.com
role=CTO

Find who holds a specific role at a company.

Test it live

Pick a lookup method and hit Execute

Request

                    
Pay-on-success — 2 credits on hit, 0.5 on miss

Resolve a public work email

Best-effort lookup of a publicly available work email from a name + company domain.

GET /api/v1/employee/work-email
Request
curl -G \
  "/api/v1/employee/work-email" \
  --data-urlencode "first_name=Patrick" \
  --data-urlencode "last_name=Collison" \
  --data-urlencode "domain=stripe.com" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response
200 OK
{
  "work_email": "[email protected]"
}

Returns null if no public email is found. You only pay 0.5 credits on a miss, so failed lookups stay cheap.

Email resolver Public source
Inputs
Patrick Collison stripe.com
Resolved · 2 credits charged
On hit
2 credits
On miss
0.5 credits
10 credits + 5 per attempt · cached results free

Find people in the same role at competitors

Hand us a person and we'll surface their counterparts at competing companies.

GET /api/v1/employee/similar
Streaming endpoint. Typical latency 1–3 minutes, hard cap 5 minutes. Set a 300s read timeout. Repeat queries by the same user are served from cache for 0 credits.
Request
curl -G \
  "/api/v1/employee/similar" \
  --max-time 300 \
  --data-urlencode "[email protected]" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response (abbreviated)
200 OK
{
  "target": {
    "full_name": "Tim Cook",
    "work_experience": [
      {
        "role": "CEO",
        "company_name": "Apple",
        "company_website": "apple.com"
      }
    ]
  },
  "attempted_searches": [
    { "employer_website": "samsung.com", "role": "CEO" },
    { "employer_website": "google.com", "role": "CEO" },
    { "employer_website": "microsoft.com", "role": "CEO" },
    { "employer_website": "huawei.com", "role": "CEO" }
  ],
  "similar_people": [
    {
      "full_name": "Sundar Pichai",
      "work_experience": [
        {
          "role": "CEO",
          "company_name": "Google",
          "company_website": "google.com"
        }
      ]
    }
  ],
  "credit_cost": 30
}

We auto-discover competing companies, then enrich the same role at each. credit_cost = 10 + 5 × attempts.

Same role, competing companies
Target
TC
Tim Cook
CEO · Apple
Input
Similar people
SP
Sundar Pichai
CEO · Google
SN
Satya Nadella
CEO · Microsoft
JL
Jay Y. Lee
CEO · Samsung
RZ
Ren Zhengfei
CEO · Huawei
4 attempted 30 credits charged

Use Cases

Turn any work email into actionable people intelligence

Sales Prospecting

PC
Patrick Collison Enriched
Role CEO, Stripe
Location Ireland
X/Twitter @patrickc
Tenure 15+ years

Enrich prospect profiles before outreach. Know their role, tenure, and background.

Recruiting Pipeline

JD
Jane Doe Sr. Engineer
4 roles · 8 years experience
AS
Alex Smith Staff Engineer
5 roles · 12 years experience
MK
Maria Kim Engineering Manager
6 roles · 14 years experience

Enrich candidates with work history and education to evaluate career trajectory.

CRM Enrichment

Contact Import
150 emails uploaded 142 enriched
[email protected] CTO, Acme Corp
[email protected] VP Sales, BigCo
[email protected] Founder, Startup
+139 more contacts

Batch-enrich CRM contacts with role, company, and social data from work emails.

Ready to enrich your contacts?

From 0.5 credits per lookup. Start with free credits. No card required.

Start building now