Find verified work and/or personal emails for a LinkedIn profile across multiple data prov
Find verified work and/or personal emails for a LinkedIn profile across multiple data providers (Aleads, Apollo, Nymeria, ContactOut). Optional Hunter.io verification. Returns in <5s.
250000 (raw units)
price
5
calls / 30d
3
unique payers
2026-09-11
updated
Provider
api.scoop.sundaebar.ai · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x48E23742181654139F9A7c1b14dd64B04e89ed3b",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "250000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"linkedin_url": "https://www.linkedin.com/in/satyanadella/"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"charged": true,
"company": {
"domain": "microsoft.com",
"name": "Microsoft"
},
"duplicate": false,
"emails": [
{
"address": "[email protected]",
"source_provider": "apollo",
"type": "work",
"verified": true
}
],
"linkedin_url": "https://linkedin.com/in/satyanadella",
"partial": false,
"person": {
"full_name": "Satya Nadella",
"title": "CEO"
},
"providers_attempted": [
{
"error": null,
"found": true,
"provider": "apollo"
}
],
"requestId": "9bcbf048-1f2c-4e3a-8d5b-0a1c2e3f4a5b",
"summary": {
"best_email": "[email protected]",
"source": "apollo",
"type": "work",
"verified": true
}
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"company_domain": {
"description": "Company website domain, e.g. 'microsoft.com'. Use with full_name when no LinkedIn URL is available.",
"type": "string"
},
"company_name": {
"description": "Company name fallback when no domain is known.",
"type": "string"
},
"email_types": {
"default": [
"work",
"personal"
],
"items": {
"enum": [
"work",
"personal"
],
"type": "string"
},
"type": "array"
},
"first_name": {
"type": "string"
},
"full_name": {
"description": "Person's full name. Alternative to linkedin_url; requires company_domain (preferred) or company_name.",
"type": "string"
},
"last_name": {
"type": "string"
},
"linkedin_url": {
"description": "Full LinkedIn profile URL — most accurate input mode when available.",
"format": "uri",
"type": "string"
},
"verify": {
"default": false,
"description": "When true, runs Hunter.io deliverability verification on each email.",
"type": "boolean"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://api.scoop.sundaebar.ai/x402/find-email" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://api.scoop.sundaebar.ai/x402/find-email");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://api.scoop.sundaebar.ai/x402/find-email")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/3394.json, and this resource appears in /discovery/resources and /discovery/search.