NinjaPear Logo NinjaPear
Competitive Intelligence Platform

B2B data no one else has.
All on one platform.

NinjaPear is a SUPER Competitive Intelligence Data Platform. Super because you gain superpowers no one else has.

3-day free trial · 10 credits included · No credit card required

For any company, we resolve 3 private relationships
LIVE SUPER
Look up any company
stripe.com
Customers · 4,003 found vendor → customer
Shopify Lyft DoorDash Zoom Slack + 3,998 more
Competitors · 21 found company ⟷ competitor
Adyen Square PayPal Checkout Mollie + 16 more
Builders of "CRM with Gmail integration" · 15 found product → companies
Streak Copper Folk HubSpot + 11 more
Three private graphs · one lookup · no other platform has all three.

Trusted by customers of products we have built

IBM
HP
Agicap
Dover
Rightbound
Superpowers

SUPER data only we have.

Five categories of B2B intelligence you can't pull from anywhere else.

Customers

See who any vendor sells to.

stripe.com
vendor
Shopify
Lyft
DoorDash
Zoom
Slack
Notion

Even when nobody publishes the customer list - 4,000+ resolved per vendor, tagged by relationship type.

Competitors

Competitors with evidence.

stripe.com
subject
Adyen 93%
Square 88%
PayPal 81%

Re-computed in real time. Each match ships with a confidence score.

Peers

Find peers across the competitive set.

Max
Max
SVP Eng · Stripe
anchor
≈ same role
Steven B.
SVP Eng · Adyen
steven@…
Alex K.
SVP Eng · Checkout.com
alex@…
Julie R.
SVP Eng · PayPal
julie@…

Same role, same seniority - with verified work emails, not guessed patterns.

Coming soon
Products

Resolve company → product.

superhuman.com
company
sells
Product
Email client built for Gmail/Outlook
Buyer
Founders, execs, sales pros
Pricing
$30/seat/mo · annual contract

What does a company sell? To whom? At what price? Q3 2026: full coverage.

Monitoring

Watch competitors. One timeline.

  1. Blog
    Stripe - Introducing Stripe Tax for invoices
  2. X
    Adyen - Hiring 200 engineers in Amsterdam
  3. Site
    Checkout - Pricing page added "Startup" tier

N companies × 3 channels (blog, X, site changes), one ordered feed. No per-source setup.

PDL? BrightData? Clay?

We do Enrichment too.

Same six enrichment primitives - via spreadsheet, via API, or via AI agent. Cheaper, pay-as-you-go, no minimums.

3

Profile enrichment

Find anyone's full profile - work history, location, social handles.

work_email
full_name
title
Patrick Collison
CEO, Stripe
Brian Chesky
CEO, Airbnb
3–6

Company profile

Pull a company's full record - industry, founders, headcount, funding.

GET/company/details?website=stripe.com
{
  "name": "Stripe",
  "industry": "Payments",
  "founded_year": 2010,
  "employee_count": 8000,
  "executives": […],
  "addresses": […]
}
FREE

Company logo API

Grab any company's logo as a 128×128 PNG. Free, no signup.

Stripe
Shopify
Notion
Figma
Slack
Airbnb
GitHub
Netflix
2

Work email finder

Find someone's verified work email from name + company.

first_name
domain
work_email
Patrick
stripe.com
Tobi
shopify.com
Eric
zoom.us
2

Employee count

Get fresh, real-time headcount.

GET/company/employee-count?website=stripe.com
{
  "employee_count": 8000
}
1

Name → Website lookup

Resolve a fuzzy company name to its canonical website.

company_name
hint
website
Apex
cybersecurity
apexsecurity.com
OneTrust
privacy
onetrust.com
Linear
issue tracker
How to use NinjaPear

Four ways to put your superpowers to work.

Use NinjaPear in a spreadsheet, drop it into your AI agent, wire it into your code - or let it live in your Gmail sidebar.

Via Prospector

A spreadsheet. With superpowers.

Build sheets like you would in Google Sheets — but every column can call NinjaPear to find competitors, pull customer lists, or enrich people with work emails. Start from a domain, end with a sequencer-ready CSV. No SQL, no API integration — just type and tab.

Live demo with sample data. Click around - your URL won't change.

Via AI

See how AI behaves with NinjaPear.

Via MCP

Talk to AI like normal - get real B2B answers.

You ask Find 5 competitors of stripe.com and what each posted this week.
Without NinjaPear
"I don't have access to real-time competitor data."
Best the model can do: guess from training data.
With NinjaPear MCP
  • Adyen "Hiring 200 engineers" · X · 5h ago
  • Checkout Added "Startup" pricing tier · 1d
  • Square SMB POS bundle launched · 2d
  • PayPal Q1 PSP revenue +14% · 3d
  • Mollie Hiring "Head of US" · 4d
Via Skill

Codex and Claude Code write the right NinjaPear code.

You ask Build a daily competitor-watcher for stripe.com → post new ones to #intel.
Without Skill
requests.get("api.ninjapear.com/v1/competitors?company=stripe")
hallucinated
With NinjaPear Skill
from ninjapear import NinjaPear
client = NinjaPear(api_key=os.environ["NP_KEY"])

comps = client.competitors.list("stripe.com", paginate=True)
fresh = diff(comps, last_seen)
slack.post("#intel", fmt(fresh))
runs first try
Via API

Wire NinjaPear into your code.

Plain REST endpoints, JSON in / JSON out. Pay per call.

Look up any company
Get a company's full record on a domain lookup.
GET/company?domain=stripe.com
{
  "name": "Stripe",
  "industry": "Payments",
  "employee_count": 8500,
  "funding_total_usd": 8_700_000_000,
  "latest_update": "…"
}
/company /company/funding /company/updates /company/employee-count
Find or enrich a person
Profile, work email, or peer search - pick what you need.
GET/person/similar?domain=stripe.com&role=svp_eng
[
  { "name": "Steven B.", "company": "adyen.com" },
  { "name": "Alex K.", "company": "checkout.com" }
]
/person/profile /person/work-email /person/similar
See who they sell to & compete with
Customer and competitor graphs - with evidence.
GET/company/customers?domain=stripe.com
[
  { "customer": "shopify.com", "relationship": "customer" },
  { "customer": "sequoiacap.com", "relationship": "investor" }
]
/company/customers /company/competitors
Watch competitors in one feed
Aggregate blog + X + site changes for N companies.
POST/feeds - create a feed
GET/feeds/<id>/consume
{
  "items": [
    { "kind": "blog", "company": "stripe.com" },
    { "kind": "x_post", "company": "adyen.com" }
  ]
}
/feeds /feeds/&lt;id&gt;/consume /feeds/&lt;id&gt;/targets
Via Supportive

Profiles inside every Gmail thread.

A free Chrome & Firefox extension that injects a sidebar into Gmail with rich profiles of the sender and every recipient - roles, tenure, work history, company funding. No CRM lookups. No tab-switching.

  • Person + company profile for every participant
  • Work history, education, funding rounds
  • Loads live the moment a thread opens
50 free enrichments on signup
See Supportive

Chrome and Firefox extensions are under review. Check back in a few days.

Supportive
by NinjaPear
Stripe
Payments infrastructure for the internet.
Private · 8,500 employees · San Francisco, CA
Total raised: $8.7B
Sequoia, a16z, Founders Fund, GV
PC
Patrick Collison
CEO & Co-founder at Stripe · 15y
📍 San Francisco, CA

Mock UI - Supportive renders this inside Gmail's sidebar.

Simple, Transparent Pricing

Start with a 3-Day Free Trial. 10 Credits Included.

Pay only for what you use. No monthly minimums.

Ready for your superpowers?

3-day free trial. 10 credits. No credit card.

Get started free