cURL
curl --request POST \ --url https://api-lr.agent.ai/v1/action/find_linkedin_profile \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "query": "Dharmesh Shah" } '
{ "status": 123, "response": {} }
Find the LinkedIn profile slug for a person.
Bearer token from your account (https://agent.ai/user/integrations#api)
Text query to find the LinkedIn profile slug.
"Dharmesh Shah"
LinkedIn profile slug
HTTP status code of the action response
Response data from the action