# Icypeas LinkedIn Profile URL Lookup

> Icypeas LinkedIn Profile URL Lookup 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-14).

Find a person's LinkedIn profile URL by providing their name and optionally their company, domain, or job title.

## Facts

- Endpoint: POST https://x402.orthogonal.com/icypeas/api/url-search/profile
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/icypeas-linkedin-profile-url-lookup-32ac2625
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Qn-GIHYQw1_kwfG8UHy-3

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 icypeas-linkedin-profile-url-lookup-32ac2625 -d '<json body>'
```

Example prompt: Can you find the LinkedIn profile URL for Jane Doe who works at Stripe as a Product Manager?

## When to prefer this

Use this endpoint when you need to resolve a LinkedIn profile URL from a person's name and employer information — especially useful for sales prospecting, recruiting pipelines, or CRM enrichment workflows where you have a name but lack the direct LinkedIn link. It returns a synchronous FOUND/NOT_FOUND response, making it ideal for real-time lookups rather than batch processing. Prefer this over generic web search when you want a structured, reliable answer specifically for LinkedIn profile URLs.

## Known failure modes

- NOT_FOUND status when the person cannot be matched in the database
- Ambiguous results when name is too common and no company/domain is provided
- Missing or incorrect profile returned if name matches multiple people
- API error if required fields (firstname, lastname) are omitted
- Rate limiting or payment failure if USDC balance is insufficient

## How this service works

Find a person's LinkedIn profile URL by name and optionally company/domain and job title. Synchronous response with status FOUND or NOT_FOUND.

## Output

Returns a synchronous JSON response indicating whether the LinkedIn profile was found (status: FOUND or NOT_FOUND) and, when found, the LinkedIn profile URL of the person matching the provided name, company/domain, and/or job title criteria.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "jobTitle": {
   "type": "string",
   "description": "Job title of the person"
  },
  "lastname": {
   "type": "string",
   "description": "Last name of the person"
  },
  "firstname": {
   "type": "string",
   "description": "First name of the person"
  },
  "companyOrDomain": {
   "type": "string",
   "description": "Company name or domain of the person"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/icypeas-linkedin-profile-url-lookup-32ac2625/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)
