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": 200,
"response": "dharmesh"
}Find someone’s LinkedIn profile from a query of their name or other details.
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": 200,
"response": "dharmesh"
}Bearer token from your account (https://agent.ai/user/integrations#api)
Text query to find the LinkedIn profile slug.
"Dharmesh Shah"