# Twitter/X Handle to LinkedIn Profile Resolver

> Twitter/X Handle to LinkedIn Profile Resolver is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-16).

Resolves a Twitter/X username to the corresponding LinkedIn profile URL.

## Facts

- Endpoint: POST https://x402.orthogonal.com/fiber/v1/twitter-handle-to-linkedin/single
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/twitter-x-handle-to-linkedin-profile-resolver-1f9e386d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_42Ya82_nQbFidt3izjAjr

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 twitter-x-handle-to-linkedin-profile-resolver-1f9e386d -d '<json body>'
```

Example prompt: Can you find the LinkedIn profile for the Twitter user @pmarca? If there are multiple people with that name, focus on the venture capitalist.

## When to prefer this

Use this endpoint when you need to bridge a Twitter/X identity to a LinkedIn professional profile, such as for lead enrichment, recruitment outreach, journalist sourcing, or CRM population. It is preferable when you already have a Twitter handle and need the corresponding LinkedIn URL without manual searching. The optional context parameter makes it more reliable for common names or ambiguous handles.

## Known failure modes

- Handle does not exist or is suspended — no match returned
- No LinkedIn profile found for the given Twitter user
- Ambiguous common-name handle returns wrong profile — use context parameter to disambiguate
- Handle provided with typo or incorrect formatting — validate handle before calling
- Rate limiting or service unavailability at $0.06 USDC per call

## How this service works

Resolves a Twitter/X handle to a LinkedIn profile URL.

## Output

Returns the LinkedIn profile URL corresponding to the given Twitter/X handle, allowing cross-platform identity resolution between Twitter presence and LinkedIn professional profile.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "handle": {
   "type": "string",
   "description": "Twitter/X handle, with or without '@'."
  },
  "context": {
   "type": "string",
   "description": "Optional hint to disambiguate common-name handles."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/twitter-x-handle-to-linkedin-profile-resolver-1f9e386d/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)
