ToolAssay

Find verified work and/or personal emails for a LinkedIn profile across multiple

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.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
1757 msmedian answer time
$0.25listed price per call
$0.25price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://api.scoop.sundaebar.ai/x402/find-email

CategoryEverything else
Provider hostapi.scoop.sundaebar.ai
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days5 from 3 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.25 1757 ms

Example input (from the provider)

{
  "body": {
    "linkedin_url": "https://www.linkedin.com/in/satyanadella/"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$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 \u2014 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"
}

This page as JSON