NinjaPear Logo NinjaPear
4 endpoints, one company domain

Complete company intelligence,
four API endpoints

Company details, employee count, blog & social updates, and funding history — all from a single domain input.

Company Details

2 credits
Stripe
Stripe
Financial infrastructure to grow your revenue
PRIVATELY HELD ~8,500 employees
South San Francisco, CA

Employee Count

2 credits
Real-time headcount, growth tracking

Company Updates

2 credits
Blog posts, X/Twitter posts, RSS feeds

Company Funding

2+ credits
Funding rounds, investors, total raised
2 credits per company

Company Details

GET /api/v1/company/details
Request
curl -G \
  "/api/v1/company/details" \
  --data-urlencode "website=https://stripe.com" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON Response
200 OK
{
  "name": "Stripe",
  "tagline": "Financial infrastructure to grow your revenue",
  "company_type": "PRIVATELY_HELD",
  "founded_year": 2010,
  "employee_count": 8500,
  "industry": 40201020,
  "specialties": [
    "Payments processing",
    "Billing and subscription management",
    "Financial services platform",
    "International payments"
  ],
  "executives": [
    {
      "name": "Patrick Collison",
      "title": "Co-founder and CEO"
    }
  ],
  "addresses": [
    {
      "city": "South San Francisco",
      "state": "CA",
      "country": "United States"
    }
  ],
  "twitter_url": "https://x.com/stripe",
  "facebook_url": "https://facebook.com/StripeHQ",
  "public_listing": null
}
Visual representation
Stripe

Stripe

Financial infrastructure to grow your revenue

PRIVATELY HELD Founded 2010 ~8,500 employees
Specialties
Payments Billing Financial Services
Executives
PC
Patrick Collison Co-founder & CEO
South San Francisco, CA

Test it live

Pick a company and endpoint, then hit Execute

Request

                    
Dedicated endpoint — 2 credits

Track employee growth over time

Use the dedicated Employee Count endpoint to get fresh headcount data via real-time web search.

GET /api/v1/company/employee-count
Request
curl -G \
  "/api/v1/company/employee-count" \
  --data-urlencode "website=https://stripe.com" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response
200 OK
{
  "employee_count": 8000
}

Returns a fresh count via real-time web search. Poll monthly to build growth trends.

Stripe Stripe — Employee Growth
8,000 12% YoY
Q1'23 Q2'23 Q3'23 Q4'23 Q1'24 Q2'24 Q3'24 Q4'24
5,500 6,500 7,500 8,000
Dedicated endpoint — 2 credits

Track blogs and social activity

Aggregate blog posts and X/Twitter updates into a single timeline for any company.

GET /api/v1/company/updates
Request
curl -G \
  "/api/v1/company/updates" \
  --data-urlencode "website=https://stripe.com" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response
200 OK
{
  "blogs": ["https://stripe.com/blog/feed.rss"],
  "x_profile": "https://x.com/stripe",
  "updates": [
    {
      "url": "https://stripe.com/blog/annual-letter",
      "title": "Stripe's annual letter",
      "description": "A look back at what we built...",
      "timestamp": "2025-03-01T12:00:00+00:00",
      "source": "blog"
    },
    {
      "url": "https://x.com/stripe/status/...",
      "title": "We just launched a new feature",
      "timestamp": "2025-02-28T18:30:00+00:00",
      "source": "x"
    }
  ]
}

Discovers blog RSS feeds and X profiles automatically. Returns posts sorted by date.

Stripe Stripe — Recent Updates
Blog X
Blog Mar 1, 2025
Stripe's annual letter

A look back at what we built in 2024 and where we're heading next.

X Feb 28, 2025
We just launched a new feature for our dashboard
Blog Feb 15, 2025
Building global payments infrastructure

How we scaled our payments platform to serve businesses in 46 countries.

2 credits base + 1 per investor

Funding rounds and investors

Get the complete funding history, round details, and investor breakdown for any company.

GET /api/v1/company/funding
Request
curl -G \
  "/api/v1/company/funding" \
  --data-urlencode "website=https://stripe.com" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response
200 OK
{
  "total_funds_raised_usd": 9810000000,
  "funding_rounds": [
    {
      "round_type": "SERIES_I",
      "date": "2024-04-01",
      "amount_usd": 694200000,
      "investors": [
        {
          "name": "Sequoia Capital",
          "website": "sequoiacap.com",
          "type": "company"
        }
      ]
    }
  ]
}

Returns funding rounds with investor details. Includes investor websites for enrichment.

Stripe Stripe — Funding History
Total Funds Raised
$9.8B across 9 rounds
Series I Apr 2024
$694M
Sequoia Capital Brookfield GIC
Series H Mar 2021
$600M
Sequoia a16z Baillie Gifford
Series G Sep 2019
$250M
a16z General Catalyst +4 more
Notable Investors
Sequoia Capital a16z Thrive Capital Tiger Global +12 more

Use Cases

Turn any domain into actionable business intelligence

Lead Scoring

Stripe Stripe 92
Private · 8K employees · Enterprise
Shopify Shopify 88
Public (SHOP) · 10K employees · Enterprise
Figma Figma 65
Private · 1.5K employees · Mid-Market

Score leads by company size, funding stage, and growth trajectory.

Employee Growth Trends

Stripe Stripe 8,000
Shopify Shopify 10,000
Salesforce Salesforce 73,000

Poll the Employee Count endpoint monthly to build long-term headcount trends across target accounts.

CRM Enrichment

Stripe Stripe Enriched
Employees 8,000
Industry Financial Services
HQ South San Francisco, CA
Decision Makers
PC
Patrick Collison CEO
JC
John Collison President
Social

Auto-fill CRM records with company intel, executives, and social links.

Ready to enrich your data pipeline?

From 2 credits per call. Start with free credit. No card required.

Start building now