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": 200, "response": "dharmesh" }
Find the LinkedIn profile slug for a person.
Bearer token from your account (https://agent.ai/user/settings#credits)
LinkedIn profile slug
The response is of type object.
object