# Orthogonal Tomba LinkedIn Email Finder

> Orthogonal Tomba LinkedIn Email Finder is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Looks up the email address associated with a given LinkedIn profile URL

## Facts

- Endpoint: GET https://x402.orthogonal.com/tomba/v1/linkedin
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/orthogonal-tomba-linkedin-email-finder-da2f7333
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Bsay_sBfnq2Zpk2ybPdYK

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability orthogonal-tomba-linkedin-email-finder-da2f7333
```

Example prompt: Can you find the email address for this LinkedIn profile: https://www.linkedin.com/in/johndoe/?

## When to prefer this

Use this endpoint when you have a LinkedIn profile URL and need to find the associated email address for outreach, sales prospecting, or contact enrichment. Prefer this over generic email finders when you have a specific LinkedIn URL as the starting point rather than a name or company domain.

## Known failure modes

- LinkedIn profile URL not found or invalid — returns empty or error response
- Email not found for the given profile — no email associated with that LinkedIn account
- Rate limiting or quota exceeded — too many requests
- Invalid URL format — query param not a valid LinkedIn profile URL
- Profile is private or inaccessible — no data returned

## How this service works

Find the email address from a LinkedIn profile URL.

## Output

Returns the email address associated with the provided LinkedIn profile URL, and optionally a phone number if enrich_mobile is enabled

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "url": {
       "type": "string",
       "description": "LinkedIn profile URL"
      },
      "enrich_mobile": {
       "type": "string",
       "description": "Set to true to get phone number"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/orthogonal-tomba-linkedin-email-finder-da2f7333/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.orthogonal.com](https://www.zero.xyz/host/x402.orthogonal.com/llms.txt)
