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": {}
}Retrieve detailed information about a LinkedIn company page including size, industry, and specialties.
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": {}
}Bearer token from your account (https://agent.ai/user/integrations#api)
LinkedIn company URL or company slug (e.g., 'hubspot' or 'https://linkedin.com/company/hubspot').
"https://www.linkedin.com/company/hubspot"