API Direct
Endpoints
LinkedIn Search Companies

LinkedIn Search Companies

GET /v1/linkedin/companies
Documentation

Search LinkedIn companies by keyword. Returns company name, description, industry, location, follower count, logo, and direct link. Supports pagination with 10 results per page.

Cost
$0.006 per request
Free tier
50 requests/month

Parameters

query *
Search keyword (max 500 characters)
page
Page number, 1-100 (default: 1). Each page returns 10 results.

Example Request

curl "https://apidirect.io/v1/linkedin/companies?query=AI&page=1" \
  -H "X-API-Key: YOUR_API_KEY"

Example Response

{
  "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
}

Your Usage

Free tier this month
Loading...
Recent Activity