Orthogonal Fiber Person Search is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.04/call, status unknown (last checked 2026-09-14).
Search for a person's LinkedIn profile and professional data using name, company, email, LinkedIn URL, or other identifiers.
Search for a person using a variety of parameters such as LinkedIn slug, LinkedIn URL, or their current company information. Returns profile data for the person if found.
Returns matched LinkedIn profile data including name, current job title, employer, location, education history, and optionally deep education details. Results are sorted by best match and limited to the requested number of profiles. May include cached or live-fetched LinkedIn data depending on the liveFetch setting.
POSThttps://x402.orthogonal.com/fiber/v1/kitchen-sink/personUse this endpoint when you need to look up a specific professional's LinkedIn profile data using any combination of identifiers (name, email, LinkedIn URL, company). It is especially well-suited for B2B lead enrichment, sales prospecting, and verifying professional identity. Prefer it over generic web search when you need structured LinkedIn-style profile data with fields like job title, employer, and education. The fuzzy search option makes it resilient to minor name variations, and the companyIdentifier field significantly boosts match accuracy when the target company is known.
| Field | Type | Description |
|---|---|---|
| jobTitle | object | |
| liveFetch | boolean | Whether to fetch the freshest copy of the found profiles's LinkedIn data (costs extra). If omitted or set to false, we'll give the cached data present in our database. The boolean flag is deprecated and will be removed in future. Please use the object instead. |
| personName | object | |
| companyName | object | |
| fuzzySearch | boolean | Whether to use fuzzy search on names, job titles and other parameters. This is good if you are not sure about the exact name or job title. |
| numProfiles | integer | The maximum number of profiles you want to fetch. Profiles are sorted by best match first. |
| emailAddress | string | The email address of the person to search for |
| companyDomain | object | |
| companyIdentifier | string | The company the profile is currently working at. If provided the accuracy of the lookup increases. You do not need to pass in any other company parameters if you pass this. |
| forceCompanyMatch | boolean | Whether to strictly match the company. If true, we will strictly lookup prospects which belong to given company details. |
| profileIdentifier | object | Object identifying the profile — NOT a bare string. Shape: { "identifier": <id type>, "value": <the id> }, e.g. {"identifier":"linkedinUrl","value":"https://www.linkedin.com/in/jdoe"}. If provided and correct, no other fields are needed. If you are unsure of the identifier type, omit this and instead pass emailAddress, or personName together with companyName / companyDomain. |
| getDetailedEducation | boolean | Whether to include deep details about each educational item, like the school's LinkedIn URL, website, location, etc. That'll be put in the detailedEducation array. This slows down the API call, so only enable this if you need it. |
| getDetailedWorkExperience | boolean | Whether to include deep details about each work experience item, like the company's LinkedIn URL, website, location, etc. That'll be put in the detailedWorkExperience array. This slows down the API call, so only enable this if you need it. |
No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"