Get Company Employees Count
curl --request POST \
--url https://api.agntdata.dev/v1/data/linkedin/get-company-employees-count \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"companyId": "1441",
"locations": []
}
'import requests
url = "https://api.agntdata.dev/v1/data/linkedin/get-company-employees-count"
payload = {
"companyId": "1441",
"locations": []
}
headers = {
"Authorization": "<api-key>",
"Content-Type": "application/json"
}
response = requests.post(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'POST',
headers: {Authorization: '<api-key>', 'Content-Type': 'application/json'},
body: JSON.stringify({companyId: '1441', locations: []})
};
fetch('https://api.agntdata.dev/v1/data/linkedin/get-company-employees-count', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://api.agntdata.dev/v1/data/linkedin/get-company-employees-count",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "POST",
CURLOPT_POSTFIELDS => json_encode([
'companyId' => '1441',
'locations' => [
]
]),
CURLOPT_HTTPHEADER => [
"Authorization: <api-key>",
"Content-Type: application/json"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"strings"
"net/http"
"io"
)
func main() {
url := "https://api.agntdata.dev/v1/data/linkedin/get-company-employees-count"
payload := strings.NewReader("{\n \"companyId\": \"1441\",\n \"locations\": []\n}")
req, _ := http.NewRequest("POST", url, payload)
req.Header.Add("Authorization", "<api-key>")
req.Header.Add("Content-Type", "application/json")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.post("https://api.agntdata.dev/v1/data/linkedin/get-company-employees-count")
.header("Authorization", "<api-key>")
.header("Content-Type", "application/json")
.body("{\n \"companyId\": \"1441\",\n \"locations\": []\n}")
.asString();require 'uri'
require 'net/http'
url = URI("https://api.agntdata.dev/v1/data/linkedin/get-company-employees-count")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Post.new(url)
request["Authorization"] = '<api-key>'
request["Content-Type"] = 'application/json'
request.body = "{\n \"companyId\": \"1441\",\n \"locations\": []\n}"
response = http.request(request)
puts response.read_body{
"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
}
}Company
Get Company Employees Count
Get company employees count (location filter possible)
POST
/
v1
/
data
/
linkedin
/
get-company-employees-count
Get Company Employees Count
curl --request POST \
--url https://api.agntdata.dev/v1/data/linkedin/get-company-employees-count \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"companyId": "1441",
"locations": []
}
'import requests
url = "https://api.agntdata.dev/v1/data/linkedin/get-company-employees-count"
payload = {
"companyId": "1441",
"locations": []
}
headers = {
"Authorization": "<api-key>",
"Content-Type": "application/json"
}
response = requests.post(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'POST',
headers: {Authorization: '<api-key>', 'Content-Type': 'application/json'},
body: JSON.stringify({companyId: '1441', locations: []})
};
fetch('https://api.agntdata.dev/v1/data/linkedin/get-company-employees-count', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://api.agntdata.dev/v1/data/linkedin/get-company-employees-count",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "POST",
CURLOPT_POSTFIELDS => json_encode([
'companyId' => '1441',
'locations' => [
]
]),
CURLOPT_HTTPHEADER => [
"Authorization: <api-key>",
"Content-Type: application/json"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"strings"
"net/http"
"io"
)
func main() {
url := "https://api.agntdata.dev/v1/data/linkedin/get-company-employees-count"
payload := strings.NewReader("{\n \"companyId\": \"1441\",\n \"locations\": []\n}")
req, _ := http.NewRequest("POST", url, payload)
req.Header.Add("Authorization", "<api-key>")
req.Header.Add("Content-Type", "application/json")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.post("https://api.agntdata.dev/v1/data/linkedin/get-company-employees-count")
.header("Authorization", "<api-key>")
.header("Content-Type", "application/json")
.body("{\n \"companyId\": \"1441\",\n \"locations\": []\n}")
.asString();require 'uri'
require 'net/http'
url = URI("https://api.agntdata.dev/v1/data/linkedin/get-company-employees-count")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Post.new(url)
request["Authorization"] = '<api-key>'
request["Content-Type"] = 'application/json'
request.body = "{\n \"companyId\": \"1441\",\n \"locations\": []\n}"
response = http.request(request)
puts response.read_body{
"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
}
}⌘I