v4

latestOpenAPI 3.1.02026-08-012281296.0 MB
Kitchen sink

Kitchen sink person lookup

Search for a person using a variety of parameters such as LinkedIn slug, LinkedIn URL, email, or current company information. Returns profile data for the person if found. Providing more information (e.g. name + company + LinkedIn) improves match accuracy.

<span><strong>Rate limit:</strong> 120 requests per 1 minute</span>

<span>💰 <strong>Cost:</strong> Pay per person: 2 credits per lookup, plus 2 additional credits when the liveFetch flag is set. <span title="Pricing shown is default pricing. Actual pricing may vary. LinkedIn live fetch credits only apply when the liveFetch flag is set."></span></span>

<span><strong>Recommended timeout:</strong> 1 minute <span title="Recommended timeout: set your HTTP client timeout to at least 1 minute for this endpoint."></span></span>

post/v1/kitchen-sink/person

Request body

apiKeystring required

Your Fiber API key

emailAddressstring email nullable

Email address to look up. Second-best accuracy after profileIdentifier.

numProfilesinteger

Maximum number of profile results to return per lookup. Defaults to 1.

liveFetchboolean nullable

When true, triggers a real-time LinkedIn profile fetch. Costs additional credits. Useful for profiles not yet in the database or to get the freshest data.

forceCompanyMatchboolean nullable

When true, requires that the matched profile works at the specified company. Without this, the API may return profiles that match by name but work elsewhere.

fuzzySearchboolean nullable

When true, enables fuzzy name matching. Useful when exact name spelling is uncertain.

thoroughness'low' | 'high' | 'null' nullable

Controls how thoroughly to search. Higher values recover more matches at the cost of additional latency; lower values return faster. Omit to use the recommended default.

getDetailedEducationboolean nullable

When true, returns detailed_education[] with school_details for each education entry.

getDetailedWorkExperienceboolean nullable

When true, returns detailed_work_experiences[] with company_details (domains, preferred_name, linkedin_primary_slug, li_org_id) for each work experience. Use this to get company domains for a person.

Response

Default Response

advicestring[] nullable

Tips, recommendations, and suggestions for using this API effectively.