Fiber AI API
Fiber AI API
Tool
fiber_search_profiles_from_text
Takes free-form text (e.g., 'Software engineers in US with 5+ years of experience') and returns a list of matching profiles. The endpoint interprets natural language queries and applies structured filters such as job titles, seniority, skills, locations, past jobs, education, and languages to identify relevant people.
Pricing
Per call
$1.08
Model
flat
Pay only for what you use. No subscriptions.
Inputs
cursor
stringpageSize
integergetDetailedWorkExperience
stringgetDetailedEducation
stringquery *
stringTry It
API
MCP Config
Input Parameters
A pagination cursor returned from a previous search response. Use this to fetch the next page of results.
The number of profiles to return, if you need to get more results, you can paginate.
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.
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.

