POST
/
action
/
find_linkedin_profile
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"
}

Authorizations

Authorization
string
header
required

Bearer token from your account (https://agent.ai/user/settings#credits)

Body

application/json
query
string
required

Text query to find the LinkedIn profile slug.

Example:

"Dharmesh Shah"

Response

200 - application/json
LinkedIn profile slug
status
integer

HTTP status code of the action response

response
object

Response data from the action