Skip to main content
POST
/
action
/
get_linkedin_company_profile
Get LinkedIn Company Profile
curl --request POST \
  --url https://api-lr.agent.ai/v1/action/get_linkedin_company_profile \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "company_url": "https://www.linkedin.com/company/hubspot"
}
'
{
  "status": 123,
  "response": {}
}

Authorizations

Authorization
string
header
required

Bearer token from your account (https://agent.ai/user/integrations#api)

Body

application/json
company_url
string
required

LinkedIn company URL or company slug (e.g., 'hubspot' or 'https://linkedin.com/company/hubspot').

Example:

"https://www.linkedin.com/company/hubspot"

Response

LinkedIn company profile data

status
integer<int32>

HTTP status code of the action response

response
object

Response data from the action