profile_search
Search for LinkedIn profiles by name and retrieve key details such as profile URL and job title.
Instructions
Search for LinkedIn profiles by name.
Args: name: The name to search for
Returns: A list of LinkedIn profiles as dictionaries
Example output in case of success: [ { "person_name": "Gil Fernandes", "person_linkedin_url": "https://www.linkedin.com/in/gil-palma-fernandes/", "profile_id": "gil-palma-fernandes", "title": "Software Engineer at Onepoint Consulting" }, { "person_name": "Gil Fernandes", "person_linkedin_url": "https://www.linkedin.com/in/gil-fernandes-a7578334a/", "profile_id": "gil-fernandes-a7578334a", "title": "Passionate Holistic Therapist and Dynamic Team Leader with over 12 years of experience across diverse care settings. Skilled in crisis management and dedicated to fostering well-being in every aspect of care!" } ...
Example output in case of error: { "error": "Error searching profiles: Error searching profiles" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |