Fiber AI API
Fiber AI API
Tool
fiber_kitchen_sink_person_lookup
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.
Pricing
Per call
$0.02
Model
flat
Pay only for what you use. No subscriptions.
Inputs
getDetailedWorkExperience
stringnumProfiles
integerjobTitle
stringcompanyName
stringforceCompanyMatch
stringgetDetailedEducation
stringcompanyDomain
stringpersonName
stringemailAddress
stringliveFetch
stringcompanyIdentifier
stringprofileIdentifier
stringfuzzySearch
stringTry It
API
MCP Config
Input Parameters
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.
The maximum number of profiles you want to fetch. Profiles are sorted by best match first.
Whether to strictly match the company. If true, we will strictly lookup prospects which belong to given company details.
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.
The email address of the person to search for
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.
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.
If provided and correct, we would always be able to find the profile. You do not need to pass in any other info if you pass this.
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.

