Skip to main content
POST
/
v1
/
linkedin
/
get-company-employees-count
Get Company Employees Count
curl --request POST \
  --url https://api.agntdata.dev/v1/linkedin/get-company-employees-count \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "companyId": "1441",
  "locations": []
}
'
{
  "success": true,
  "message": "",
  "data": {
    "byGroup": {
      "Current Function": [
        {
          "Engineering": 71617
        },
        {
          "Information Technology": 18562
        },
        {
          "Business Development": 16239
        },
        {
          "Sales": 14826
        },
        {
          "Operations": 11447
        },
        {
          "Program and Project Management": 11297
        },
        {
          "Marketing": 11025
        },
        {
          "Product Management": 6484
        },
        {
          "Media and Communication": 6309
        },
        {
          "Arts and Design": 6147
        },
        {
          "Human Resources": 4729
        },
        {
          "Research": 4419
        },
        {
          "Education": 4407
        },
        {
          "Community and Social Services": 2810
        },
        {
          "Entrepreneurship": 1746
        }
      ],
      "Field of Study": [
        {
          "Computer Science": 42138
        },
        {
          "Computational Science": 36571
        },
        {
          "Computer Engineering": 9339
        },
        {
          "Electrical and Electronics Engineering": 9275
        },
        {
          "Business Administration and Management, General": 8793
        },
        {
          "Marketing": 7746
        },
        {
          "Information Technology": 6787
        },
        {
          "Economics": 6579
        },
        {
          "Computer Engineering Technologies/Technicians": 6500
        },
        {
          "Mathematics": 5947
        },
        {
          "Computer Engineering Technology/Technician": 5904
        },
        {
          "Business/Commerce, General": 4856
        },
        {
          "Electrical, Electronics and Communications Engineering": 3986
        },
        {
          "Finance, General": 3940
        },
        {
          "Physical Sciences": 1684
        }
      ],
      "Locations": [
        {
          "United States": 84858
        },
        {
          "California, United States": 47379
        },
        {
          "San Francisco Bay Area": 42331
        },
        {
          "India": 18593
        },
        {
          "New York City Metropolitan Area": 13127
        },
        {
          "New York, United States": 11642
        },
        {
          "United Kingdom": 5715
        },
        {
          "Karnataka, India": 5683
        },
        {
          "Greater Bengaluru Area": 5630
        },
        {
          "Bengaluru": 5386
        },
        {
          "Greater Delhi Area": 2704
        },
        {
          "Telangana, India": 2455
        },
        {
          "Greater Hyderabad Area": 2402
        },
        {
          "Hyderabad": 2284
        },
        {
          "Delhi, India": 1574
        }
      ],
      "School": [
        {
          "University of California, Berkeley": 3723
        },
        {
          "Stanford University": 3300
        },
        {
          "Massachusetts Institute of Technology": 1849
        },
        {
          "Harvard University": 1232
        },
        {
          "Birla Institute of Technology and Science, Pilani": 1074
        },
        {
          "The Wharton School": 1047
        },
        {
          "Stanford University Graduate School of Business": 1024
        },
        {
          "University of Mumbai": 987
        },
        {
          "Harvard Business School": 793
        },
        {
          "INSEAD": 631
        },
        {
          "Indian Institute of Technology, Kharagpur": 592
        },
        {
          "Delhi University": 457
        },
        {
          "Kendriya Vidyalaya": 416
        },
        {
          "Indian School of Business": 403
        },
        {
          "Netaji Subhas Institute of Technology": 339
        }
      ],
      "Service categories": [
        {
          "Consulting": 1489
        },
        {
          "Marketing": 1230
        },
        {
          "Coaching & Mentoring": 1001
        },
        {
          "Software Development": 947
        },
        {
          "Operations": 758
        },
        {
          "Design": 687
        },
        {
          "Writing": 590
        },
        {
          "Digital Marketing": 558
        },
        {
          "Career Development Coaching": 491
        },
        {
          "Information Technology": 466
        },
        {
          "Business Consulting": 352
        },
        {
          "Interview Preparation": 278
        },
        {
          "Leadership Development": 274
        },
        {
          "Public Speaking": 268
        },
        {
          "Resume Review": 217
        }
      ],
      "Skill Explicit": [
        {
          "Python (Programming Language)": 46281
        },
        {
          "Java": 44935
        },
        {
          "C++": 40731
        },
        {
          "Leadership": 33134
        },
        {
          "SQL": 32863
        },
        {
          "Project Management": 32224
        },
        {
          "C (Programming Language)": 31194
        },
        {
          "Microsoft Office": 31152
        },
        {
          "JavaScript": 29799
        },
        {
          "Management": 29348
        },
        {
          "Microsoft Excel": 25249
        },
        {
          "Strategy": 19644
        },
        {
          "Machine Learning": 19403
        },
        {
          "Business Development": 15209
        },
        {
          "Business Strategy": 14873
        }
      ]
    },
    "total": 153136
  }
}

Authorizations

Authorization
string
header
required

Bearer token. Pass your agntdata API key as: Authorization: Bearer agnt_live_...

Body

application/json
companyId
string
locations
any[]

Response

200 - application/json

200

success
boolean
message
string
data
object