Search LinkedIn companies by keyword. Returns company name, description, industry, location, follower count, logo, and direct link. Supports pagination with 10 results per page.
curl "https://apidirect.io/v1/linkedin/companies?query=AI&page=1" \
-H "X-API-Key: YOUR_API_KEY"
{
"companies": [
{
"name": "AI For Enterprise",
"company_id": "69206356",
"description": "Become better at AI in just 1 minute a day.",
"subtitle": "Business Content - San Francisco",
"followers": "2M followers",
"logo": "https://media.licdn.com/dms/image/.../company-logo.jpg",
"url": "https://www.linkedin.com/company/aiforenterprise/"
}
],
"page": 1,
"count": 10
}