S

StableEnrich · Fullenrich People Search

by StableEnrich

POSTBaseSolana

$0.15

per call · USD Coin on Base

FullEnrich People Search — filter by company domain/name/LinkedIn URL, seniority, title, location, skills, and 20+ FullEnrich filters. Default lean roster: companies map + company_id refs; include_employment_history or verbose for full history. $0.15 when results found; free when no matches.

Endpoint

POST https://stableenrich.dev/api/fullenrich/people-search

1.1k

Calls / 30d

76

Unique payers / 30d

Sep 10

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://stableenrich.dev/api/fullenrich/people-search", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "current_company_domains": [
      {
        "value": "stripe.com"
      }
    ],
    "current_company_names": [
      {
        "value": "Timber Creek High School"
      }
    ],
    "current_position_seniority_level": [
      {
        "value": "C-level"
      },
      {
        "value": "VP"
      },
      {
        "value": "Director"
      },
      {
        "value": "Senior"
      }
    ],
    "current_position_titles": [
      {
        "value": "Software Engineer"
      }
    ],
    "offset": 0,
    "person_locations": [
      {
        "value": "New York"
      }
    ],
    "person_names": [
      {
        "value": "Julie Abel"
      }
    ],
    "person_skills": [
      {
        "value": "Rust"
      },
      {
        "value": "DeFi"
      }
    ]
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://stableenrich.dev/api/fullenrich/people-search" \
  -H "Content-Type: application/json" \
  -d '{"current_company_domains":[{"value":"stripe.com"}],"current_company_names":[{"value":"Timber Creek High School"}],"current_position_seniority_level":[{"value":"C-level"},{"value":"VP"},{"value":"Director"},{"value":"Senior"}],"current_position_titles":[{"value":"Software Engineer"}],"offset":0,"person_locations":[{"value":"New York"}],"person_names":[{"value":"Julie Abel"}],"person_skills":[{"value":"Rust"},{"value":"DeFi"}]}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "companies": {
    "co_stripe": {
      "domain": "stripe.com",
      "id": "co_stripe",
      "name": "Stripe"
    }
  },
  "metadata": {
    "offset": 0,
    "total": 1
  },
  "people": [
    {
      "employment": {
        "current": {
          "company_id": "co_stripe",
          "is_current": true,
          "seniority": "VP",
          "title": "VP Engineering"
        }
      },
      "full_name": "Jane Doe",
      "location": {
        "city": "San Francisco",
        "country": "United States"
      },
      "social_profiles": {
        "professional_network": {
          "url": "https://www.linkedin.com/in/janedoe"
        }
      }
    }
  ]
}

Payment details

Pay to0x325bdf6f7efab24a2210c48c1b64cab2eae1d430
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Data & Enrichment and the homepage with a featured placement.

Get featured →

More from StableEnrich & similar services